Skip to content

Commit

Permalink
original sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Apr 21, 2023
1 parent 00cde9b commit 0eccdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue_arbdiscounted_nodeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ power=$(echo "$energy*$powerratio" | bc -l)
for file in pbs/arbdiscounted_nodeg/*
do
qsub -v "power=$power,energy=$energy,func=$func" $file
sleep 90s
sleep 30s
done
done
done
Expand Down

0 comments on commit 0eccdd2

Please sign in to comment.