Compile debugger on INL HPC #264
Answered
by
smpark7
klawso28
asked this question in
Q&A Getting started
-
Hello, I am having trouble compiling the debugger version on the INL HPC and was wondering if anyone has any suggestions. For additional information, the regular moltres-opt works fine and the tests are successful. I am using the built-in moose environment on Sawtooth (with use.moose and moose-dev modules). When I run 'METHOD=dbg make -j8', I get the following error:
|
Beta Was this translation helpful? Give feedback.
Answered by
smpark7
Apr 19, 2024
Replies: 1 comment 1 reply
-
Hey @klawso28 it seems like you don't have the dbg build of libmesh. You need to run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
klawso28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @klawso28 it seems like you don't have the dbg build of libmesh. You need to run
./update_and_rebuild_libmesh.sh
again withexport METHODS='opt dbg'
.