[Swift-commit] r6949 - SwiftTutorials/CIC_2013-08-09/part04
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Thu Aug 22 11:35:50 CDT 2013
Author: wilde
Date: 2013-08-22 11:35:50 -0500 (Thu, 22 Aug 2013)
New Revision: 6949
Added:
SwiftTutorials/CIC_2013-08-09/part04/app
SwiftTutorials/CIC_2013-08-09/part04/sites.xml
Log:
missed files
Added: SwiftTutorials/CIC_2013-08-09/part04/app
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part04/app (rev 0)
+++ SwiftTutorials/CIC_2013-08-09/part04/app 2013-08-22 16:35:50 UTC (rev 6949)
@@ -0,0 +1 @@
+link ../app
\ No newline at end of file
Property changes on: SwiftTutorials/CIC_2013-08-09/part04/app
___________________________________________________________________
Added: svn:special
+ *
Added: SwiftTutorials/CIC_2013-08-09/part04/sites.xml
===================================================================
--- SwiftTutorials/CIC_2013-08-09/part04/sites.xml (rev 0)
+++ SwiftTutorials/CIC_2013-08-09/part04/sites.xml 2013-08-22 16:35:50 UTC (rev 6949)
@@ -0,0 +1,45 @@
+<config>
+ <pool handle="osg">
+ <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> <!-- FIXME Make Dynamic from setup -->
+ <profile namespace="globus" key="slots">20</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