Skip to content

Commit

Permalink
removes K2a
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jun 10, 2021
1 parent d91f6f3 commit 4ba564b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions acceptance/k-qsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pwd # echo path
testname=$1

# Get the best queue to submit to
queues="K4-debug K3-debug K3a-debug K2-debug K2a-fun3d"
queues="K4-debug K3-debug K3a-debug K2-debug K2-fun3d"
for queue in $queues; do

if [[ "$queue" == "K4-"* ]]; then
Expand All @@ -26,9 +26,6 @@ for queue in $queues; do
elif [[ "$queue" == "K2-"* ]]; then
nprocs=12
walltime=50
elif [[ "$queue" == "K2a-"* ]]; then
nprocs=12
walltime=50
else
echo "unknown queue requested: $queue"
exit 1
Expand Down

0 comments on commit 4ba564b

Please sign in to comment.