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.

Descriptions of the Library Routines 2NOTE. To get a handle for an instance of the termios structure, usePXFSTRUCTCREATE with the string 'termios' for the structure name.See Also: “PXFSTRUCTCREATE”, “PXFTCGETATTR”PXFTCSETPGRPPXFTIMEPOSIX Subroutine: Sets the foreground process group ID associated with the terminal. Thissubroutine is only available on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFTCSETPGRP (ifildes, ipgid, ierror)ifildes(Input) INTEGER(4). The file descriptor associated with the terminal.ipgid(Input) INTEGER(4). The foreground process group ID for ifildes.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.See Also: “PXFTCGETPGRP”POSIX Subroutine: Returns the current system time.Module: USE IFPOSIXSyntaxCALL PXFTIME (itime, ierror)itime(Output) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. Thereturned system time.2-349

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

Saved successfully!

Ooh no, something went wrong!