From 1e357b04442807928ab0dcc7832ed9dee379257c Mon Sep 17 00:00:00 2001 From: Linus Seelinger Date: Mon, 11 Mar 2024 08:05:25 +0100 Subject: [PATCH] HQ: Remove custom model resource; better to only work with cpus as resources for now --- hpc/hq_scripts/allocation_queue.sh | 1 - hpc/hq_scripts/job.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/hpc/hq_scripts/allocation_queue.sh b/hpc/hq_scripts/allocation_queue.sh index 6ecf6ba..ae13b8d 100755 --- a/hpc/hq_scripts/allocation_queue.sh +++ b/hpc/hq_scripts/allocation_queue.sh @@ -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.) diff --git a/hpc/hq_scripts/job.sh b/hpc/hq_scripts/job.sh index b55d97a..f378117 100755 --- a/hpc/hq_scripts/job.sh +++ b/hpc/hq_scripts/job.sh @@ -1,6 +1,5 @@ #! /bin/bash -#HQ --resource model=1 #HQ --cpus=1 #HQ --time-request=1m #HQ --time-limit=2m