[cig-commits] r7544 - in short/3D/PyLith/trunk/examples/twocells: twohex8 twotet4 twotri3

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Jun 28 10:42:22 PDT 2007


Author: willic3
Date: 2007-06-28 10:42:22 -0700 (Thu, 28 Jun 2007)
New Revision: 7544

Added:
   short/3D/PyLith/trunk/examples/twocells/twohex8/runex.sh
   short/3D/PyLith/trunk/examples/twocells/twotet4/runex.sh
   short/3D/PyLith/trunk/examples/twocells/twotri3/runex.sh
Log:
Added simple bash script to run all examples on 1 and 2 processors.



Added: short/3D/PyLith/trunk/examples/twocells/twohex8/runex.sh
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/runex.sh	2007-06-28 17:33:17 UTC (rev 7543)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/runex.sh	2007-06-28 17:42:22 UTC (rev 7544)
@@ -0,0 +1,13 @@
+#!/bin/bash
+pylith axialdisp.cfg 2>&1 | tee axialdisp-np1.log
+mv axialdisp_t0.vtk axialdisp_t0.np1.vtk
+pylith axialdisp.cfg --nodes=2 2>&1 | tee axialdisp-np2.log
+mv axialdisp_t0.vtk axialdisp_t0.np2.vtk
+pylith dislocation.cfg 2>&1 | tee dislocation-np1.log
+mv dislocation_t0.vtk dislocation_t0.np1.vtk
+pylith dislocation.cfg --nodes=2 2>&1 | tee dislocation-np2.log
+mv dislocation_t0.vtk dislocation_t0.np2.vtk
+pylith sheardisp.cfg 2>&1 | tee sheardisp-np1.log
+mv sheardisp_t0.vtk sheardisp_t0.np1.vtk
+pylith sheardisp.cfg --nodes=2 2>&1 | tee sheardisp-np2.log
+mv sheardisp_t0.vtk sheardisp_t0.np2.vtk


Property changes on: short/3D/PyLith/trunk/examples/twocells/twohex8/runex.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: short/3D/PyLith/trunk/examples/twocells/twotet4/runex.sh
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/runex.sh	2007-06-28 17:33:17 UTC (rev 7543)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/runex.sh	2007-06-28 17:42:22 UTC (rev 7544)
@@ -0,0 +1,13 @@
+#!/bin/bash
+pylith axialdisp.cfg 2>&1 | tee axialdisp-np1.log
+mv axialdisp_t0.vtk axialdisp_t0.np1.vtk
+pylith axialdisp.cfg --nodes=2 2>&1 | tee axialdisp-np2.log
+mv axialdisp_t0.vtk axialdisp_t0.np2.vtk
+pylith dislocation.cfg 2>&1 | tee dislocation-np1.log
+mv dislocation_t0.vtk dislocation_t0.np1.vtk
+pylith dislocation.cfg --nodes=2 2>&1 | tee dislocation-np2.log
+mv dislocation_t0.vtk dislocation_t0.np2.vtk
+pylith sheardisp.cfg 2>&1 | tee sheardisp-np1.log
+mv sheardisp_t0.vtk sheardisp_t0.np1.vtk
+pylith sheardisp.cfg --nodes=2 2>&1 | tee sheardisp-np2.log
+mv sheardisp_t0.vtk sheardisp_t0.np2.vtk


Property changes on: short/3D/PyLith/trunk/examples/twocells/twotet4/runex.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: short/3D/PyLith/trunk/examples/twocells/twotri3/runex.sh
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/runex.sh	2007-06-28 17:33:17 UTC (rev 7543)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/runex.sh	2007-06-28 17:42:22 UTC (rev 7544)
@@ -0,0 +1,13 @@
+#!/bin/bash
+pylith axialdisp.cfg 2>&1 | tee axialdisp-np1.log
+mv axialdisp_t0.vtk axialdisp_t0.np1.vtk
+pylith axialdisp.cfg --nodes=2 2>&1 | tee axialdisp-np2.log
+mv axialdisp_t0.vtk axialdisp_t0.np2.vtk
+pylith dislocation.cfg 2>&1 | tee dislocation-np1.log
+mv dislocation_t0.vtk dislocation_t0.np1.vtk
+pylith dislocation.cfg --nodes=2 2>&1 | tee dislocation-np2.log
+mv dislocation_t0.vtk dislocation_t0.np2.vtk
+pylith sheardisp.cfg 2>&1 | tee sheardisp-np1.log
+mv sheardisp_t0.vtk sheardisp_t0.np1.vtk
+pylith sheardisp.cfg --nodes=2 2>&1 | tee sheardisp-np2.log
+mv sheardisp_t0.vtk sheardisp_t0.np2.vtk


Property changes on: short/3D/PyLith/trunk/examples/twocells/twotri3/runex.sh
___________________________________________________________________
Name: svn:executable
   + *



More information about the cig-commits mailing list