Page 1 of 1

parallel error 2

Posted: Tue Mar 17, 2015 8:44 am
by hammouri
Hello everybody,
Could anyone tell me what does this mean?
MPI_ABORT was invoked on rank 1 in communicator MPI_COMM_WORLD
with errorcode 14.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.

Re: parallel error 2

Posted: Wed Mar 18, 2015 9:51 am
by Jordan
It means that probably Abinit call MPI_Abord routine to stop the execution beacause something went wrong.
You may want to check you log file ou output file to figure out what happend.