[slurm-users] How do I set SBATCH_EXCLUSIVE to its default value?

Jeffrey T Frey frey at udel.edu
Fri May 19 15:13:23 UTC 2023


> I get that these correspond
> 
> --exclusive=user        export SBATCH_EXCLUSIVE=user
> --exclusive=mcs         export SBATCH_EXCLUSIVE=mcs
> But --exclusive has a default behavior if I don't assign it a value. What do I set SBATCH_EXCLUSIVE to, to get the same default behavior?


Try setting the env var to an empty string:


export SBATCH_EXCLUSIVE=""


More information about the slurm-users mailing list