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.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>PXFLINK== 0 Kills all processes in the group except special processes.== pid_t–1 Kills all processes.isig(Input) INTEGER(4). The value of the signal to be sent.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFKILL subroutine sends a signal with value isig to a specified process. On Windows*systems, only the ipid for the current process can be used.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBPOSIX Subroutine: Creates a link to a file or directory.Module: USE IFPOSIXSyntaxCALL PXFLINK (existing, lenexist, new, lennew, ierror)existing(Input) Character. The path to the file or directory you want to link to.lenexist(Input) INTEGER(4). The length of the existing string.new(Input) Character. The name of the new link file.lennew(Input) INTEGER(4). The length of the new string.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.2-310

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

Saved successfully!

Ooh no, something went wrong!