-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation issue #99
Comments
For whoever will continue to debug it: we checked together that compilation with Thanks, |
I tried with the downloading option and it failed too. |
Hello Pierre, Line 283 in 2abacd7
which is now Mmg v5.6.0. Since Mmg v5.7.0 introduced some changes in header files, it is possible that some work will be needed to make ParMmg support it. Please do not hesitate to post here any other problems in compiling with Mmg v5.6.0! I will probably open another post for the v5.7.0 support (or a pull request, when I will find some time to test). Cheers, |
Hi Luca, |
Hi everyone,
I have trouble compiling ParMmg on my computer. Before compiling, both Metis and Mmg were already installed.
I followed the instructions you provided but got some issues:
The first error message I got was : metis.h could not be found. Though I previously set the path with the command:
cmake -DDOWNLOAD_METIS=OFF -DMETIS_DIR=/home/pclouzet/local ..
So I manually edited the file here:
CMakeFiles/libparmmg_a.dir/flags.make
and added a -I/home/pclouzet/local which solved the error message.The second error message I got was : mmg3d.h could not be found. In deed I don't have such file in mmg directory but have libmmg3d.h. So I though it was a typo and modified
#include "mmg3d.h"
to#include "libmmg3d.h"
in the fileParMmg/src/parmmg.h
However that last step lead to a lot of warning messages ending with error of compilation.
This last error message (see attached file) is very generic and dont provide any hint on what went wrong so I'm sharing this with the community!
My setup:
cmake version 3.22.1
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
mmg 5.7.0
metis latest version
Attached are the warning messages I got
compilation.log
Please do tell if you need any other information!
Thanks in advance
Pierre
The text was updated successfully, but these errors were encountered: