-
Notifications
You must be signed in to change notification settings - Fork 170
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
Little issue with BQ printing #1018
Comments
@chemsh Are these the lines you are referring to?
|
Hi Edo, yes, and there is another one of such Three in total. Many thanks! |
Hi Edo, I realised
And this may be another issue? An input for repeating this error is:
Thank you very much. You |
Dear NWChem gurus,
I hope you are all well! In the BQ printing, there is a long-term issue, which is small though. I believe in src/bq/bq_data.F all
oprint = (ga_nodeid().eq.0).and.(printlevel.**le**.print_medium)
should be
oprint = (ga_nodeid().eq.0).and.(printlevel.**ge**.print_medium)
There are three lines of this.
And it would be great if the file unit in the bq subdirectory could be changed to
LuOut
as used elsewhere, because when linked against ChemShell NWChem always prints these in the former's output.Thank you so much in advance if you could fix these little issues.
Kindest regards,
You
The text was updated successfully, but these errors were encountered: