Hello everybody,
I'm following Pyxaid's tutorial1 of and, I'm stuck in the step 2. Maybe someone could help me.
Using py-scr2.py I create the the folders with the inputs and submission
script to split out 250 fs trajectory into 25 pieces 10 fs, but when I
run these calculations (in wd/job0, for example) qespresso.out shows the
following error:
Reading filewd_test/curr0/x0.export/in
dex.xml
Error: Can not open file wd_test/curr0/x0.export/index.xml
Reading filewd_test/curr0/x0.export/wfc.1
Error: Can not open file wd_test/curr0/x0.export/wfc.1
Number of K-points = 0
/usr/local/admin/torque/mom_priv/jobs/
36969.arina.SC:
line 56: 3085 Segmentation fault python -c "from PYXAID import *
And indeed the file
wd_test/curr0/x0.export/index.
xml
does not exist, the correct folder is
wd_test/curr0/next0/x0.export/
index.xml
Also, the segmentation fault is usually a memory problem, but I could not solve it problem increasing the memory.
I attach here the output file and my submission script.
Does somebody has any suggestion?
Thanks,
Elisa