Versions Compared

Key

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

...

  • Visibility: Public
  • Change Control: Stable
  • Details: Introduce new "d" option for qsub which means "remove upon job completion".
  • "job completion" means terminated with no errors.
  • qsub -d oe job.sh
  • The admin can make this behavior as default by using "default_qsub_arguments = -doe".
  • The user has the choice to tell which files has to be deleted. (.e or .o or both)

Interface 3: The stdout/stderr files will get removed only if -d option is used, not when sandbox is used with -k option.

  • Visibility: Public
  • Change Control: Stable
  • Details: When sandbox is used with -k option, it will delete .o and .e files from hosts. Going forward, deletion will happen only by using "-d" option, not by "-k" option .as It is not expected to delete using "-k" option when it stands for "Keep_Files".

...