[Swift-commit] r8275 - SwiftApps/subjobs/namd

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Tue Oct 21 09:16:59 CDT 2014


Author: ketan
Date: 2014-10-21 09:16:58 -0500 (Tue, 21 Oct 2014)
New Revision: 8275

Modified:
   SwiftApps/subjobs/namd/apps
   SwiftApps/subjobs/namd/cobalt.xml
Log:
namd changes

Modified: SwiftApps/subjobs/namd/apps
===================================================================
--- SwiftApps/subjobs/namd/apps	2014-10-20 20:23:37 UTC (rev 8274)
+++ SwiftApps/subjobs/namd/apps	2014-10-21 14:16:58 UTC (rev 8275)
@@ -1,3 +1,4 @@
 localhost cat /bin/cat null null null
 cluster bgsh /home/ketan/SwiftApps/subjobs/bg.sh null null null
+cluster2 bgsh /home/ketan/SwiftApps/subjobs/bg.sh null null null
 

Modified: SwiftApps/subjobs/namd/cobalt.xml
===================================================================
--- SwiftApps/subjobs/namd/cobalt.xml	2014-10-20 20:23:37 UTC (rev 8274)
+++ SwiftApps/subjobs/namd/cobalt.xml	2014-10-21 14:16:58 UTC (rev 8275)
@@ -12,8 +12,8 @@
 <profile namespace="globus" key="maxwalltime">00:40:00</profile>
 <profile namespace="globus" key="walltime">2050</profile>
 
-<profile namespace="globus" key="maxnodes">512</profile>
-<profile namespace="globus" key="nodegranularity">512</profile>
+<profile namespace="globus" key="maxnodes">64</profile>
+<profile namespace="globus" key="nodegranularity">64</profile>
 <profile key="SUBBLOCK_SIZE" namespace="env">8</profile>
 <profile key="WORKER_LOGGING_LEVEL" namespace="env">DEBUG</profile>
 <profile key="ENABLE_WORKER_LOGGING" namespace="env">TRUE</profile>
@@ -21,10 +21,37 @@
 <profile key="WORKER_LOG_DIR" namespace="env">/home/ketan/workerlogs</profile>
 <profile namespace="globus" key="workerLoggingLevel">DEBUG</profile>
 <profile namespace="globus" key="workerLoggingDirectory">/home/ketan/workerlogs</profile>
-<profile namespace="globus" key="jobsPerNode">64</profile>
+<profile namespace="globus" key="jobsPerNode">8</profile>
 
 <workdirectory>/home/ketan/swiftwork</workdirectory>
 <filesystem provider="local"/>
 
 </pool>
+
+<pool handle="cluster2">
+<execution provider="coaster" jobmanager="local:cobalt" />
+
+<profile namespace="globus" key="slots">2</profile>
+<profile namespace="globus" key="mode">script</profile>
+
+<profile namespace="karajan" key="jobThrottle">2.99</profile>
+<profile namespace="karajan" key="initialScore">10000</profile>
+<profile namespace="globus" key="maxwalltime">00:40:00</profile>
+<profile namespace="globus" key="walltime">2050</profile>
+
+<profile namespace="globus" key="maxnodes">64</profile>
+<profile namespace="globus" key="nodegranularity">64</profile>
+<profile key="SUBBLOCK_SIZE" namespace="env">8</profile>
+<profile key="WORKER_LOGGING_LEVEL" namespace="env">DEBUG</profile>
+<profile key="ENABLE_WORKER_LOGGING" namespace="env">TRUE</profile>
+<profile key="ENABLE_WORKER_LOGGING" namespace="env">ON</profile>
+<profile key="WORKER_LOG_DIR" namespace="env">/home/ketan/workerlogs</profile>
+<profile namespace="globus" key="workerLoggingLevel">DEBUG</profile>
+<profile namespace="globus" key="workerLoggingDirectory">/home/ketan/workerlogs</profile>
+<profile namespace="globus" key="jobsPerNode">8</profile>
+
+<workdirectory>/home/ketan/swiftwork</workdirectory>
+<filesystem provider="local"/>
+
+</pool>
 </config>




More information about the Swift-commit mailing list