Skip to content

errors when update_and_rebuild_libmesh.sh in MOOSE framework #3456

Answered by jwpeterson
Joseph-0123 asked this question in Q&A
Discussion options

You must be logged in to vote

It's difficult to comment accurately on your specific cluster, but, generally speaking, we use the mpicxx script to do the compiling and linking. For example, on my system:

$ mpicxx -show
g++ -Wl,-Bsymbolic-functions -Wl,-z,relro -I/usr/include/mpich -L/usr/lib/x86_64-linux-gnu -lmpichcxx -lmpich

so the first thing you could check is whether you can compile and link a "simple" MPI program using this approach. (Just pick any simple MPI hello_world off the Internet and try compiling and linking it.) This might give us a hint about what to try next...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Joseph-0123
Comment options

Answer selected by Joseph-0123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants