[cig-commits] r7945 - cs/cigtg/trunk/cigtg-dev/CigPortal/cigportal/src/org/cig/portal/grid/job

wei at geodynamics.org wei at geodynamics.org
Tue Sep 11 18:00:46 PDT 2007


Author: wei
Date: 2007-09-11 18:00:46 -0700 (Tue, 11 Sep 2007)
New Revision: 7945

Modified:
   cs/cigtg/trunk/cigtg-dev/CigPortal/cigportal/src/org/cig/portal/grid/job/SimpleRSL.java
Log:
Minor change in RSL file generation.  

Modified: cs/cigtg/trunk/cigtg-dev/CigPortal/cigportal/src/org/cig/portal/grid/job/SimpleRSL.java
===================================================================
--- cs/cigtg/trunk/cigtg-dev/CigPortal/cigportal/src/org/cig/portal/grid/job/SimpleRSL.java	2007-09-12 00:59:53 UTC (rev 7944)
+++ cs/cigtg/trunk/cigtg-dev/CigPortal/cigportal/src/org/cig/portal/grid/job/SimpleRSL.java	2007-09-12 01:00:46 UTC (rev 7945)
@@ -28,10 +28,10 @@
         + "        (count=1)" + "\n"
         + "        (host_count=\"1"+(site.equals("UC")?":ia64-compute":"")+"\")" + "\n"
         + (project==null?"":"        (project=\""+project+"\")" + "\n")
-        + "        (executable=\""+appdir+"/release/runMag32s4.sh"+"\")" + "\n"
-        + "        (arguments=\""+shtruncationdegree+"\" \""+shtruncationdegree+"\" \""+k+"\" \""
-        			+appdir+"/datasets/"+dataset+"\" \""
-        			+appdir+"/results/"+jobid+"."+k+".dat\""+")" + "\n"
+        + "        (executable=\""+appdir+"/release/runMag-arg.sh"+"\")" + "\n"
+        + "        (arguments=\""+shtruncationdegree+"\" \""+k+"\" \""+jobid+"\" \""
+        			+dataset+"\" \""
+        			+"magdata"+"."+jobid+"\""+")" + "\n"
         + "        (directory=\""+appdir+"/release"+"\")" + "\n"
         + "        (stdout=\""+appdir+"/results/stdout."+jobid+"\")" + "\n"
         + "        (stderr=\""+appdir+"/results/stderr."+jobid+"\")" + "\n"
@@ -63,13 +63,13 @@
         + "    <hostCount>1</hostCount>" + "\n"
 */
         + (project==null?"":"    <project>"+project+"</project>" + "\n")
-        + "    <executable>"+appdir+"/release/runMag.sh"+"</executable>" + "\n"
+        + "    <executable>"+appdir+"/release/runMag-arg.sh"+"</executable>" + "\n"
         + "    <directory>"+appdir+"/release"+"</directory>" + "\n"
         + "    <argument>"+shtruncationdegree+"</argument>" + "\n"
         + "    <argument>"+k+"</argument>" + "\n"
         + "    <argument>"+ jobid+"</argument>" + "\n"
-        + "    <argument>"+appdir+"/release/"+"runMag"+shtruncationdegree+"s"+k+".sh"+"</argument>" + "\n"
-        + "    <argument>"+appdir+"/results/"+jobid+"."+k+".dat</argument>" + "\n"
+        + "    <argument>"+dataset+"</argument>" + "\n"
+        + "    <argument>"+"magdata"+"."+jobid+"</argument>" + "\n"
         + "    <stdout>"+appdir+"/results/stdout."+jobid+"</stdout>" + "\n"
         + "    <stderr>"+appdir+"/results/stderr."+jobid+"</stderr>" + "\n"
         + "    <maxWallTime>"+"100"+"</maxWallTime>" + "\n"



More information about the cig-commits mailing list