aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-09-13 11:13:03 +0000
committerhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-09-13 11:13:03 +0000
commit653514294786522d16e9a098e5a31b9d968772db (patch)
treebe5e18e0026d8ab96a041976d0c61d6e79b77209 /m
parente0a4a3725875b1aa8eb238c981e9d371cbfeb37a (diff)
runmath.sh: Find Kranc correctly in new Einstein Toolkit checkout
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@59 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
Diffstat (limited to 'm')
-rwxr-xr-xm/runmath.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/m/runmath.sh b/m/runmath.sh
index b9a7bbf..ab94b62 100755
--- a/m/runmath.sh
+++ b/m/runmath.sh
@@ -17,7 +17,7 @@ fi
KRANCPATH="${KRANCPATH:+$KRANCPATH}"
if [ -z "$KRANCPATH" ] ; then
- KRANCPATHS=(. ../../../../arrangements/.. ../../../arrangements/.. $HOME)
+ KRANCPATHS=(. ../../../../arrangements/../repos ../../../arrangements/../repos $HOME)
# look for Kranc in a number of likely locations
# choice 2 and 3 are $CCTK_HOME if the thorn resides in arrangements or
# git-repos
@@ -55,6 +55,8 @@ else
echo -e "Could not find Kranc. Expect trouble unless you have made sure Mathematica\nwill find Kranc. You might also consider setting \$KRANCPATH."
fi
+echo "MATHPATH = $MATHPATH"
+
error=$(basename $script .m).err
output=$(basename $script .m).out