On Jul 17, 2008, at 3:28 , Hoonkyung Lee wrote: > from phq_readin : error # 1 > reading inputph namelist
From the FAQ: ---- The code stops with an "error reading namelist xxxx" A: Most likely there is a misspelled variable in namelist xxxx. If there isn't any (have you looked carefully? really?? REALLY???), beware control characters like DOS ^M (control-M): they can confuse the namelist-reading code. If this message concerns the first namelist to be read (usually "&control"), and if you are running in parallel: try "code -inp input_file" instead of "code < input_file". Some MPI libraries do not properly handle input redirection. --- Paolo Giannozzi, Dept of Physics, University of Udine via delle Scienze 208, 33100 Udine, Italy Phone +39-0432-558216, fax +39-0432-558222
