parallel error 2

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
hammouri
Posts: 57
Joined: Fri Feb 13, 2015 6:44 am

parallel error 2

Post by hammouri » Tue Mar 17, 2015 8:44 am

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.

Jordan
Posts: 282
Joined: Tue May 07, 2013 9:47 am

Re: parallel error 2

Post by Jordan » Wed Mar 18, 2015 9:51 am

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.

Locked