Bugzilla – Bug 69
Short-circuit output staging logic
Last modified: 2010-07-07 10:00:18 MDT
You need to log in before you can comment on or make changes to this bug.
Would it be possible to add either a configuration option or a build-time option to short circuit the staging of stdout and stderr streams? In other words, when the user specifies locations for a job's stdout and stderr, the streams are placed in those locations from the get-go rather than being created in different locations and staged to the final locations at the end of the job. This would be very useful on systems where all file systems are shared.
Troy, This feature already exists in 2.4 (starting in 2.4.5 I believe). It is the $spool_as_final_name parameter in mom config. http://www.clusterresources.com/products/torque/docs/a.cmomconfig.shtml#spoolasfinalname David Beer
(In reply to comment #0) > Would it be possible to add either a configuration option or a build-time > option to short circuit the staging of stdout and stderr streams? In other > words, when the user specifies locations for a job's stdout and stderr, the > streams are placed in those locations from the get-go rather than being created > in different locations and staged to the final locations at the end of the job. > This would be very useful on systems where all file systems are shared. Try qsub -k oe This will keep the files on the master node.
OK, I hadn't seen anything in earlier bugzilla entries about this and didn't realize it had already been implemented.