I used to set
SBATCH_PARTITION=list,of,partitions
in /etc/environment.
But it seems to override user choice, so users won't be able to specify
a partition for their jobs :(
Diego
Il 17/04/2023 11:12, Xaver Stiensmeier ha scritto:
Dear slurm-users list,
is it possible to somehow have two defa
I found a solution that works for me, but it doesn't really answer the
question:
It's the option
https://slurm.schedmd.com/slurm.conf.html#OPT_all_partitions for
JobSubmitPlugins. It works for me, because all partitions are default in
my case, but it doesn't /really/ answer my question as my ques
Dear slurm-users list,
is it possible to somehow have two default partitions? In the best case
in a way that slurm schedules to partition1 on default and only to
partition2 when partition1 can't handle the job right now.
Best regards,
Xaver Stiensmeier