Skip to content

Commit

Permalink
reduce sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 30, 2024
1 parent edbab55 commit 746db9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions job_scripts/perlmutter/chainslurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ then
echo " "
oldjob=$aout
firstcount=2
sleep 3
sleep 2
else
echo chaining $numjobs jobs starting with $oldjob
fi
Expand All @@ -52,5 +52,5 @@ do
echo " " jobid: $aout
echo " "
oldjob=$aout
sleep 3
sleep 2
done

0 comments on commit 746db9a

Please sign in to comment.