[cig-commits] r6622 - in short/3D/PyLith/branches/pylith-0.8/pylith3d: examples/lintet/vistest pylith3d

knepley at geodynamics.org knepley at geodynamics.org
Fri Apr 20 12:34:10 PDT 2007


Author: knepley
Date: 2007-04-20 12:34:09 -0700 (Fri, 20 Apr 2007)
New Revision: 6622

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d-np2.cfg
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d.cfg
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistest.time
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py
Log:
Small fixes


Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d-np2.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d-np2.cfg	2007-04-20 18:06:23 UTC (rev 6621)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d-np2.cfg	2007-04-20 19:34:09 UTC (rev 6622)
@@ -2,6 +2,10 @@
 # specifying a different configuration file on the command-line, these
 # are the values that will be used.
 
+[pylith3d.launcher]
+# Specify multi-processor run
+command = mpiexec -np 2
+
 [pylith3d]
 # PETSc options
 log_summary = true

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d.cfg	2007-04-20 18:06:23 UTC (rev 6621)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d.cfg	2007-04-20 19:34:09 UTC (rev 6622)
@@ -2,10 +2,6 @@
 # specifying a different configuration file on the command-line, these
 # are the values that will be used.
 
-[pylith3d.launcher]
-# Specify multi-processor run
-command = mpiexec -np 2
-
 [pylith3d]
 # PETSc options
 log_summary = true

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistest.time
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistest.time	2007-04-20 18:06:23 UTC (rev 6621)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistest.time	2007-04-20 19:34:09 UTC (rev 6622)
@@ -62,3 +62,4 @@
 #
   0   1   0.0d0  5.d-1 1001   4      0  1.0d+00  1.0d+0  1.0d+00 1
   1 100   0.1d0  5.d-1   10  -1      0  1.0d+00  9.0d-01 1.0d+00 2
+ 
\ No newline at end of file

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py	2007-04-20 18:06:23 UTC (rev 6621)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py	2007-04-20 19:34:09 UTC (rev 6622)
@@ -517,7 +517,7 @@
             finish = now()
             usertime = finish - start
             print "Total user time:  %g" % usertime
-
+        self.pylith.mesh = None
         return
 
 



More information about the cig-commits mailing list