-
Hello, I have some issues while running Neper version: 4.4.2-33
Do you know if there is a solution or could I use neper without solving it ? Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Gmsh installation issue. Since version 4.11 is still under development, I assume you have compiled it from the sources. Did you resolve all dependencies (which you can see at Gmsh's I just installed the last Gmsh (development) version, and all Neper tests pass on my computer. |
Beta Was this translation helpful? Give feedback.
-
Hi all! I just had the same issue when installing Neper in Ubuntu 20.04 and I fixed it by installing the latest version of Gmsh, which is 4.11. Now all tests pass. When I installed Gmsh from terminal (apt-get), the version by default is 4.4, which apparently fails for Neper tests. I hope this helps! Best, |
Beta Was this translation helpful? Give feedback.
-
hi |
Beta Was this translation helpful? Give feedback.
Gmsh installation issue.
Since version 4.11 is still under development, I assume you have compiled it from the sources. Did you resolve all dependencies (which you can see at Gmsh's
cmake ..
stage)?I just installed the last Gmsh (development) version, and all Neper tests pass on my computer.