Skip to content

Commit

Permalink
Change example alloc to devel queue
Browse files Browse the repository at this point in the history
  • Loading branch information
linusseelinger committed Nov 20, 2023
1 parent 0dca250 commit 6b1056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpc/hq_scripts/allocation_queue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ hq alloc add slurm --time-limit 10m \
--max-worker-count 5 \
--resource "model=range(1-1)" \
--cpus=1 \
-- -p "cpu-multi" # Add any neccessary SLURM arguments
-- -p "devel" # Add any neccessary SLURM arguments
# Any parameters after -- will be passed directly to sbatch (e.g. credentials, partition, mem, etc.)

0 comments on commit 6b1056e

Please sign in to comment.