don't disturb the search routines of MSC.Marc

This commit is contained in:
Martin Diehl 2018-11-20 21:54:55 +01:00
parent 32b62da84f
commit aea5730c94
1 changed files with 10 additions and 8 deletions

View File

@ -63,14 +63,6 @@ else
INTEGER_PATH=/$MARC_INTEGER_SIZE
fi
if test "$DAMASK_HDF5" = "ON";then
H5FC="$(h5fc -show)"
HDF5_LIB=${$H5FC//ifort/}
FCOMP=$H5FC
else
FCOMP=ifort
fi
INTELPATH="/opt/intel/compilers_and_libraries_2017/linux"
# find the root directory of the compiler installation:
@ -106,6 +98,16 @@ else
FCOMPROOT=
fi
# DAMASK uses the HDF5 compiler wrapper around the Intel compiler
if test "$DAMASK_HDF5" = "ON";then
H5FC="$(h5fc -shlib -show)"
HDF5_LIB=${H5FC//ifort/}
FCOMP="$H5FC -DDAMASKHDF5"
echo $FCOMP
else
FCOMP=ifort
fi
# AEM
if test "$MARCDLLOUTDIR" = ""; then
DLLOUTDIR="$MARC_LIB"