Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iverbosity is not working in ph.x 6.6 anymore #606

Closed
unkcpz opened this issue Nov 13, 2020 · 3 comments · Fixed by #633
Closed

iverbosity is not working in ph.x 6.6 anymore #606

unkcpz opened this issue Nov 13, 2020 · 3 comments · Fixed by #633

Comments

@unkcpz
Copy link
Member

unkcpz commented Nov 13, 2020

running ph.x 6.6 raising the following error:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     Error in routine  read_namelists (1):
      bad line in namelist &inputph: "/" (error could be in the previous line)

change iverbosity to verbosity = 'default' fix this issue.


aiida-quantumespresso version is 3.2.1

@sphuber
Copy link
Contributor

sphuber commented Nov 13, 2020

Thanks @unkcpz , could you provide the input file written by the plugin that caused this error, i.e. verdi calcjob inputcat PK

@unkcpz
Copy link
Member Author

unkcpz commented Nov 13, 2020

&INPUTPH
  epsil = .false.
  fildyn = 'DYN_MAT/dynamical-matrix-'
  iverbosity = 1
  ldisp = .false.
  max_seconds =   1.7100000000d+03
  outdir = './out/'
  prefix = 'aiida'
  recover = .true.
  tr2_ph =   1.0000000000d-16
/
      0.3535533906       0.3535533906       0.3535533906

Here is the aiida.in of the calculation which on top of the silicon scf calculation.

@unkcpz
Copy link
Member Author

unkcpz commented Jan 9, 2021

@sphuber I think it is this commit https://gitlab.com/QEF/q-e/-/commit/0c450d31f5e404e05e0704ac8c42c7c569064764 that function check_namelist_read newly introduced in qe-6.6 makes the iverbosity failed.

tagging @sponce24 for inputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants