Netgen build error #32799
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSEI am building fresh moose distrubution using just-built gcc15.2.0 and openmpi5.0.10. PETSc builds fine, but building libmesh throws an error when building netgen. Specifically, the error is Running diagnostics.sh shows compilers and compiler, linker flags are OK. (Optional) code in question / simulation log / errorsNo response Encountering Errors? Please include diagnostic outputNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
hello do you need this mesh generator? if not then disable netgen in the install libmesh script to get past this.
there is not much to go off of. I'd delete the libmesh directory and retry it in case something went wrong during the clone |
Beta Was this translation helpful? Give feedback.
-
|
Hi Guillaume. No, I don't need it. I figured out how to disable netgen and build is proceeding. (ipdate_and_rebuild_libmesh.sh --disable-netgen) |
Beta Was this translation helpful? Give feedback.
hello
do you need this mesh generator?
https://mooseframework.inl.gov/source/meshgenerators/XYZDelaunayGenerator.html
if not then disable netgen in the install libmesh script to get past this.
there is not much to go off of. I'd delete the libmesh directory and retry it in case something went wrong during the clone