> 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=""