Cannot rebuild petsc and libmesh on cluster during installation #20639
-
|
Dear All, To update the latest moose version on my HPC cluster, which has already got mpich-3.3 and gcc-9.2, I cancelled the previous moose folder and started from curl-L the mambaforge, and it works fine. I attach my install command here, which was suitable for previous moose installation. Also the error. Please let me know if you have suggestions and can help me back to use moose again on the cluster. Daijun |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
Hello configure found the right gcc but said it was missing some features. Is there a newer cmake module you could load from your HPC platform? never seen this before. @milljm seen this before? Guillaume |
Beta Was this translation helpful? Give feedback.
-
|
What you're doing here ( Here's where the actual error is: It looks like your compiler doesn't support |
Beta Was this translation helpful? Give feedback.
-
|
The paths present in your configure.log suggest you have several compilers in play; Please try and clean this up, as this is most likely the cause. You also mention a Mambaforge installation attempt, yet I see no mention of mambaforge paths anywhere in the log. I do see paths being set to other Python installations however: What troubles me, is that I see the following modules loaded when I was expecting more (gcc-9.2.0, intel). Basically, we need you to clean this up for us. How are you making these compilers available, and do you have a way to turn them off. We need to start in a sane environment before we can continue. |
Beta Was this translation helpful? Give feedback.
The paths present in your configure.log suggest you have several compilers in play;
Please try and clean this up, as this is most likely the cause. You also mention a Mambaforge installation attempt, yet I see no mention of mambaforge paths anywhere in the log. I do see paths being set to other Python installations however:
What troubles me, is that I see the following modules…