I am using TotalView and am getting an MPI_Error. However, Totalview does not stop on this error and I can’t find where it is occurring. I believe this also applies to GDB.
I am using TotalView and am getting an MPI_Error. However, Totalview does not stop
Share
Define an MPI_ErrHandler. It gets called in place of the default MPI handler and you can set a breakpoint there. Suggestions welcome on how to get it to print the same thing as the MPI error, or better yet, more information.
MPIErrorHander.hpp:
MPIErrorHandler.cpp:
main.cpp: