[Swift-commit] r5765 - in SwiftApps/DSSAT/benchmark-release: . conf

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Fri Apr 27 17:31:12 CDT 2012


Author: davidk
Date: 2012-04-27 17:31:12 -0500 (Fri, 27 Apr 2012)
New Revision: 5765

Added:
   SwiftApps/DSSAT/benchmark-release/gendata.pl
Modified:
   SwiftApps/DSSAT/benchmark-release/conf/sites.uc3.xml
Log:
Better sites.xml for uc3
gendata.pl to work around weird issue with seq on uc3


Modified: SwiftApps/DSSAT/benchmark-release/conf/sites.uc3.xml
===================================================================
--- SwiftApps/DSSAT/benchmark-release/conf/sites.uc3.xml	2012-04-27 21:39:20 UTC (rev 5764)
+++ SwiftApps/DSSAT/benchmark-release/conf/sites.uc3.xml	2012-04-27 22:31:12 UTC (rev 5765)
@@ -1,9 +1,15 @@
 <config>
    <pool handle="uc3">
+     <execution jobmanager="local:condor" provider="coaster" url="none"/>
      <execution provider="condor" url="none"/>
      <filesystem provider="local" url="none" />
      <workdirectory>_WORK_</workdirectory>
+     <profile namespace="globus" key="maxNodes">480</profile>
+     <profile key="slots" namespace="globus">480</profile>
+     <profile key="nodeGranularity" namespace="globus">1</profile>
+     <profile key="jobsPerNode" namespace="globus">1</profile>
      <profile namespace="karajan" key="jobThrottle">1000</profile>
      <profile namespace="karajan" key="initialScore">10000</profile>
    </pool>
 </config>
+

Added: SwiftApps/DSSAT/benchmark-release/gendata.pl
===================================================================
--- SwiftApps/DSSAT/benchmark-release/gendata.pl	                        (rev 0)
+++ SwiftApps/DSSAT/benchmark-release/gendata.pl	2012-04-27 22:31:12 UTC (rev 5765)
@@ -0,0 +1,13 @@
+#!/usr/bin/perl
+
+use strict;
+
+my $count=1;
+chdir("campaigns/dummy100000") || die "Unable to chdir to campaigns/dummy100000";
+
+while($count < 100000)
+{
+   my $pcount = sprintf("%07d", $count);
+   system("ln -s 0000000 $pcount");   
+   $count++;
+}


Property changes on: SwiftApps/DSSAT/benchmark-release/gendata.pl
___________________________________________________________________
Added: svn:executable
   + *




More information about the Swift-commit mailing list