moved DAMASK_NUM_THREADS to options, DAMASK_env.sh gets it from there
This commit is contained in:
parent
619ebf4c1f
commit
3d69d9b927
|
@ -8,8 +8,10 @@ else
|
|||
LOCATION=${STAT##* }
|
||||
fi
|
||||
export DAMASK_ROOT=${LOCATION}
|
||||
export DAMASK_NUM_THREADS=2
|
||||
source $DAMASK_ROOT/installation/options
|
||||
if [ "x$DAMASK_NUM_THREADS" != "x" ]
|
||||
then export DAMASK_NUM_THREADS=$DAMASK_NUM_THREADS
|
||||
fi
|
||||
export FFTWROOT=${FFTWROOT}
|
||||
LD_NEW=$FFTWROOT/lib
|
||||
if [ "x$LAPACKROOT" != "x" ]
|
||||
|
|
|
@ -14,3 +14,4 @@ ACMLROOT=
|
|||
IMKLROOT=
|
||||
F90=gfortran
|
||||
MSCROOT=/msc
|
||||
DAMASK_NUM_THREADS=2
|
||||
|
|
Loading…
Reference in New Issue