miniwdl-ext / miniwdl-slurm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can miniwdl configure which queue to use for SLURM?

clhappyjiang opened this issue · comments

Is it in the [slurm] tag of miniwdl.cfg?
image

As stated in the README:

[slurm]
# extra arguments passed to the srun command (optional).
extra_args="--partition heavy_users,gpu --comment 'run with miniwdl'"

--partition should do the job for you. But for more on that ask your slurm cluster admins.