Skip to content

Commit

Permalink
Update the README file so that the log names given won't conflict wit…
Browse files Browse the repository at this point in the history
…h each other
  • Loading branch information
ekluzek committed May 17, 2022
1 parent 9fcbcfb commit d840fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tools/README
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ nohup ./test_driver.sh -i >& run.out &
release tests

qcmd -l walltime=10:00:00 -- env CLM_INPUT_TESTS=`pwd`/tests_posttag_nompi_regression \
./test_driver.sh -i >& run.out &
./test_driver.sh -i >& run_regress.out &

To run neon-specific tests, please use login nodes:
env CLM_INPUT_TESTS=`pwd`/tests_pretag_nompi_neon ./test_driver.sh -i > & run.out &
env CLM_INPUT_TESTS=`pwd`/tests_pretag_nompi_neon ./test_driver.sh -i > & run_neon.out &


Intended for use on NCAR machines cheyenne, geyser (DAV) and hobart.
Expand Down

0 comments on commit d840fe9

Please sign in to comment.