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 #116

Closed
wants to merge 1 commit into from
Closed

Conversation

ghbrown
Copy link

@ghbrown ghbrown commented Jan 26, 2022

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

bodirect.F90:69:59:

   69 |      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 7, 2022

Closing in favor of identical #117 .

@ghbrown ghbrown closed this Apr 7, 2022
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