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>The PXFTCSENDBREAK subroutine sends a break (a '\0' with a framing error) to the terminalassociated with ifildes.PXFTCSETATTRPOSIX Subroutine: Creates new terminal settings. This subroutine is only available on Linux*systems.Module: USE IFPOSIXSyntaxCALL PXFTCSETATTR (ifildes, ioptacts, jtermios, ierror)ifildes(Input) INTEGER(4). The file descriptor associated with the terminal.ioptacts(Input) INTEGER(4). Specifies when the terminal changes take effect.jtermios(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle forstructure termios. Contains the new terminal settings.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFTCSETATTR subroutine copies all terminal parameters from structure termios into theterminal associated with ifildes. When the terminal settings will change depends on the value ofioptacts, which must be one of the following constant names:Constant 1TCSANOWTCSADRAINTCSAFLUSHActionThe changes occur immediately.The changes occur after all output written to ifildes has been transmitted.The changes occur after all output written to ifildes has been transmitted, andall input that had been received but not read has been discarded.1. These names can be used in PXFCONST or IPXFCONST.2-348

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

Saved successfully!

Ooh no, something went wrong!