Is it possible to set the default partition for each of the s* commands?

For example:

srun -> defaults to prod queue (interactive use)
salloc -> defaults to prod queue (interactive use)
sbatch -> defaults to nightly queue (batched) (runs at night only)

We've thought about overloading the sbatch command by forcing "-p
nightly" as being an option, but I'm not sure what would happen when
someone tried to "sbatch -p prod" and effectively has two -p options
on the command line

Reply via email to