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>call PXFSTRUCTFREE(jgroup, ierror)print *,'Error: PXFGETGID failed'STOP 'Abnormal termination'end ifcall PXFGETGRGID( igid, jgroup, ierror)if(ierror.NE.0) thenDEALLOCATE(igrouplist)call PXFSTRUCTFREE(jgroup, ierror)print *,"Error: PXFGETGRGID failed for gid=", igidSTOP 'Abnormal termination'end ifcall PRINT_GROUP_INFO(jgroup)DEALLOCATE(igrouplist)call PXFSTRUCTFREE(jgroup, ierror)print *," Program will normal terminated"call PXFEXIT(0)endPXFGETLOGINPOSIX Subroutine: Gets the name of the user.Module: USE IFPOSIXSyntaxCALL PXFGETLOGIN (s, ilen, ierror)s(Output) Character. The returned user name.ilen(Output) INTEGER(4). The length of the string stored in s.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 LIB2-302

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

Saved successfully!

Ooh no, something went wrong!