not needed anymore

This commit is contained in:
Martin Diehl 2022-03-23 22:33:04 +01:00
parent 2330b8ce15
commit fe62c0eaed
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
+# DAMASK uses the HDF5 compiler wrapper around the Intel compiler
+H5FC="$(h5fc -shlib -show)"
+HDF5_LIB=${H5FC//ifort/}
+FCOMP="$H5FC -DDAMASK_HDF5"
+FCOMP="$H5FC"
# AEM
if test "$MARCDLLOUTDIR" = ""; then

View File

@ -8,7 +8,7 @@
+# DAMASK uses the HDF5 compiler wrapper around the Intel compiler
+H5FC="$(h5fc -shlib -show)"
+HDF5_LIB=${H5FC//ifort/}
+FCOMP="$H5FC -DDAMASK_HDF5"
+FCOMP="$H5FC"
# AEM
if test "$MARCDLLOUTDIR" = ""; then

View File

@ -7,7 +7,7 @@
+# DAMASK uses the HDF5 compiler wrapper around the Intel compiler
+H5FC="$(h5fc -shlib -show)"
+HDF5_LIB=${H5FC//ifort/}
+FCOMP="$H5FC -DDAMASK_HDF5"
+FCOMP="$H5FC"
+
# AEM
if test "$MARCDLLOUTDIR" = ""; then