Re: [OMPI users] High errorcode message

2021-01-31 Thread Jeff Squyres (jsquyres) via users
Is your app calling MPI_Abort directly? There's a 2nd argument to MPI_ABORT that should be passed to the output message. If it's not, we should investigate that. Or is your app aborting in some other, indirect method? If so, perhaps somehow that 2nd argument is getting dropped somewhere alon

Re: [OMPI users] Debugging a crash

2021-01-31 Thread Diego Zuccato via users
Il 29/01/21 15:58, Gilles Gouaillardet via users ha scritto: Hi Gilles. Tks for the answer. > the mpirun command line starts 2 MPI task, but the error log mentions > rank 56, so unless there is a copy/paste error, this is highly > suspicious. Uhm... Going to re-check. Most probably it's just my