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

Update PROGRESS subroutine call #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghbrown
Copy link

@ghbrown ghbrown commented Apr 7, 2022

(replica of #116, I shouldn't have been developing on my fork's master branch)

Previously, building with the most recent version of PROGRESS resulted in an error:

bodirect.F90:69:59:

   CALL PRG_GET_FLEVEL(EVALS,KBT,BNDFIL,BREAKTOL,CHEMPOT)
                                                        1
Error: Missing actual argument for argument ‘err’ at (1)

This occurred since an extra error flag argument was added to the respective function in this PROGRESS commit.

This PR adds the necessary variable and hooks it into LATTE's EXISTERROR, allowing a full BML-PROGRESS-LATTE build with the most recent versions of each library (rather than requiring an old PROGRESS version to build LATTE successfully).

@ghbrown
Copy link
Author

ghbrown commented Apr 19, 2022

After looking over outstanding issues, this PR addresses #115 .

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.

1 participant