[Commits] [svn:einsteintoolkit] WeylScal4/trunk/m/ (Rev. 59)

ian.hinder at aei.mpg.de ian.hinder at aei.mpg.de
Mon Sep 13 06:13:03 CDT 2010


User: hinder
Date: 2010/09/13 06:13 AM

Modified:
 /trunk/m/
  runmath.sh

Log:
 runmath.sh: Find Kranc correctly in new Einstein Toolkit checkout

File Changes:

Directory: /trunk/m/
====================

File [modified]: runmath.sh
Delta lines: +3 -1
===================================================================
--- trunk/m/runmath.sh	2010-07-12 14:50:05 UTC (rev 58)
+++ trunk/m/runmath.sh	2010-09-13 11:13:03 UTC (rev 59)
@@ -17,7 +17,7 @@
 
 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 @@
     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
 



More information about the Commits mailing list