Setup issue: Test timeout, LibMesh version blank. #26345
-
I am trying to setup MOOSE on a laptop for personal research and study. I have been able to follow the instructions here: https://mooseframework.inl.gov/getting_started/installation/conda.html successfully through cloning MOOSE. In making the test script by This was the printed error when make failed: But proceeding from there, I eventually hadthe test 'fvkernels/mms/harmonic_interpolation.average/tris' timeout, giving the full output which I'll comment below. I noticed that no version was listed for LibMesh. As such, I have tried rebuilding LibMes, following the instructions here, to no avail. Some of the critical output is listed below https://mooseframework.inl.gov/getting_started/installation/build_libmesh.html.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Hello Switching to make -j 1 was the right call. Now you can see if You are building on your laptop so probably using mamba to get petsc and libmesh (as a moose-petsc and moose-petsc package). A timeout can just mean your laptop is slower than any machine we test with. Guillaume |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. I used INL HPC, follow the instruction here: https://mooseframework.inl.gov/moose/getting_started/installation/inl_hpc_install_moose.html. I can run the ./update_and_rebuild_petsc.sh, but when I run: ./update_and_rebuild_libmesh.sh, it return like this
What should I do in this case? |
Beta Was this translation helpful? Give feedback.
-
Hello, @GiudGiud also encountered the issue of "XDR not found" while installing on HPC, lvkas |
Beta Was this translation helpful? Give feedback.
Hello
Switching to make -j 1 was the right call. Now you can see if
make -j 2 ...
works, just to save a little time in the future.You are building on your laptop so probably using mamba to get petsc and libmesh (as a moose-petsc and moose-petsc package).
So you should not run the script to install libmesh from moose/scripts.
A timeout can just mean your laptop is slower than any machine we test with.
Guillaume