Welcome to LQ.
? Why are you using an "abinit-6.12.3" package, when you can do :
sudo apt-get install abinit
About the source code package abinit-6.12.3.tar.gz
http://ftp.abinit.org/abinit-6.12.3.tar.gz :
... Please read the file INSTALL, which says..
cd abinit-6.12.3/ && ./configure && make (./make is a typo in "INSTALL")
.. To be done in the top directory.
And : No 'sudo make', please ! Unless you want troubles.
And : Please read './configure --help' for all options.
Prerequisites : sudo apt-get install \
g++ gfortran libatlas-dev libblas-dev liblapack-dev libopenmpi-dev
Quote:
make: *** No targets specified and no makefile found. Stop.
|
abinit-6.12.3/tests/tutorial/Refs/ :
There is not supposed to be a Makefile in that location. Ever.
And : The 'make' command is for Makefile's only, not for a file like "t11.out"
Using abinit :
http://www.abinit.org/documentation/
.