From e4b8537df0cd18c736b33cfa2a60da5bea913626 Mon Sep 17 00:00:00 2001 From: zach1221 <99902696+zach1221@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:06:25 -0500 Subject: [PATCH] Update run_orion_ctest.sh fix orion account --- test/run_orion_ctest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run_orion_ctest.sh b/test/run_orion_ctest.sh index 71319cfc..dfc12290 100644 --- a/test/run_orion_ctest.sh +++ b/test/run_orion_ctest.sh @@ -1,9 +1,9 @@ #!/bin/bash set -eux -JOB_ID=$(sbatch --job-name=ctest --account=nems --qos=debug --ntasks-per-node=6 --nodes=1 --time=00:30:00 ./orion_ctest.sh | awk '{print $4}') +JOB_ID=$(sbatch --job-name=ctest --account=epic --qos=debug --ntasks-per-node=6 --nodes=1 --time=00:30:00 ./orion_ctest.sh | awk '{print $4}') -CHECK_ID=$(sbatch --job-name=ctest --account=nems --qos=debug --ntasks-per-node=1 --nodes=1 --time=00:01:00 --dependency=afterok:$JOB_ID ./check_ctest.sh) +CHECK_ID=$(sbatch --job-name=ctest --account=epic --qos=debug --ntasks-per-node=1 --nodes=1 --time=00:01:00 --dependency=afterok:$JOB_ID ./check_ctest.sh) sleep 3m