[cig-commits] r7926 - cs/portal/trunk

leif at geodynamics.org leif at geodynamics.org
Wed Sep 5 12:24:43 PDT 2007


Author: leif
Date: 2007-09-05 12:24:42 -0700 (Wed, 05 Sep 2007)
New Revision: 7926

Modified:
   cs/portal/trunk/daemon.py
Log:
Minor bug fix (maxTime -> maxWallTime).


Modified: cs/portal/trunk/daemon.py
===================================================================
--- cs/portal/trunk/daemon.py	2007-09-04 23:09:14 UTC (rev 7925)
+++ cs/portal/trunk/daemon.py	2007-09-05 19:24:42 UTC (rev 7926)
@@ -400,7 +400,7 @@
             "run",
             jobType = "mpi",
             count = self.simulation.nodes,
-            maxTime = 12*60,
+            maxWallTime = 12*60,
             queue = "normal",
             executable = self.buildDir + "/mpipyspecfem3D",
             arguments = ["--pyre-start",



More information about the cig-commits mailing list