From ee7724f33e5f453176dabf27b0a9c0fe3156803f Mon Sep 17 00:00:00 2001 From: Mark Potts Date: Wed, 19 Jul 2023 09:03:55 -0600 Subject: [PATCH] Updated pbs queue. --- tests/rt.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/rt.sh b/tests/rt.sh index 949b8097b0..3cd8fe39cc 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -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= @@ -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