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
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