[cig-commits] r22921 - seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT

carltape at geodynamics.org carltape at geodynamics.org
Thu Oct 3 15:48:42 PDT 2013


Author: carltape
Date: 2013-10-03 15:48:42 -0700 (Thu, 03 Oct 2013)
New Revision: 22921

Added:
   seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/setpaths.sh
Log:
added setpaths.sh to CUBIT_GEOCUBIT


Added: seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/setpaths.sh
===================================================================
--- seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/setpaths.sh	                        (rev 0)
+++ seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/setpaths.sh	2013-10-03 22:48:42 UTC (rev 22921)
@@ -0,0 +1,28 @@
+#!/bin/bash
+
+# this script must be executed from the GEOCUBIT base directory with the command
+#   source setpaths.sh
+
+PWD=`pwd`
+export GEOCUBITHOME=$PWD
+echo base directory for GEOCUBIT is $GEOCUBITHOME
+
+# check paths to CUBIT
+# note: CUBIT 12.2 will not work with hex27
+#       CUBIT 13.0 has a bug associated with merging meshes
+#       CUBIT 14.0 is under a new license and name (trelis)
+#                  and has not been fully tested
+# we recommend using CUBIT 12.2
+echo checking paths for CUBIT
+echo CUBITHOME = $CUBITHOME
+echo CUBITDIR = $CUBITDIR
+echo PYTHONPATH = $PYTHONPATH
+echo LD_LIBRARY_PATH = $LD_LIBRARY_PATH
+echo PATH = $PATH
+
+# set paths
+# note: if you need to load a python module, then it should be done beforehand
+echo setting paths for GEOCUBIT
+export PYTHONPATH=$PYTHONPATH:$GEOCUBITHOME
+export PATH=$PATH:$GEOCUBITHOME
+


Property changes on: seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/setpaths.sh
___________________________________________________________________
Added: svn:executable
   + *



More information about the CIG-COMMITS mailing list