Error in running abinit

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
aes
Posts: 1
Joined: Sat Mar 07, 2020 7:47 pm

Error in running abinit

Post by aes » Thu Mar 12, 2020 1:07 pm

Hi,
I'm new abinit user. After installing abinit, I employed some tutorial input files for exam but I get the below in each run:
" ABINIT 8.10.1

Give name for formatted input file:
ab.in
Give name for formatted output file:
ab.out
Give root name for generic input files:
abi
Give root name for generic output files:
abo
Give root name for generic temporary files:
tmp

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


abi_abort: decision taken to exit ...
--------------------------------------------------------------------------
"

While the input file and files are in a same folder. Anyone knows where this problem arising from? Many thanks in advance for your help.

ebousquet
Posts: 469
Joined: Tue Apr 19, 2011 11:13 am
Location: University of Liege, Belgium

Re: Error in running abinit

Post by ebousquet » Mon Apr 20, 2020 8:34 am

Dear aes,
Sounds like the ab.in input file is not found by the code, I cannot tell you more than that, you probably have a problem of declaration of the input file from the ".files" file and the real input file name in the folder.
Best wishes,
Eric

Locked