MPI.jl icon indicating copy to clipboard operation
MPI.jl copied to clipboard

Error Backtraces

Open JaredCrean2 opened this issue 9 years ago • 1 comments

When the MPI library reports an error, there is not backtrace information to figure out what line caused the error. For example, I got the error:

Attempting to use an MPI routine before initializing MPICH

probably because I forgot to call MPI.Init somewhere, but there is no additional information to figure out where.

JaredCrean2 avatar Apr 19 '16 18:04 JaredCrean2

I think that error message comes from MPICH itself. Ideally we should register our own error handler function.

stevengj avatar Apr 19 '16 18:04 stevengj