[Swift-commit] r2186 - SwiftApps/SIDGrid/config

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Aug 18 12:34:27 CDT 2008


Author: skenny
Date: 2008-08-18 12:34:26 -0500 (Mon, 18 Aug 2008)
New Revision: 2186

Added:
   SwiftApps/SIDGrid/config/sites_bigred.xml
Log:
include project number so that loadleveler will accept the submission

Added: SwiftApps/SIDGrid/config/sites_bigred.xml
===================================================================
--- SwiftApps/SIDGrid/config/sites_bigred.xml	                        (rev 0)
+++ SwiftApps/SIDGrid/config/sites_bigred.xml	2008-08-18 17:34:26 UTC (rev 2186)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<config xmlns="http://www.griphyn.org/chimera/GVDS-PoolConfig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.griphyn.org/chimera/GVDS-PoolConfig http://www.griphyn.org/chimera/sc-1.4.xsd" version="1.4">
+ <import file="sys.xml"/>
+<import file="vdl-lib.xml"/>
+<set name="username">
+  <arg><vdl:new type="string" value="user"/></arg>
+</set>
+  <!-- BIGRED @ login.bigred.iu.teragrid.org -->
+  <pool handle="BIGRED">
+    <profile namespace="karajan" key="initialScore">0</profile>
+    <profile namespace="karajan" key="jobThrottle">4</profile>
+    <profile namespace="globus" key="project">TG-DBS080004N</profile>
+    <gridftp url="gsiftp://gridftp.bigred.iu.teragrid.org"/>
+    <execution provider="gt2" url="gatekeeper.bigred.iu.teragrid.org" jobmanager="loadleveler"/>
+    <workdirectory>/N/u/tg-scommun/BigRed/sidgrid/sidgrid_out/{username}</workdirectory>
+  </pool>
+</config>




More information about the Swift-commit mailing list