Sudden break of running task with error not source code file  [SOLVED]

Phonons, DFPT, electron-phonon, electric-field response, mechanical response…

Moderators: mverstra, joaocarloscabreu

Locked
letuan
Posts: 29
Joined: Fri Jan 25, 2013 4:00 pm
Location: Hanoi
Contact:

Sudden break of running task with error not source code file

Post by letuan » Fri Mar 15, 2019 5:40 am

My small system was OpenLeap 42.3 on MS Windows 10 as in Linux subsystem. The OpenMPI v. 4.0.0, fftw3 v.3.3.8 were installed with GNU C, C++ and Fortran compilers. Abinit v.8.10.1 was well compiled and installed. I use it for optimization and phonon calculations until last night. At running calculation it happened to sudden stop. When trying to rerun, I received the message like :

Code: Select all

--- !ERROR
src_file: m_dtfil.F90
src_line: 1138
mpi_rank: 0
message: |
    Checks for existence of file 
    but INQUIRE finds file does not exist.Action: check file name and re-run.
...


 abi_abort: decision taken to exit ...
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 14.

Though on checking I saw the source code file m_dtfil.F90 still in the .../src/55_abiutils module.
Any effort to re-compiling Abinit did not give a success. This is the first time I ran on the error. Any suggestion will be valuable!
Le Tuan,
Dept. of Electronic Materials,
Hanoi Uni. of Sci. and Technol., Vietnam

letuan
Posts: 29
Joined: Fri Jan 25, 2013 4:00 pm
Location: Hanoi
Contact:

Re: Sudden break of running task with error not source code   [SOLVED]

Post by letuan » Fri Mar 15, 2019 7:22 am

Solved!
It was accidentally adding one blank line in the 1st row ò the .files file instead of the input filename by someone.
PS: How to put the sign "SOLVED" in the topic name?
Le Tuan,
Dept. of Electronic Materials,
Hanoi Uni. of Sci. and Technol., Vietnam

Locked