Skip to content

Commit

Permalink
Update job.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
linusseelinger committed Feb 17, 2024
1 parent bf237a1 commit 3fb822a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hpc/hq_scripts/job.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#! /bin/bash

#HQ --resource model=1
#HQ --cpus=1
#HQ --time-request=1m
#HQ --time-limit=2m
#HQ --stdout none
Expand Down Expand Up @@ -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
sleep infinity # keep the job occupied

0 comments on commit 3fb822a

Please sign in to comment.