MPI_ABORT was invoked on rank 11

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
Chem
Posts: 17
Joined: Thu May 24, 2012 12:17 pm

MPI_ABORT was invoked on rank 11

Post by Chem » Tue Jan 15, 2013 9:08 am

Dear all

when doing the tutorial on Many-Body calculations in parallel I got this message :
Er%Hscr%ID: 4
-P-0000 Memory needed for Er%epsm1 = 1869.5 [Mb]
mkdump_Erread_screening with MPI_IO
-P-0000 m_mpiotk.F90:645:FILE_READ_ALL
-P-0000 MPI_ERR_COUNT: invalid count argument
-P-0000
-P-0000 leave_new : decision taken to exit ...
DATA TYPE INFORMATION:
REAL: Data type name: REAL(DP)
Kind value: 8
Precision: 15
Smallest nonnegligible quantity relative to 1: 0.22204460E-15
Smallest positive number: 0.22250739-307
Largest representable number: 0.17976931+309
INTEGER: Data type name: INTEGER(default)
Kind value: 4
Bit size: 32
Largest representable number: 2147483647
LOGICAL: Data type name: LOGICAL
Kind value: 4
CHARACTER: Data type name: CHARACTER Kind value: 1
==== Using MPI-2 specifications ====
MPI-IO support is ON
xmpi_tag_ub ................ 2147483647
xmpi_bsize_ch .............. 1
xmpi_bsize_int ............. 4
xmpi_bsize_sp .............. 4
xmpi_bsize_dp .............. 8
xmpi_bsize_spc ............. 8
xmpi_bsize_dpc ............. 16
xmpio_bsize_frm ............ 4
xmpi_address_kind .......... 8
xmpi_offset_kind ........... 8
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 11 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.
--------------------------------------------------------------------------
MPI_WTICK .................. 9.9999999999999995E-007

what is the reason for this error and how to get out.
Thanks.

User avatar
Alain_Jacques
Posts: 279
Joined: Sat Aug 15, 2009 9:34 pm
Location: Université catholique de Louvain - Belgium

Re: MPI_ABORT was invoked on rank 11

Post by Alain_Jacques » Tue Jan 15, 2013 3:16 pm

Dear Chem,

If you don't specify the input file and the mpirun command parameters, I'm afraid it will be very hard to help you.

Kind regards,

Alain

User avatar
gmatteo
Posts: 291
Joined: Sun Aug 16, 2009 5:40 pm

Re: MPI_ABORT was invoked on rank 11

Post by gmatteo » Wed Jan 16, 2013 5:42 pm

Which input file? MPI library, abinit version used?

Locked