[ET Trac] #2772: Issues link against Kadath thorns and Intel MKL due to link ordering

tootle trac-noreply at einsteintoolkit.org
Thu Feb 22 00:45:01 CST 2024


#2772: Issues link against Kadath thorns and Intel MKL due to link ordering

 Reporter: tootle
   Status: open
Milestone: 
  Version: 
     Type: bug
 Priority: major
Component: EinsteinToolkit thorn

Comment (by tootle):

@{557058:59e031ba-9bb5-4298-a472-7b99d0ae6f22} Thanks!  Indeed that was enough \(with slight modification\) to clean up compiling! I have pushed the latest to KadathThorn master so it will be ready for the next rel  

```diff
diff --git a/src/detect.sh b/src/detect.sh
index 9f80ed6..5347190 100755
--- a/src/detect.sh
+++ b/src/detect.sh
@@ -89,9 +89,10 @@ echo "END MESSAGE"
 # Pass options to Cactus
 echo "BEGIN MAKE_DEFINITION"
 echo "KADATH_DIR      = ${KADATH_DIR}"
-echo "KADATH_INC_DIRS = ${KADATH_INC_DIRS}"
-echo "KADATH_LIB_DIRS = ${KADATH_LIB_DIRS}"
-echo "KADATH_LIBS     = ${KADATH_LIBS}"
+echo "KADATH_INC_DIRS = ${KADATH_INC_DIRS} ${FFTW3_INC_DIRS} ${GSL_INC_DIRS} ${LAPACK_INC_DIRS} ${BOOST_INC_DIRS}"
+echo "KADATH_LIB_DIRS = ${KADATH_LIB_DIRS} ${FFTW3_LIB_DIRS} ${GSL_LIB_DIRS} ${LAPACK_LIB_DIRS} ${BOOST_LIB_DIRS}"
+# keep the order like this, since MKL (LAPACK) can contain a (partial) FFTW3 which conflicts
+echo "KADATH_LIBS     = ${KADATH_LIBS} ${FFTW3_LIBS} ${GSL_LIBS} ${LAPACK_LIBS} ${BOOST_LIBS}"
 echo "END MAKE_DEFINITION"
 
 echo 'INCLUDE_DIRECTORY $(KADATH_INC_DIRS)'
```

‌

--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2772/issues-link-against-kadath-thorns-and
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einsteintoolkit.org/pipermail/trac/attachments/20240222/b0870b5e/attachment.htm>


More information about the Trac mailing list