MPI_Send(171): MPI_Send(buf=0x7ffd6f5e7ccc, count=1, MPI_INT, dest=13, tag=0, MPI_COMM_WORLD) failed
MPI_Send(97).: Invalid rank has value 13 but must be nonnegative and less than 0
What could be causing this? I have no idea how the rank could be nonnegative and less than 0.
MPI_Init
somewhere. After proper initialisation,MPI_COMM_WORLD
simply cannot contain less than one rank. – Hristo Iliev