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>Syntaxresult = IPXFWSTOPSIG (istat)istat(Input) INTEGER(4). The value of output argument istat from PXFWAIT or PXFWAITPID.Results:The result type is INTEGER(4). The result is the number of the signal that caused the childprocess to stop.The IPXFWSTOPSIG function should only be used if PXFWIFSTOPPED returns TRUE.See Also: “PXFWAIT”, “PXFWAITPID”, “PXFWIFSTOPPED”IPXFWTERMSIGPOSIX Function: Returns the number of the signal that caused a child process to terminate.Thisfunction is only available on Linux* systems.Module: USE IFPOSIXSyntaxresult = IPXFWTERMSIG (istat)istat(Input) INTEGER(4). The value of output argument istat from PXFWAIT or PXFWAITPID.Results:The result type is INTEGER(4). The result is the number of the signal that caused the childprocess to terminate.The IPXFWTERMSIG function should only be used if PXFWIFSIGNALED returns TRUE.See Also: “PXFWAIT”, “PXFWAITPID”, “PXFWIFSIGNALED”IRAND, IRANDMPortability Functions: Return random numbers in the range 0 through (2**31)–1, or 0 through(2**15)–1 if called without an argument.Module: USE IFPORTSyntaxresult = IRAND ([iflag])result = IRANDM (iflag)2-184

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

Saved successfully!

Ooh no, something went wrong!