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.

Descriptions of the Library Routines 2PXFGETPGRPPOSIX Subroutine: Gets the process group ID of the calling process. This subroutine is onlyavailable on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFGETPGRP (ipgrp, ierror)ipgrp(Output) INTEGER(4). The returned process group ID.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.Each process group is a member of a session and each process is a member of the session in whichits process group is a member.PXFGETPIDPOSIX Subroutine: Gets the process ID of the calling process.Module: USE IFPOSIXSyntaxCALL PXFGETPID (ipid, ierror)ipid(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”PXFGETPPIDPOSIX Subroutine: Gets the process ID of the parent of the calling process.Module: USE IFPOSIX2-303

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

Saved successfully!

Ooh no, something went wrong!