Reads from infile instead of
stdin.
infile indicates a file from which the launched process reads information.
Names the file to which the CLI writes output. In the following, outfile indicates the file into which the launched processes writes information.
Names the file to which the CLI writes error output. In the following,
errfile indicates the file into which the launched processes writes error information.
The drerun command restarts the process that is in the current focus set from its beginning. The
drerun command uses the arguments stored in the
ARGS(dpmid) and
ARGS_DEFAULT variables. These are set every time you run the process with different arguments. Consequently, if you do not specify the arguments that the CLI uses when restarting the process, it uses the arguments you used when the CLI previously ran the process. (See
drun for more information.)
Starter programs such as poe or
aprun and the CLI can interfere with one another because each believes that it owns
stdin. Because the starter program is trying to manage
stdin on behalf of your processes, it continually reads from
stdin, acquiring all characters that it sees. This means that the CLI never sees these characters. If your target process does not use
stdin, you can use the
–stdinmode none option. Unfortunately, this option is incompatible with
poe –cmdfile option that is used when specifying
–pgmmodel mpmd.