From 246ff52fff57ff02273ded1adef589ac8d723cdf Mon Sep 17 00:00:00 2001 From: Lennox <105095085+LennoxLiu@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:21:20 +0200 Subject: [PATCH] Update allocation_queue.sh --- hpc/singularity/hq_scripts/allocation_queue.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hpc/singularity/hq_scripts/allocation_queue.sh b/hpc/singularity/hq_scripts/allocation_queue.sh index 851b22d..a35a75b 100755 --- a/hpc/singularity/hq_scripts/allocation_queue.sh +++ b/hpc/singularity/hq_scripts/allocation_queue.sh @@ -5,6 +5,7 @@ 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" --account=bw22J001 # Add account id, remove before publishing