Hello
I started today with abinit and the tutorial example base 1. If I understood it correctly, I have to built first the folder tree. In the directory ~/.abinit/tests/tutorial/Input i have to build a file named tbase1_x.files with the input
../tbase1_1.in
tbase1_x.out
tbase1_xi
tbase1_xo
tbase1_x
../../../Psps_for_tests/01h.pspgth
and in the directory ~/.abinit/tests/tutorial/Input/Work the file has the content
tbase1_1.in
tbase1_1.out
tbase1_xi
tbase1_xo
tbase1_x
../../../Psps_for_tests/01h.pspgth
Now I run the code with
abinit < tbase1_x.files > log 2> err &
But I do not get the expected output. I get first the error Exit 13 and afterwards in the standard error file err it is written:
application called MPI_Abort(MPI_COMM_WORLD, 13) - process 0
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=13
:
system msg for write_line failure : Bad file descriptor
--- !ERROR
src_file: m_invars1.F90
src_line: 313
mpi_rank: 0
message: |
Input natom must be defined, but was absent for dataset 0
Action: check the input file.
can somebody help me?
Thank you
Tutorial base1
Moderator: bguster
Re: Tutorial base1
Well, the error message is pretty self-explanatory:
so the question is "did you check your input file?".Input natom must be defined, but was absent for dataset 0
Action: check the input file.