There is no way to do this today, but it would be trivial to add support for an environment variable to control the default value for the option. There is support for in SLURM for many options to be controlled this way (see "man sbatch" and the section "INPUT ENVIRONMENT VARIABLES"). If you want to add that and send a patch, we'll be happy to include it in a future release of SLURM.
________________________________________ From: [email protected] [[email protected]] On Behalf Of Paul Thirumalai [[email protected]] Sent: Wednesday, February 09, 2011 11:43 AM To: [email protected] Subject: [slurm-dev] How to remove slurm-<jobid>.out Hi I am succesffully launching jobs in slurm. however it keeps creating a file called slurm-<jobid>.out which basically contains the contents of stdout of the process. Is there a way that i could remove this file without using the -o option ( i.e sending the stdout to a particular file) Thanks Paul
