From e80cc59b0defda582267e65a79e67d023b3a9542 Mon Sep 17 00:00:00 2001 From: Linus Seelinger Date: Tue, 5 Mar 2024 16:25:12 +0100 Subject: [PATCH] Update allocation_queue.sh --- hpc/hq_scripts/allocation_queue.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hpc/hq_scripts/allocation_queue.sh b/hpc/hq_scripts/allocation_queue.sh index 60a5732..6ecf6ba 100755 --- a/hpc/hq_scripts/allocation_queue.sh +++ b/hpc/hq_scripts/allocation_queue.sh @@ -1,5 +1,9 @@ #! /bin/bash +# Note: For runs on systems without SLURM, replace the slurm allocator by +# hq worker start & + + hq alloc add slurm --time-limit 10m \ --idle-timeout 3m \ --backlog 1 \ @@ -8,4 +12,4 @@ hq alloc add slurm --time-limit 10m \ --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.) \ No newline at end of file +# Any parameters after -- will be passed directly to sbatch (e.g. credentials, partition, mem, etc.)