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>lenpath(Input) INTEGER(4). The length of path string.argv(Input) An array of character strings. Contains the command-line arguments to be passed to thenew process.lenargv(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.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFEXECV subroutine executes a new executable process (file) by passing command-linearguments specified in the argv array. If execution is successful, no return is made to the callingprocess.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFEXECVE”, “PXFEXECVP”PXFEXECVEPOSIX Subroutine: Executes a new process by passing command-line arguments.Module: USE IFPOSIXSyntaxCALL PXFEXECVE (path, lenpath, argv, lenargv, iargc, env, lenenv, ienvc, ierror)path(Input) Character. The path to the new executable process.lenpath(Input) INTEGER(4). The length of path string.argv(Input) An array of character strings. Contains the command-line arguments to be passed to thenew process.2-282

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

Saved successfully!

Ooh no, something went wrong!