[Dart-dev] [7655] DART/trunk/models/bgrid_solo/shell_scripts/run_filter.csh: Obfuscating the project number that inadvertantly got committed last time.

nancy at ucar.edu nancy at ucar.edu
Wed Mar 4 22:03:03 MST 2015


Revision: 7655
Author:   thoar
Date:     2015-03-04 22:03:03 -0700 (Wed, 04 Mar 2015)
Log Message:
-----------
Obfuscating the project number that inadvertantly got committed last time.
Better message explaining the ptile/number of nodes, etc.

Modified Paths:
--------------
    DART/trunk/models/bgrid_solo/shell_scripts/run_filter.csh

-------------- next part --------------
Modified: DART/trunk/models/bgrid_solo/shell_scripts/run_filter.csh
===================================================================
--- DART/trunk/models/bgrid_solo/shell_scripts/run_filter.csh	2015-03-05 04:55:22 UTC (rev 7654)
+++ DART/trunk/models/bgrid_solo/shell_scripts/run_filter.csh	2015-03-05 05:03:03 UTC (rev 7655)
@@ -29,16 +29,15 @@
 # -n number of processors  (really)
 # -W hh:mm  max execution time (required on some platforms)
 #
-# The bgrid_solo default ensemble size is 20. This script is just an example
-# to show how to use 20 processors - but only 10 processors per node. this
-# example consequently uses two nodes (so you get charged for all 32 processors)
+# This script is an example to show how to all 16 processors 
+# (currently the number of processors one node).
 ##=============================================================================
 #BSUB -J filter
 #BSUB -o filter.%J.log
 #BSUB -N -u ${USER}@ucar.edu
-#BSUB -q premium
+#BSUB -q regular
 #BSUB -W 0:30
-#BSUB -P NIMG0002
+#BSUB -P NIMGxxxx
 #BSUB -n 16
 #BSUB -R "span[ptile=16]"
 #


More information about the Dart-dev mailing list