Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Writing a wavefunction file

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Writing a wavefunction file


Chronological Thread 
  • From: Audrius Alkauskas <audrius.alkauskas@unibas.ch>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Writing a wavefunction file
  • Date: Wed, 26 May 2004 10:35:15 +0200



outwf : write wavefunction to file o_WFK
-P-0000 leave_test : synchronization done...
p0_27114: p4_error: alloc_p4_msg: Message size exceeds P4s maximum message size: 570088768


This last error message comes from MPI (the message passing interface,
for parallel runs). You are likely running a P6 cluster, with the MPICH
implementatly of MPI.

You might have to change the maximal
size of messages that you are allowed to transmit with MPI.
Actually, it seems that the WFs are more than 60 MB ?! May be for 1k point
it is 60 MB. How many k points do you have, and how many
processors ... ?

Xavier

I have 2 k-points and ran the calculation on 2 processors. I have no
experience with MPI, a man from Computational Center helped me to install the
code, so what should I do?

Audrius






Archive powered by MHonArc 2.6.16.

Top of Page