Skip to content

Commit

Permalink
Updated pbs queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-a-potts committed Jul 19, 2023
1 parent 9a6f49f commit ee7724f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,11 @@ elif [[ $MACHINE_ID = derecho ]]; then
cp fv3_conf/fv3_qsub.IN_derecho fv3_conf/fv3_qsub.IN
cp fv3_conf/compile_qsub.IN_derecho fv3_conf/compile_qsub.IN

ROCOTORUN=$(which rocotorun)
ROCOTOSTAT=$(which rocotostat)
ROCOTOCOMPLETE=$(which rocotocomplete)
ROCOTO_SCHEDULER=pbspro

elif [[ $MACHINE_ID = stampede ]]; then

export PYTHONPATH=
Expand Down Expand Up @@ -594,6 +599,10 @@ if [[ $ROCOTO == true ]]; then
QUEUE=batch
COMPILE_QUEUE=batch
ROCOTO_SCHEDULER=slurm
elif [[ $MACHINE_ID = derecho ]]; then
QUEUE=main
COMPILE_QUEUE=main
ROCOTO_SCHEDULER=pbspro
else
die "Rocoto is not supported on this machine $MACHINE_ID"
fi
Expand Down

0 comments on commit ee7724f

Please sign in to comment.