[Pw_forum] error in Message Passing (mp) module from parallel ph.x

Paolo Giannozzi giannozz at nest.sns.it
Mon Sep 12 09:49:59 CEST 2005


On Saturday 10 September 2005 16:32, Zhufeng Hou wrote:

> *** error in Message Passing (mp) module ***
> *** error code:  8911

look for "8911" in the code and you will find that an array size
exceeds the maximum allowed dimension. Print "msglen" and
"mp_msgsiz_max" just before the check is performed (line 478 
in Modules/mp.f90). If "msglen" has a large but still reasonable 
value, increase "mp_msgsiz_max". If "msglen" is something 
unreasonable, try a different compiler.

Paolo

-- 
Paolo Giannozzi             e-mail:  giannozz at nest.sns.it
Scuola Normale Superiore    Phone:   +39/050-509876, Fax:-563513 
Piazza dei Cavalieri 7      I-56126 Pisa, Italy



More information about the users mailing list