[cig-commits] r5097 - short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/linhex/powertest

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Oct 26 12:33:06 PDT 2006


Author: willic3
Date: 2006-10-26 12:33:05 -0700 (Thu, 26 Oct 2006)
New Revision: 5097

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/linhex/powertest/runex-debug.py
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/linhex/powertest/runex.py
Log:
Updated run scripts to pay attention to .keyval files.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/linhex/powertest/runex-debug.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/linhex/powertest/runex-debug.py	2006-10-26 18:47:22 UTC (rev 5096)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/linhex/powertest/runex-debug.py	2006-10-26 19:33:05 UTC (rev 5097)
@@ -14,7 +14,7 @@
 
 # ----------------------------------------------------------------------
 def setupInput(nprocs):
-  dupext = [".fuldat", ".prop", ".statevar", ".time"]
+  dupext = [".fuldat", ".keyval", ".prop", ".statevar", ".time"]
   sinext = [".coord", ".connect", ".bc", ".split", ".traction"]
 
   print "Setting up symbolic links with prefix '%s_%d':" % (root, nprocs)

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/linhex/powertest/runex.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/linhex/powertest/runex.py	2006-10-26 18:47:22 UTC (rev 5096)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/linhex/powertest/runex.py	2006-10-26 19:33:05 UTC (rev 5097)
@@ -14,7 +14,7 @@
 
 # ----------------------------------------------------------------------
 def setupInput(nprocs):
-  dupext = [".fuldat", ".prop", ".statevar", ".time"]
+  dupext = [".fuldat", ".keyval", ".prop", ".statevar", ".time"]
   sinext = [".coord", ".connect", ".bc", ".split", ".traction"]
 
   print "Setting up symbolic links with prefix '%s_%d':" % (root, nprocs)



More information about the cig-commits mailing list