also forgotten

This commit is contained in:
Martin Diehl 2014-01-11 17:19:56 +00:00
parent 00eb9b2cf6
commit 0fd9fff7ae
1 changed files with 1 additions and 6 deletions

View File

@ -1,11 +1,6 @@
# sets up an environment for DAMASK on bash
# usage: source DAMASK_env.sh
FFTWROOT=/usr/local
LAPACKROOT=/usr
ACMLROOT=
IMKLROOT=
DAMASKFORTRAN=gfortran
source ./installation/options
if [ "$OSTYPE" == "linux-gnu" ]
then LOCATION=$(readlink -f "`dirname $BASH_SOURCE`")
else