From 5904221be93b466863c00ae895abb00f4e9b2b80 Mon Sep 17 00:00:00 2001 From: "Chan-Hoo.Jeon-NOAA" <60152248+chan-hoo@users.noreply.github.com> Date: Tue, 13 Aug 2024 08:03:35 -0400 Subject: [PATCH] Fix warning in doc (#135) * fix doc warning * fix accout name for ctest on orion --- doc/source/BuildingRunningTesting/BuildRunLandDA.rst | 4 ++-- sorc/test/run_orion_ctest.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/BuildingRunningTesting/BuildRunLandDA.rst b/doc/source/BuildingRunningTesting/BuildRunLandDA.rst index 629d166b..2e460c83 100644 --- a/doc/source/BuildingRunningTesting/BuildRunLandDA.rst +++ b/doc/source/BuildingRunningTesting/BuildRunLandDA.rst @@ -200,7 +200,7 @@ Each Land DA experiment includes multiple tasks that must be run in order to sat * - JLANDDA_FORECAST - Runs the forecast model -Users may run these tasks :ref:`using the Rocoto workflow manager ` or :ref:`using a batch script `. +Users may run these tasks :ref:`using the Rocoto workflow manager `. .. _run-w-rocoto: @@ -333,4 +333,4 @@ The histogram plots OMA values on the x-axis and frequency density values on the .. list-table:: Snow Depth Plots for 2000-01-04 * - |logo1| - - |logo2| \ No newline at end of file + - |logo2| diff --git a/sorc/test/run_orion_ctest.sh b/sorc/test/run_orion_ctest.sh index 4ba17d41..150d7636 100755 --- a/sorc/test/run_orion_ctest.sh +++ b/sorc/test/run_orion_ctest.sh @@ -1,11 +1,11 @@ #!/bin/bash set -eux -JOB_ID=$(sbatch --job-name=ctest --account=nems --qos=batch --ntasks-per-node=7 --nodes=1 --time=02:00:00 ./orion_ctest.sh | awk '{print $4}') +JOB_ID=$(sbatch --job-name=ctest --account=epic --qos=batch --ntasks-per-node=7 --nodes=1 --time=01:00: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 30m +sleep 20m if [ -f out.ctest ]; then cat out.ctest