Intel mpi error

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
basant_ali
Newbie
Newbie
Posts: 21
Joined: Thu Jun 27, 2024 3:43 pm

Intel mpi error

#1 Post by basant_ali » Sat Jun 29, 2024 4:22 pm

I have compiled VASP using the intel compiler. However, when running jobs, they worked well for the first few jobs. Then, I started receiving the following error.
Abort(876157327) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Alltoall: Other MPI error, error stack:
PMPI_Alltoall(403).........................: MPI_Alltoall(sbuf=0x14b12845d020, scount=2240, MPI_DOUBLE_PRECISION, rbuf=0xeaa6b20, rcount=2240, datatype=MPI_DOUBLE_PRECISION, comm=comm=0xc4000009) failed
MPIDI_Alltoall_intra_composition_alpha(966):
MPIDI_NM_mpi_alltoall(717).................:
MPIR_Alltoall_intra_scattered(99)..........:
MPIR_Waitall(176)..........................:
MPIR_Waitall_impl(55)......................:
MPIDI_Progress_test_impl(195)..............:
MPIDI_OFI_handle_cq_error(991).............: OFI poll failed (ofi_events.h:991:MPIDI_OFI_handle_cq_error:Invalid argument)
Abort(876157327) on node 32 (rank 32 in comm 0): Fatal error in PMPI_Alltoall: Other MPI error, error stack:

Attached are the input files and the OUTCAR and error file.
You do not have the required permissions to view the files attached to this post.

pedro_melo
Global Moderator
Global Moderator
Posts: 127
Joined: Thu Nov 03, 2022 1:03 pm

Re: Intel mpi error

#2 Post by pedro_melo » Wed Jul 03, 2024 8:20 am

Dear basant_ali,

This does not seem like a VASP error, but something related to the modules in your machine. By looking at your error file there seems to be some contradictory information regarding what modules are loaded.

Is there a way for you to confirm this by submitting a smaller job (with the same script) or running VASP on an interactive queue?

Kind regards,
Pedro

basant_ali
Newbie
Newbie
Posts: 21
Joined: Thu Jun 27, 2024 3:43 pm

Re: Intel mpi error

#3 Post by basant_ali » Sat Jul 06, 2024 9:41 pm

Dear Pedro,

Thank you for your reply. This error was solved when I updated the intel, impi, and mkl used for compiling VASP.

Thank you,
Basant

Post Reply