[cig-commits] r7543 - short/3D/PyLith/trunk/examples/twocells/twoquad4

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Jun 28 10:33:18 PDT 2007


Author: willic3
Date: 2007-06-28 10:33:17 -0700 (Thu, 28 Jun 2007)
New Revision: 7543

Added:
   short/3D/PyLith/trunk/examples/twocells/twoquad4/runex.sh
Log:
Simple shell script to run all the examples on 1 and 2 processors.



Added: short/3D/PyLith/trunk/examples/twocells/twoquad4/runex.sh
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/runex.sh	2007-06-28 02:02:00 UTC (rev 7542)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/runex.sh	2007-06-28 17:33:17 UTC (rev 7543)
@@ -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/twoquad4/runex.sh
___________________________________________________________________
Name: svn:executable
   + *



More information about the cig-commits mailing list