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.

PXFWIFSIGNALEDDescriptions of the Library Routines 2POSIX Function: Determines if a child process has exited because of a signal. This subroutineis only available on Linux* systems.Module: USE IFPOSIXSyntaxresult = PXFWIFSIGNALED (istat)istat(Output) INTEGER(4). The status of the child process (obtained from PXFWAIT orPXFWAITPID).Results:The result type is logical. The result value is .TRUE. if the child process has exited because of asignal that was not caught; otherwise, .FALSE..See Also: “PXFWIFEXITED”, “PXFWIFSTOPPED”PXFWIFSTOPPEDPOSIX Function: Determines if a child process has stopped. This subroutine is only availableon Linux* systems.Module: USE IFPOSIXSyntaxresult = PXFWIFSTOPPED (istat)istat(Output) INTEGER(4). The status of the child process (obtained from PXFWAIT orPXFWAITPID).Results:The result type is logical. The result value is .TRUE. if the child process has stopped; otherwise,.FALSE..See Also: “PXFWIFEXITED”, “PXFWIFSIGNALED”PXFWRITEPOSIX Subroutine: Writes to a file.Module: USE IFPOSIX2-361

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

Saved successfully!

Ooh no, something went wrong!