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>PXFCLOSEDIRPOSIX Subroutine: Closes the directory stream.Module: USE IFPOSIXSyntaxCALL PXFCLOSEDIR (idirid, ierror)idirid(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. Thedirectory ID obtained from PXFOPENDIR.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFCLOSEDIR subroutine closes the directory associated with idirid.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFOPENDIR”PXFCNTLPOSIX Subroutine: Manipulates an open file descriptor. This subroutine is only available onLinux* systems.Module: USE IFPOSIXSyntaxCALL PXFCNTL (ifildes, icmd, iargin, iargout, ierror)ifildes(Input) INTEGER(4). A file descriptor.icmd(Input) INTEGER(4). Defines an action for the file descriptor.iargin(Input; output) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors.Interpretation of this argument depends on the value of icmd.iargout(Output) INTEGER(4). Interpretation of this argument depends on the value of icmd.2-274

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

Saved successfully!

Ooh no, something went wrong!