[Dart-dev] DART/branches Revision: 12815
dart at ucar.edu
dart at ucar.edu
Fri Sep 7 16:05:00 MDT 2018
nancy at ucar.edu
2018-09-07 16:05:00 -0600 (Fri, 07 Sep 2018)
251
fix up the SLURM lines so we can submit this to
the batch queues for geyser/caldera with:
sbatch test_dart.csh
it will build and run all the tests on the DAV nodes.
plus we won't get into trouble with running something
too long on the login nodes.
Modified: DART/branches/recam/developer_tests/test_dart.csh
===================================================================
--- DART/branches/recam/developer_tests/test_dart.csh 2018-09-07 22:03:11 UTC (rev 12814)
+++ DART/branches/recam/developer_tests/test_dart.csh 2018-09-07 22:05:00 UTC (rev 12815)
@@ -9,13 +9,12 @@
# this can be run from the command line, or submitted to
# a batch system.
-#SBATCH -J centos
+#SBATCH -J slurmtest
#SBATCH -n 1
#SBATCH --ntasks-per-node=1
#SBATCH -t 2:30:00
#SBATCH -A P86850054
#SBATCH -p dav
-#SBATCH --reservation cent74
#SBATCH -o tcsh.log
set clobber
More information about the Dart-dev
mailing list