-
Notifications
You must be signed in to change notification settings - Fork 371
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
Fix array allocation error in BeTR #5676
Conversation
It fixed an error due to the obsolete use of IF block for array allocation. No answer change when the code is functioning. BFB
@ndkeen I have fixed the issue #5539. It is due to an obsolete use of IF block with the most recently fortran compilers. No answer change occurred. Please test. |
I can verify this fix does allow the test to run. |
To fix this you must be updating the submodule for betr. Please mention which hash of betr is being used now in the PR description above. |
|
With mention of changes to betr submodule, would it be possible for someone to make a change to the maint-1.0 branch in betr? I have copy of the file that needs to be replaced -- it's solely to get around issues discovered building with GCC version 10 and higher. |
Updates BeTR submodule to fix an error due to the obsolete use of an if-block for array allocation. The update hash for the BeTR submodule is 25c892a. Fixes #5539 [BFB]
Updates BeTR submodule to fix an error due to the obsolete use of
an if-block for array allocation. The update hash for the BeTR submodule is 25c892a.
Fixes #5539
[BFB]