[Dart-dev] DART/branches Revision: 12811
dart at ucar.edu
dart at ucar.edu
Wed Sep 5 10:20:07 MDT 2018
nancy at ucar.edu
2018-09-05 10:20:07 -0600 (Wed, 05 Sep 2018)
167
this script is getting long enough we may want to
run this in batch mode. start by adding some
batch directives which are supposed to work on
the DAV nodes at NCAR.
Modified: DART/branches/recam/developer_tests/test_dart.csh
===================================================================
--- DART/branches/recam/developer_tests/test_dart.csh 2018-09-05 16:12:57 UTC (rev 12810)
+++ DART/branches/recam/developer_tests/test_dart.csh 2018-09-05 16:20:07 UTC (rev 12811)
@@ -6,7 +6,18 @@
#
# DART $Id$
+# this can be run from the command line, or submitted to
+# a batch system.
+#SBATCH -J centos
+#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
setenv MPIFLAG '-nompi'
More information about the Dart-dev
mailing list