-
-
Notifications
You must be signed in to change notification settings - Fork 51
Replies: 1 comment · 2 replies
-
Thanks for your comments. I found bugs in how our CMake project linked MUMPS with Scotch. Could you try the latest commit on "main" branch of this MUMPS repo? Thanks. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi, I appreciate the quick response! However, the issue still persists using the latest code, with the same error as before. On the other hand, the linking to my project would be fine if I remove "-Dscotch=true" from the cmake command. Below is some more detailed output in case it helps to locate the problem:
Thanks again for your help! |
Beta Was this translation helpful? Give feedback.
All reactions
-
This build shows that Scotch was included successfully in the MUMPS build. In your project, you must link to Scotch and Metis as well. Note that Scotch and Metis ".so" shared libraries were linked, so you need to also link Scotch and METIS in your project. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I compiled MUMPS 5.5.1 with Dscotch=true on ubuntu 22.04 (Scotch and METIS were installed through "sudo apt install libscotchparmetis-dev libparmetis-dev"). Cmake was able to find the two libraries and the compilation of MUMPS itself went through well. However, when linking to my project, the linker complained about undefined references to scotch and metis, as shown below:
Does anyone have encountered a similar problem or know how to solve it?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions