[Swift-commit] r8274 - SwiftApps/subjobs

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Oct 20 15:23:38 CDT 2014


Author: ketan
Date: 2014-10-20 15:23:37 -0500 (Mon, 20 Oct 2014)
New Revision: 8274

Modified:
   SwiftApps/subjobs/README.txt
   SwiftApps/subjobs/bg.sh
Log:
take care of path for mira,vesta and cetus

Modified: SwiftApps/subjobs/README.txt
===================================================================
--- SwiftApps/subjobs/README.txt	2014-10-14 19:50:03 UTC (rev 8273)
+++ SwiftApps/subjobs/README.txt	2014-10-20 20:23:37 UTC (rev 8274)
@@ -106,6 +106,23 @@
 256 nodes where as the subblock size is 16 nodes. This results in a total of 16
 subblocks resulting in +jobsPerNode+ value to be 16.
 
+Use-Case Applications
+----------------------
+
+This section discusses the real-world use-case applications that are set up
+with this package. These applications are tested with subblock and non-subblock
+runs on ALCF Vesta, a 2-rack (2048 nodes) BlueGene/Q system.
+
+NAMD
+~~~~
+
+Rosetta
+~~~~~~~
+
+Dock 6
+~~~~~~~
+
+
 Sub-block limitations
 ----------------------
 

Modified: SwiftApps/subjobs/bg.sh
===================================================================
--- SwiftApps/subjobs/bg.sh	2014-10-14 19:50:03 UTC (rev 8273)
+++ SwiftApps/subjobs/bg.sh	2014-10-20 20:23:37 UTC (rev 8274)
@@ -3,8 +3,17 @@
 # Note: This path is for Cetus only
 #export PATH=/soft/cobalt/cetus/bgq_hardware_mapper:$PATH
 # Note: This path is for Mira or Vesta
-export PATH=/soft/cobalt/bgq_hardware_mapper:$PATH
 
+mname = $(hostname)
+
+if [[ $mname == *vesta* || $mname == *mira* ]]
+then
+    export PATH=/soft/cobalt/bgq_hardware_mapper:$PATH
+else
+    export PATH=/soft/cobalt/cetus/bgq_hardware_mapper:$PATH    
+fi
+
+
 case "$SUBBLOCK_SIZE" in
 8) SHAPE="1x2x2x2x1"
 ;;




More information about the Swift-commit mailing list