[cig-commits] commit: Change all of the '../relax' to 'relax' in the tutorials

Mercurial hg at geodynamics.org
Sat May 12 09:04:40 PDT 2012


changeset:   108:390fffab66e9
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Sat May 12 09:04:27 2012 -0700
files:       examples/tutorials/co-stress.sh examples/tutorials/mogi.sh examples/tutorials/run1-pbs.sh examples/tutorials/run1.sh examples/tutorials/run2.sh examples/tutorials/run3.sh examples/tutorials/run4.sh
description:
Change all of the '../relax' to 'relax' in the tutorials


diff -r f0f809be0bfe -r 390fffab66e9 examples/tutorials/co-stress.sh
--- a/examples/tutorials/co-stress.sh	Sat May 12 07:17:28 2012 -0700
+++ b/examples/tutorials/co-stress.sh	Sat May 12 09:04:27 2012 -0700
@@ -64,4 +64,4 @@ if [ ! -e $WDIR ]; then
 	mkdir $WDIR
 fi
 
-OMP_NUM_THREADS=4 ../relax --no-proj-output $* < co-stress.input | tee $WDIR/in.param
+OMP_NUM_THREADS=4 relax --no-proj-output $* < co-stress.input | tee $WDIR/in.param
diff -r f0f809be0bfe -r 390fffab66e9 examples/tutorials/mogi.sh
--- a/examples/tutorials/mogi.sh	Sat May 12 07:17:28 2012 -0700
+++ b/examples/tutorials/mogi.sh	Sat May 12 09:04:27 2012 -0700
@@ -20,4 +20,4 @@ if [ ! -e $WDIR ]; then
 	mkdir $WDIR
 fi
 
-time ../relax --no-stress-output --no-proj-output $* < mogi.input
+time relax --no-stress-output --no-proj-output $* < mogi.input
diff -r f0f809be0bfe -r 390fffab66e9 examples/tutorials/run1-pbs.sh
--- a/examples/tutorials/run1-pbs.sh	Sat May 12 07:17:28 2012 -0700
+++ b/examples/tutorials/run1-pbs.sh	Sat May 12 09:04:27 2012 -0700
@@ -25,7 +25,7 @@ fi
 #   qsub ./run1-pbs.sh
 #
 
-mpiexec -n 8 ../../build/relax <<EOF
+mpiexec -n 8 relax <<EOF
 # use '#' character to include comments in your input file
 # grid size (sx1,sx2,sx3)
 256 256 256
diff -r f0f809be0bfe -r 390fffab66e9 examples/tutorials/run1.sh
--- a/examples/tutorials/run1.sh	Sat May 12 07:17:28 2012 -0700
+++ b/examples/tutorials/run1.sh	Sat May 12 09:04:27 2012 -0700
@@ -71,4 +71,4 @@ if [ ! -e $WDIR ]; then
 	mkdir $WDIR
 fi
 
-OMP_NUM_THREADS=4 ../../build/relax $* < run1.input | tee $WDIR/in.param
+OMP_NUM_THREADS=4 relax $* < run1.input | tee $WDIR/in.param
diff -r f0f809be0bfe -r 390fffab66e9 examples/tutorials/run2.sh
--- a/examples/tutorials/run2.sh	Sat May 12 07:17:28 2012 -0700
+++ b/examples/tutorials/run2.sh	Sat May 12 09:04:27 2012 -0700
@@ -23,4 +23,4 @@ if [ ! -e $WDIR ]; then
 	mkdir $WDIR
 fi
 
-OMP_NUM_THREADS=2 time ../../build/relax --no-proj-output $* < run2.input | tee $WDIR/in.param
+OMP_NUM_THREADS=2 time relax --no-proj-output $* < run2.input | tee $WDIR/in.param
diff -r f0f809be0bfe -r 390fffab66e9 examples/tutorials/run3.sh
--- a/examples/tutorials/run3.sh	Sat May 12 07:17:28 2012 -0700
+++ b/examples/tutorials/run3.sh	Sat May 12 09:04:27 2012 -0700
@@ -86,4 +86,4 @@ if [ ! -e $WDIR ]; then
 	mkdir $WDIR
 fi
 
-time ../../build/relax --no-proj-output --no-stress-output $* < run3.input | tee $WDIR/in.param
+time relax --no-proj-output --no-stress-output $* < run3.input | tee $WDIR/in.param
diff -r f0f809be0bfe -r 390fffab66e9 examples/tutorials/run4.sh
--- a/examples/tutorials/run4.sh	Sat May 12 07:17:28 2012 -0700
+++ b/examples/tutorials/run4.sh	Sat May 12 09:04:27 2012 -0700
@@ -24,7 +24,7 @@
 #   map.sh -b -5/5/-5/5 -p -0.002/0.002/0.0001 -v 0.005 output1/00{1,2,3,4}-relax
 #
 # type map.sh for a description of command-line options.
-# type ../relax --help for more info about command-line options.
+# type relax --help for more info about command-line options.
 #
 # to visualize in 3-D with Paraview (www.paraview.org),
 # load the following files:
@@ -43,4 +43,4 @@ if [ ! -e $WDIR ]; then
 	mkdir $WDIR
 fi
 
-time ../../build/relax --no-stress-output --no-proj-output $* < run4.input | tee $WDIR/in.param
+time relax --no-stress-output --no-proj-output $* < run4.input | tee $WDIR/in.param



More information about the CIG-COMMITS mailing list