12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>SyntaxCALL PXFGETPPID (ippid, ierror)ippid(Output) INTEGER(4). The returned process ID.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: the example in “PXFWAIT”PXFGETPWNAMPOSIX Subroutine: Gets password information for a specified name. This subroutine is onlyavailable on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFGETPWNAM (name, ilen, jpasswd, ierror)name(Input) Character. The login name of the user to retrieve information about. For example, a loginname might be "jsmith", while the actual name is "John Smith".ilen(Input) INTEGER(4). The length of the name string.jpasswd(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure compnam.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFGETPWNAM subroutine stores the user information from /etc/passwd for the entrythat matches the user name name in the structure associated with handle jpasswd.2-304

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!