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

Fixes a bug that occurs when calculating an hessian specific builds #774

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

MtoLStoN
Copy link
Member

One of our dependencies (mctc-lib) handles the logic of the allocation of PBC a little bit different than we did. This lead to errors with a specific version of the gfortran compiler when explicitly copying the molecular type, that was done as a compatibility fix for ifort in #752.

Handling the PBC logical explicitly for different sized logical arrays should fix this. This will close #772.

Copy link
Member

@Albkat Albkat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fix, solves a number of issues related to the gfortran/gcc inconsistencies

@MtoLStoN MtoLStoN merged commit 83090be into main Feb 23, 2023
@MtoLStoN MtoLStoN deleted the gcc_hess branch February 23, 2023 18:49
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 this pull request may close these issues.

--acc flag causes numerical issues and hangs
2 participants