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 2lenargv(Input) INTEGER(4). An array that contains the lengths for each corresponding character string inargv.iargc(Input) INTEGER(4). The number of command-line arguments.env(Input) An array of character strings. Contains the environment settings for the new process.lenenv(Input) INTEGER(4). An array that contains the lengths for each corresponding character string inenv.ienvc(Input) INTEGER(4). The number of environment settings in env.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFEXECVE subroutine executes a new executable process (file) by passing command-linearguments specified in the argv array and environment settings specified in the env array.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFEXECV”, “PXFEXECVP”PXFEXECVPPOSIX Subroutine: Executes a new process by passing command-line arguments.Module: USE IFPOSIXSyntaxCALL PXFEXECVP (file, lenfile, argv, lenargv, iargc, ierror)file(Input) Character. The filename of the new executable process.lenfile(Input) INTEGER(4). The length of file string.2-283

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

Saved successfully!

Ooh no, something went wrong!