[cig-commits] r3862 - short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a

willic3 at geodynamics.org willic3 at geodynamics.org
Fri Jun 23 08:07:31 PDT 2006


Author: willic3
Date: 2006-06-23 08:07:30 -0700 (Fri, 23 Jun 2006)
New Revision: 3862

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a-debug.sh
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a-test.sh
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a.sh
Log:
Fixed error message.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a-debug.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a-debug.sh	2006-06-23 15:06:03 UTC (rev 3861)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a-debug.sh	2006-06-23 15:07:30 UTC (rev 3862)
@@ -1,12 +1,12 @@
 #!/bin/bash
 # ======================================================================
 #
-# Shell script to run PyLith in tutorial using SCEC benchmark 5.
+# Shell script to run PyLith using SCEC benchmark 1 (medium resolution).
 #
 # ======================================================================
 
 if [ $# != 1 ]; then
-  echo "usage: runbm1a.sh NPROCS"
+  echo "usage: runbm1a-debug.sh NPROCS"
   exit 1
 fi
 nprocs=$1

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a-test.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a-test.sh	2006-06-23 15:06:03 UTC (rev 3861)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a-test.sh	2006-06-23 15:07:30 UTC (rev 3862)
@@ -1,12 +1,12 @@
 #!/bin/bash
 # ======================================================================
 #
-# Shell script to run PyLith in tutorial using SCEC benchmark 5.
+# Shell script to run PyLith using SCEC benchmark 1 (medium resolution).
 #
 # ======================================================================
 
 if [ $# != 1 ]; then
-  echo "usage: runbm1a.sh NPROCS"
+  echo "usage: runbm1a-test.sh NPROCS"
   exit 1
 fi
 nprocs=$1

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a.sh	2006-06-23 15:06:03 UTC (rev 3861)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a.sh	2006-06-23 15:07:30 UTC (rev 3862)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # ======================================================================
 #
-# Shell script to run PyLith in tutorial using SCEC benchmark 5.
+# Shell script to run PyLith using SCEC benchmark 1 (medium resolution).
 #
 # ======================================================================
 



More information about the Cig-commits mailing list