miniwdl-ext / miniwdl-slurm

MIT License
4 stars 1 forks source link

How can miniwdl configure which queue to use for SLURM? #7

Open clhappyjiang opened 4 months ago

clhappyjiang commented 4 months ago

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

rhpvorderman commented 4 months ago

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.