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 2Results:The result type is logical.The PXFISFIFO function tests whether the file is a special FIFO file created by PXFMKFIFO. Ifthe file is a special FIFO file, the result value is .TRUE.; otherwise, .FALSE..CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFISREG”, “PXFMKFIFO”PXFISREGPXFKILLPOSIX Function: Tests whether a file is a regular file.Module: USE IFPOSIXSyntaxresult = PXFISREG (m)m(Input) INTEGER(4). The value of the st_mode component (field) in the structure stat.Results:The result type is logical. If the file is a regular file, the result value is .TRUE.; otherwise,.FALSE..CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFISFIFO”, “PXFMKFIFO”POSIX Subroutine: Sends a signal to a specified process.Module: USE IFPOSIXSyntaxCALL PXFKILL (ipid, isig, ierror)ipid(Input) INTEGER(4). The process to kill. It is determined by one of the following values:> 0 Kills the specific process.< 0 Kills all processes in the group.2-309

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

Saved successfully!

Ooh no, something went wrong!