Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Means both output and error files are directly written to the Output_path and Error_path if host:path is usecp-able from the primary exec host.  The error file will be removed upon successful job completion, the output file is retained.

  • qsub -Wsandbox=PRIVATE -koed

Means the output files will be written to sandbox and will be staged into submission directory. The staged files will not get deleted. Direct output is not used when sandbox is used. (similar to existing -k behavior with sandbox)

  • qsub -Wsandbox=PRIVATE -koed -Roe

Means the output files will be written to sandbox and will get deleted upon successful completion.

  • When used with -j option: If the user specifies -joe then both the stdout and stderr get streamed to the .o file and -ke is specified, this error will be silently ignored.

...