12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>If successful, ierror is not changed; otherwise, an error code.The PXFGETGRNAM subroutine stores the group information from /etc/group for the entrythat matches the group name name in the structure associated with handle jgroup.NOTE. To get a handle for an instance of the group structure, usePXFSTRUCTCREATE with the string 'group' for the structure name.See Also: “PXFSTRUCTCREATE”PXFGETGROUPSPOSIX Subroutine: Gets supplementary group IDs. This subroutine is only available on Linux*systems.Module: USE IFPOSIXSyntaxCALL PXFGETGROUPS (igidsetsize, igrouplist, ngroups, ierror)igidsetsize(Input) INTEGER(4). The number of elements in the igrouplist array.igrouplist(Output) INTEGER(4). The array that has the returned supplementary group IDs.ngroups(Output) INTEGER(4). The total number of supplementary group IDs for the process.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFGETGROUPS subroutine returns, up to size igidsetsize, the supplementary group IDs inarray igrouplist. It is unspecified whether the effective group ID of the calling process is includedin the returned list. If the size is zero, the list is not modified, but the total number ofsupplementary group IDs for the process is returned.Exampleprogram test5use ifposiximplicit none2-300

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

Saved successfully!

Ooh no, something went wrong!