BAD TERMINATION with EXIT CODE: 9

Run-time issues concerning Yambo that are not covered in the above forums.

Moderators: myrta gruning, andrea marini, Daniele Varsano, Conor Hogan

User avatar
Daniele Varsano
Posts: 3824
Joined: Tue Mar 17, 2009 2:23 pm
Contact:

Re: BAD TERMINATION with EXIT CODE: 9

Post by Daniele Varsano » Wed Oct 09, 2019 9:01 am

Dear Zhishuo,
for some reason I do not understand the parallel structure it is not read correctly:

Code: Select all

Response_G_space parallel ENVIRONMENT is incomplete. Switching to defaults
My suggestion is to remove the assignation of cpu from input:

Code: Select all

X_CPU= "1 1 1 4 2"                      # [PARALLEL] CPUs for each role
X_ROLEs= "q g k c v"                    # [PARALLEL] CPUs roles (q,g,k,c,v)
and add:

Code: Select all

PAR_def_mode= "memory" 
Before doing that I suggest you check your version of the code:
from the input file you have

Code: Select all

GPL Version 4.0.2 Revision 90
which an extremely old version of Yambo. So I would generate a new input with the version you are using.
Next, if possible I would also compile Yambo using OMP.
You may also try to use more cpu's in order to distribute the memory.
In order to check if it is really a memory issue as I suspect, you can try if it rn smootlhy by reducing the number of bands in BndsRnXp.

Best,
Daniele
Dr. Daniele Varsano
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/

Post Reply