CONDA style MOOSE installation issue in HPC #28906
Replies: 2 comments 38 replies
-
While working within an HPC enclave, it is best to use that clusters vetted compiler stack, rather than install ours via Conda. You should instead be following these instructions: https://mooseframework.inl.gov/getting_started/installation/hpc_install_moose.html The error you are receiving is likely a result of building with one set of compilers while attempting to use another (HPC modules verses our Conda packages). The location you are describing |
Beta Was this translation helpful? Give feedback.
-
@GiudGiud @milljm Hi both, finally, I have been able to build MOOSE in our cluster with some failed tests. Since the XDR output is not supported in our cluster, it has been removed from the libmesh.sh script. I am not familiar with other failed tests. I have attached the slurm output file here. Would you be kind have a look into it and let me know if those failed tests will affect my simulations using the phase-field module? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I have installed Conda MOOSE Environment in our HPC cluster. However, when I run the slurm script, it gives the error "error while loading shared libraries: libwaspcore.so.04: cannot open shared object file: No such file or directory"
I looked at the projects/moose/conda/wasp/ directory. I am not seeing any libwaspcore.so.04 file in the wasp folder. What I can do now?
During cloning and making the moose folder I did not see any error, though.
I would appreciate if you could manage time to reply.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions