[Swift-commit] r6933 - in SwiftTutorials/CIC_2013-08-09: . part05
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Wed Aug 21 22:55:03 CDT 2013
Author: wilde
Date: 2013-08-21 22:55:03 -0500 (Wed, 21 Aug 2013)
New Revision: 6933
Added:
SwiftTutorials/CIC_2013-08-09/part05/
SwiftTutorials/CIC_2013-08-09/part05/app
SwiftTutorials/CIC_2013-08-09/part05/apps
SwiftTutorials/CIC_2013-08-09/part05/bias.dat
SwiftTutorials/CIC_2013-08-09/part05/rensemble.swift
SwiftTutorials/CIC_2013-08-09/part05/sitecount.sh
SwiftTutorials/CIC_2013-08-09/part05/sites.xml
Log:
moves
Added: SwiftTutorials/CIC_2013-08-09/part05/app
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part05/app (rev 0)
+++ SwiftTutorials/CIC_2013-08-09/part05/app 2013-08-22 03:55:03 UTC (rev 6933)
@@ -0,0 +1 @@
+link ../app/
\ No newline at end of file
Property changes on: SwiftTutorials/CIC_2013-08-09/part05/app
___________________________________________________________________
Added: svn:special
+ *
Added: SwiftTutorials/CIC_2013-08-09/part05/apps
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part05/apps (rev 0)
+++ SwiftTutorials/CIC_2013-08-09/part05/apps 2013-08-22 03:55:03 UTC (rev 6933)
@@ -0,0 +1 @@
+uc3 sh /bin/bash
Added: SwiftTutorials/CIC_2013-08-09/part05/bias.dat
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part05/bias.dat (rev 0)
+++ SwiftTutorials/CIC_2013-08-09/part05/bias.dat 2013-08-22 03:55:03 UTC (rev 6933)
@@ -0,0 +1 @@
+123
Added: SwiftTutorials/CIC_2013-08-09/part05/rensemble.swift
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part05/rensemble.swift (rev 0)
+++ SwiftTutorials/CIC_2013-08-09/part05/rensemble.swift 2013-08-22 03:55:03 UTC (rev 6933)
@@ -0,0 +1 @@
+link ../scripts/rensemble.swift
\ No newline at end of file
Property changes on: SwiftTutorials/CIC_2013-08-09/part05/rensemble.swift
___________________________________________________________________
Added: svn:special
+ *
Added: SwiftTutorials/CIC_2013-08-09/part05/sitecount.sh
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part05/sitecount.sh (rev 0)
+++ SwiftTutorials/CIC_2013-08-09/part05/sitecount.sh 2013-08-22 03:55:03 UTC (rev 6933)
@@ -0,0 +1,3 @@
+# condor_q -l $USER | grep MATCH_EXP_JOBGLIDEIN_ResourceName | cut -d '=' -f 2 | sort | uniq -c
+
+condor_q -l $USER | grep LastRemoteHost | cut -d '=' -f 2 | sort | uniq -c
Property changes on: SwiftTutorials/CIC_2013-08-09/part05/sitecount.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: SwiftTutorials/CIC_2013-08-09/part05/sites.xml
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part05/sites.xml (rev 0)
+++ SwiftTutorials/CIC_2013-08-09/part05/sites.xml 2013-08-22 03:55:03 UTC (rev 6933)
@@ -0,0 +1,45 @@
+<config>
+ <pool handle="uc3">
+ <execution provider="coaster" jobmanager="local:condor"/>
+ <profile namespace="karajan" key="jobThrottle">5.00</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+ <profile namespace="globus" key="jobsPerNode">1</profile>
+ <profile namespace="globus" key="maxtime">3600</profile>
+ <profile namespace="globus" key="maxWalltime">00:01:00</profile>
+ <profile namespace="globus" key="highOverAllocation">10000</profile>
+ <profile namespace="globus" key="lowOverAllocation">10000</profile>
+ <profile namespace="globus" key="internalHostname">128.135.158.243</profile>
+ <profile namespace="globus" key="slots">1</profile>
+ <profile namespace="globus" key="maxNodes">1</profile>
+ <profile namespace="globus" key="nodeGranularity">1</profile>
+ <!-- For UC3: -->
+ <profile namespace="globus" key="condor.+AccountingGroup">"group_friends.{env.USER}"</profile>
+ <!-- For OSGConnect -->
+ <!-- <profile namespace="globus" key="condor.+ProjectName">"swift"</profile> -->
+ <profile namespace="globus" key="jobType">nonshared</profile>
+
+ <!-- UC3 --> <!-- <profile namespace="globus" key="condor.Requirements">regexp("uc3-c*", Machine)</profile> -->
+ <!-- UCIT --> <profile namespace="globus" key="condor.Requirements">regexp("appcloud[0-1][0-9].*", Machine)</profile>
+ <!-- MWUC --> <!-- <profile namespace="globus" key="condor.Requirements">regexp("uct2-c*", Machine)</profile> -->
+ <!-- MWIU --> <!-- <profile namespace="globus" key="condor.Requirements">regexp("iut2-c*", Machine)</profile> -->
+ <!-- MWUI --> <!-- <profile namespace="globus" key="condor.Requirements">regexp("taub*", Machine)</profile> -->
+ <!-- MWT2 --> <!-- <profile namespace="globus" key="condor.Requirements">UidDomain == "osg-gk.mwt2.org"</profile> -->
+ <!-- OSG --> <!-- <profile namespace="globus" key="condor.Requirements">isUndefined(GLIDECLIENT_Name) == FALSE</profile> -->
+ <!-- MULT --> <!-- <profile namespace="globus" key="condor.Requirements">UidDomain == "osg-gk.mwt2.org" && (regexp("iut2-c*", Machine) || regexp("uct2-c*", Machine)) </profile> -->
+
+ <workdirectory>.</workdirectory>
+ </pool>
+</config>
+
+<!--
+
+MWT2 @UC Requirements = regexp("uct2-c*", Machine)
+MWT2 @IU Requirements = regexp("iut2-c*", Machine)
+MWT2 @UIUC Requirements = regexp("taub*", Machine)
+UC ATLAS Tier 3 Requirements = regexp("uct3*", Machine)
+ITS Virtualization Lab Requirements = regexp("appcloud[0-1][0-9].*", Machine)
+Open Science Grid
+Requirements = isUndefined(GLIDECLIENT_Name) == FALSE
+
+ -->
+
More information about the Swift-commit
mailing list