-----------------------------------------------------------------------------------------

README

Installation procedure :

  gunzip abinit-5.7.4.tar.gz
  tar -xvf abinit-5.7.4.tar
  cd abinit-5.7.4
  configure
  make

The make might take one or two hours or so on a PC . 
Note that is should work with ifort 10.1, ifort9.1, 
 gfort4.3, gfort4.2, g95, and several other compilers, but not with
 ifort10.0 or gfort4.1.2, that are too buggy for ABINIT. 
If there is a problem, consider reading the file
http://www.abinit.org/documentation/helpfiles/for-v5.7/install_notes/install.html .
The configure is supposed to find a F90 compiler, but you might have to 
provide information to guide it ...

To test the code, issue
  make test1

The result of make test1 should be :

 Status file, reporting on test  1

 OK for total energy 
 OK for nuclei positions 
 OK for forces 
 OK for stresses 

If this ran successfully, you might issue

cd tests
make tests_acc 

This will run the exhaustive set of tests (more than 600), and will last
two hours or so. Results are reported in tests/*/report files .
The vast majority of the tests should "succeed" or "pass"
(all tests succeed or pass with the above-mentioned compilers).


User manual (well, entry points) :
- Installation            doc/install_notes/install_v5.7.html
- New user guide   doc/users/new_user_guide.html
- Tutorial                  doc/tutorial/welcome.html
- Input variables     doc/input_variables/keyhr.html
