Error with MOOSE installation on INL machine for BISON building. #20413
-
|
Hi everyone, I am currently trying to build BISON on INL machine SAWTOOTH3. The error may stem from MOOSE installation. This is why I followed option 3 in the procedure: Do you have any idea about this error coming from ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi Vincent If you really do want to use the conda install, and suffer the performance penalty, you will have to purge that environment as you seem to have a broken mamba cache. This usually stems from a user interrupt in previous mamba commands. The preferred way would be for you to install your own petsc. The petsc module is really old. I updated this PR, this is now option 2 on that webpage you linked. Guillaume |
Beta Was this translation helpful? Give feedback.
Hi Vincent
If you really do want to use the conda install, and suffer the performance penalty, you will have to purge that environment as you seem to have a broken mamba cache. This usually stems from a user interrupt in previous mamba commands.
The preferred way would be for you to install your own petsc. The petsc module is really old. I updated this PR, this is now option 2 on that webpage you linked.
Guillaume