Skip to content

Commit

Permalink
HQ: Remove custom model resource; better to only work with cpus as re…
Browse files Browse the repository at this point in the history
…sources for now
  • Loading branch information
linusseelinger committed Mar 11, 2024
1 parent cfbf827 commit 1e357b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hpc/hq_scripts/allocation_queue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ hq alloc add slurm --time-limit 10m \
--backlog 1 \
--workers-per-alloc 1 \
--max-worker-count 5 \
--resource "model=range(1-1)" \
--cpus=1 \
-- -p "devel" # Add any neccessary SLURM arguments
# Any parameters after -- will be passed directly to sbatch (e.g. credentials, partition, mem, etc.)
1 change: 0 additions & 1 deletion hpc/hq_scripts/job.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#! /bin/bash

#HQ --resource model=1
#HQ --cpus=1
#HQ --time-request=1m
#HQ --time-limit=2m
Expand Down

0 comments on commit 1e357b0

Please sign in to comment.