[Swift-commit] r6424 - SwiftTutorials/UofC_2013-04-09/bin
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Tue Apr 9 10:37:02 CDT 2013
Author: wilde
Date: 2013-04-09 10:37:02 -0500 (Tue, 09 Apr 2013)
New Revision: 6424
Removed:
SwiftTutorials/UofC_2013-04-09/bin/filterinfo.sh
SwiftTutorials/UofC_2013-04-09/bin/genapplist
SwiftTutorials/UofC_2013-04-09/bin/getinfo.sh
SwiftTutorials/UofC_2013-04-09/bin/runswift
SwiftTutorials/UofC_2013-04-09/bin/suminfo.sh
Log:
Remove old tools from bin.
Deleted: SwiftTutorials/UofC_2013-04-09/bin/filterinfo.sh
===================================================================
--- SwiftTutorials/UofC_2013-04-09/bin/filterinfo.sh 2013-04-09 15:30:37 UTC (rev 6423)
+++ SwiftTutorials/UofC_2013-04-09/bin/filterinfo.sh 2013-04-09 15:37:02 UTC (rev 6424)
@@ -1,2 +0,0 @@
-#! /bin/sh
-grep getinfo.sh $1 | wc -l >$2
Deleted: SwiftTutorials/UofC_2013-04-09/bin/genapplist
===================================================================
--- SwiftTutorials/UofC_2013-04-09/bin/genapplist 2013-04-09 15:30:37 UTC (rev 6423)
+++ SwiftTutorials/UofC_2013-04-09/bin/genapplist 2013-04-09 15:37:02 UTC (rev 6424)
@@ -1,7 +0,0 @@
-cat <<END
-cluster cat /bin/cat null null null
-cluster sh /bin/sh null null null
-cluster getinfo $PWD/bin/getinfo.sh null null null
-cluster filterinfo $PWD/bin/filterinfo.sh null null null
-cluster suminfo $PWD/bin/suminfo.sh null null null
-END
Deleted: SwiftTutorials/UofC_2013-04-09/bin/getinfo.sh
===================================================================
--- SwiftTutorials/UofC_2013-04-09/bin/getinfo.sh 2013-04-09 15:30:37 UTC (rev 6423)
+++ SwiftTutorials/UofC_2013-04-09/bin/getinfo.sh 2013-04-09 15:37:02 UTC (rev 6424)
@@ -1,6 +0,0 @@
-#! /bin/sh
-
-hostname -f
-date
-sleep 2
-ps -u $USER -H
Deleted: SwiftTutorials/UofC_2013-04-09/bin/runswift
===================================================================
--- SwiftTutorials/UofC_2013-04-09/bin/runswift 2013-04-09 15:30:37 UTC (rev 6423)
+++ SwiftTutorials/UofC_2013-04-09/bin/runswift 2013-04-09 15:37:02 UTC (rev 6424)
@@ -1,102 +0,0 @@
-#! /bin/sh
-
-cat <<END >pathlist
-rule .*_concurrent/.* DIRECT $PWD/tmp
-rule .* DIRECT /
-END
-
-cat <<END >config
-status.mode=provider
-use.provider.staging=false
-use.wrapper.staging=false
-wrapperlog.always.transfer=true
-execution.retries=0
-lazy.errors=false
-provider.staging.pin.swiftfiles=false
-sitedir.keep=true
-file.gc.enabled=false
-tcp.port.range=50000,51000
-END
-
-reservationID=${reservationID:-swift}
-
-cat <<END >sites.xml
-
-<config>
-
-<pool handle="local">
-
- <execution provider="local"/>
- <profile namespace="karajan" key="jobThrottle">0.03</profile>
- <profile namespace="karajan" key="initialScore">10000</profile>
- <filesystem provider="local" url="none" />
- <workdirectory>$PWD/swiftwork</workdirectory>
-
-</pool>
-
-<pool handle="cluster">
-
- <execution provider="coaster" jobmanager="local:slurm" url="localhost:1"/>
-
- <profile namespace="globus" key="jobsPerNode">12</profile>
- <profile namespace="globus" key="ppn">12</profile>
- <profile namespace="globus" key="slots">1</profile>
- <profile namespace="globus" key="maxnodes">1</profile>
- <profile namespace="globus" key="nodegranularity">1</profile>
- <profile namespace="globus" key="queue">westmere</profile>
-
- <profile namespace="globus" key="providerAttributes">slurm.resource_list=advres=$reservationID</profile>
-
- <profile namespace="karajan" key="jobThrottle">5.99</profile>
- <profile namespace="karajan" key="initialScore">10000</profile>
-
- <profile namespace="globus" key="highOverAllocation">100</profile>
- <profile namespace="globus" key="lowOverAllocation">100</profile>
- <profile namespace="globus" key="maxtime">18000</profile>
- <profile namespace="globus" key="maxwalltime">02:00:00</profile>
-
- <filesystem provider="local" url="none" />
- <workdirectory>$PWD/swiftwork</workdirectory>
-
-</pool>
-
-<pool handle="clustermpi">
-
- <execution provider="coaster" jobmanager="local:slurm" url="localhost:2" />
-
- <profile namespace="globus" key="jobsPerNode">1</profile>
- <profile namespace="globus" key="ppn">12</profile>
- <profile namespace="globus" key="slots">1</profile>
- <profile namespace="globus" key="maxnodes">1</profile>
- <profile namespace="globus" key="nodegranularity">1</profile>
- <profile namespace="globus" key="jobType">single</profile>
- <profile namespace="globus" key="queue">westmere</profile>
-
- <profile namespace="globus" key="providerAttributes">slurm.resource_list=advres=$reservationID</profile>
-
- <profile namespace="karajan" key="jobThrottle">0.64</profile>
- <profile namespace="karajan" key="initialScore">10000</profile>
-
- <profile namespace="globus" key="highOverAllocation">100</profile>
- <profile namespace="globus" key="lowOverAllocation">100</profile>
- <profile namespace="globus" key="maxtime">9000</profile>
- <profile namespace="globus" key="maxwalltime">01:00:00</profile>
-
- <filesystem provider="local" url="none" />
- <workdirectory>$PWD/swiftwork</workdirectory>
-
-</pool>
-
-</config>
-
-END
-
-genapplist >applist
-
-set -x
-#swift -config config -tc.file applist -sites.file sites.xml -cdm.file pathlist $*
-swift -config config -tc.file applist -sites.file sites.xml $*
-
-
-
-
Deleted: SwiftTutorials/UofC_2013-04-09/bin/suminfo.sh
===================================================================
--- SwiftTutorials/UofC_2013-04-09/bin/suminfo.sh 2013-04-09 15:30:37 UTC (rev 6423)
+++ SwiftTutorials/UofC_2013-04-09/bin/suminfo.sh 2013-04-09 15:37:02 UTC (rev 6424)
@@ -1,2 +0,0 @@
-#! /bin/sh
-awk '{ sum += $1 } END { print "Total processes observed: " sum }' $*
More information about the Swift-commit
mailing list