From 3fb822a44de4f8fef6f4ec33fdc344ce2532308f Mon Sep 17 00:00:00 2001 From: Linus Seelinger Date: Sat, 17 Feb 2024 16:39:12 +0100 Subject: [PATCH] Update job.sh --- hpc/hq_scripts/job.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hpc/hq_scripts/job.sh b/hpc/hq_scripts/job.sh index aae949c..b55d97a 100755 --- a/hpc/hq_scripts/job.sh +++ b/hpc/hq_scripts/job.sh @@ -1,6 +1,7 @@ #! /bin/bash #HQ --resource model=1 +#HQ --cpus=1 #HQ --time-request=1m #HQ --time-limit=2m #HQ --stdout none @@ -46,4 +47,4 @@ done mkdir -p "$load_balancer_dir/urls" echo "http://$host:$port" > "$load_balancer_dir/urls/url-$HQ_JOB_ID.txt" -sleep infinity # keep the job occupied \ No newline at end of file +sleep infinity # keep the job occupied