From e24e7f9121aa31a65a158e5945fc6be1074c331d Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 10 Sep 2022 13:04:57 +0200 Subject: [PATCH] shared-intel seems to cause no issues (anymore) --- .../2022.1/Marc_tools/include_linux64.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/install/MarcMentat/2022.1/Marc_tools/include_linux64.patch b/install/MarcMentat/2022.1/Marc_tools/include_linux64.patch index 7263d8094..de272f18b 100644 --- a/install/MarcMentat/2022.1/Marc_tools/include_linux64.patch +++ b/install/MarcMentat/2022.1/Marc_tools/include_linux64.patch @@ -73,21 +73,3 @@ SOLVERLIBS_DLL=${SOLVERLIBS} if test "$AEM_DLL" -eq 1 -@@ -802,7 +830,7 @@ then - OPENSSL=NONE - fi - --SYSLIBS=" $OPENMP -lpthread -shared-intel -cxxlib $MARC_RPC_LIB" -+SYSLIBS=" $OPENMP -lpthread -cxxlib $MARC_RPC_LIB" - - # Uncomment the following lines to turn on the trace and comment out the next 4 lines - # if test $MPITYPE = intelmpi -@@ -812,7 +840,7 @@ SYSLIBS=" $OPENMP -lpthread -shared-intel -cxxlib $MARC_RPC_LIB" - # fi - if test $MPITYPE = intelmpi - then -- SYSLIBS="-L${MPI_ROOT}/lib/release -lmpi -L${MPI_ROOT}/lib -lmpifort -lrt $OPENMP -threads -lpthread -shared-intel -cxxlib $MARC_RPC_LIB" -+ SYSLIBS="-L${MPI_ROOT}/lib/release -lmpi -L${MPI_ROOT}/lib -lmpifort -lrt $OPENMP -threads -lpthread -cxxlib $MARC_RPC_LIB" - fi - - if test "$ZLIB" = "ZLIB"; then