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 2See Also: “PXFSTRUCTCREATE”, “PXFTCSETATTR”PXFTCGETPGRPPOSIX Subroutine: Gets the foreground process group ID associated with the terminal. Thissubroutine is only available on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFTCGETPGRP (ifildes, ipgid, ierror)ifildes(Input) INTEGER(4). The file descriptor associated with the terminal.ipgid(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.See Also: “PXFTCSETPGRP”PXFTCSENDBREAKPOSIX Subroutine: Sends a break to the terminal. This subroutine is only available on Linux*systems.Module: USE IFPOSIXSyntaxCALL PXFTCSENDBREAK (ifildes, iduration, ierror)ifildes(Input) INTEGER(4). The file descriptor associated with the terminal.iduration(Input) INTEGER(4). Indicates how long the break should be.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.2-347

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

Saved successfully!

Ooh no, something went wrong!