Re: BAD TERMINATION with EXIT CODE: 9
Posted: Wed Oct 09, 2019 9:01 am
Dear Zhishuo,
for some reason I do not understand the parallel structure it is not read correctly:
My suggestion is to remove the assignation of cpu from input:
and add:
Before doing that I suggest you check your version of the code:
from the input file you have
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
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
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)
Code: Select all
PAR_def_mode= "memory"
from the input file you have
Code: Select all
GPL Version 4.0.2 Revision 90
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