[cig-commits] r3868 - in short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet: bm1a bm1b bm1c

willic3 at geodynamics.org willic3 at geodynamics.org
Fri Jun 23 08:53:46 PDT 2006


Author: willic3
Date: 2006-06-23 08:53:45 -0700 (Fri, 23 Jun 2006)
New Revision: 3868

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
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-debug.sh
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-test.sh
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b.sh
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c-debug.sh
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c-test.sh
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c.sh
Log:
Changed mpiexec to mpirun.  People without mpirun will need to fix
things with a symbolic link.



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:52:06 UTC (rev 3867)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a-debug.sh	2006-06-23 15:53:45 UTC (rev 3868)
@@ -49,7 +49,7 @@
 done
 
 echo "Running PyLith..."
-cmd="mpiexec -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
+cmd="mpirun -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
 
 echo $cmd
 eval $cmd

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:52:06 UTC (rev 3867)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a-test.sh	2006-06-23 15:53:45 UTC (rev 3868)
@@ -47,7 +47,7 @@
 done
 
 echo "Running PyLith..."
-cmd="mpiexec -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
+cmd="mpirun -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
 
 echo $cmd
 eval $cmd

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:52:06 UTC (rev 3867)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1a/runbm1a.sh	2006-06-23 15:53:45 UTC (rev 3868)
@@ -47,7 +47,7 @@
 done
 
 echo "Running PyLith..."
-cmd="mpiexec -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
+cmd="mpirun -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
 
 echo $cmd
 eval $cmd

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-debug.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-debug.sh	2006-06-23 15:52:06 UTC (rev 3867)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-debug.sh	2006-06-23 15:53:45 UTC (rev 3868)
@@ -49,7 +49,7 @@
 done
 
 echo "Running PyLith..."
-cmd="mpiexec -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
+cmd="mpirun -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
 
 echo $cmd
 eval $cmd

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-test.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-test.sh	2006-06-23 15:52:06 UTC (rev 3867)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-test.sh	2006-06-23 15:53:45 UTC (rev 3868)
@@ -47,7 +47,7 @@
 done
 
 echo "Running PyLith..."
-cmd="mpiexec -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
+cmd="mpirun -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
 
 echo $cmd
 eval $cmd

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b.sh	2006-06-23 15:52:06 UTC (rev 3867)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b.sh	2006-06-23 15:53:45 UTC (rev 3868)
@@ -47,7 +47,7 @@
 done
 
 echo "Running PyLith..."
-cmd="mpiexec -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
+cmd="mpirun -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
 
 echo $cmd
 eval $cmd

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c-debug.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c-debug.sh	2006-06-23 15:52:06 UTC (rev 3867)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c-debug.sh	2006-06-23 15:53:45 UTC (rev 3868)
@@ -50,7 +50,7 @@
 done
 
 echo "Running PyLith..."
-cmd="mpiexec -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
+cmd="mpirun -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
 
 echo $cmd
 eval $cmd

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c-test.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c-test.sh	2006-06-23 15:52:06 UTC (rev 3867)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c-test.sh	2006-06-23 15:53:45 UTC (rev 3868)
@@ -48,7 +48,7 @@
 done
 
 echo "Running PyLith..."
-cmd="mpiexec -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
+cmd="mpirun -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
 
 echo $cmd
 eval $cmd

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c.sh	2006-06-23 15:52:06 UTC (rev 3867)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1c/runbm1c.sh	2006-06-23 15:53:45 UTC (rev 3868)
@@ -48,7 +48,7 @@
 done
 
 echo "Running PyLith..."
-cmd="mpiexec -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
+cmd="mpirun -np $nprocs pylith3dapp.py $pyreflags $pylithflags $petscflags"
 
 echo $cmd
 eval $cmd



More information about the Cig-commits mailing list