quantum-espresso/PW
giannozz 2d58494592 1) Routine "read_input_file" modified so that it accepts the input file name
as an argument instead of reading it from command line. Input file name is
   read instead from command line at startup by mp_startup. 
2) Removed #ifdef __MPI before mp_startup (command line must be read in serial 
   execution as well)
3) Replaced calls to lower-level routines read_namelists, read_cards etc by a
   call to read_input_file in NEB
4) Unused routines removed
Note that the above changes affect only pw.x, cp.x, neb.x; in all other cases,
mp_startup is not executed in serial case (will be fixed sooner or later) and
the command line is still read (by a different routine) at a later stage.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9919 c92efa57-630b-4861-b058-cf58834340f0
2013-02-02 21:12:16 +00:00
..
Doc There is no reason to have command-line options so looooong. I have introduced 2013-01-19 21:52:32 +00:00
examples add mini-doc for exxdiv_treatment='ecut_vcut' 2012-11-21 11:12:53 +00:00
src 1) Routine "read_input_file" modified so that it accepts the input file name 2013-02-02 21:12:16 +00:00
tests Added units to ATOMIC_POSITIONS to prevent "deprecation" message on output 2013-02-01 12:39:27 +00:00
tools new version of the cif2qe.sh utility, by Carlo Nervi. 2012-11-08 08:31:38 +00:00
Makefile Further cleaning of the make clean command. Now also the pseudopotentials are 2012-08-20 14:16:00 +00:00