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 for 1499f9a #221

Merged
merged 3 commits into from
Aug 21, 2023
Merged

Fixes for 1499f9a #221

merged 3 commits into from
Aug 21, 2023

Conversation

trevilo
Copy link
Contributor

@trevilo trevilo commented Aug 21, 2023

1499f9a was inadvertently pushed directly to main with build errors. This PR fixes them, specifically three issues:

  • An unterminated #ifdef in src/M2ulPhyS.cpp
  • White space causing the style check to fail
  • Protection for added gslib dependence, so tps still builds without gslib

Commit 1499f9a introduced an unterminated #ifdef, probably as part of
a mistaken conflict resolution.  This commit fixes the build error by
eliminating the #ifdef from M2ulPhyS::solveStep.  The slurm "ready for
restart" check appears in M2ulPhyS::solve (see line 1942) and so is
not needed in M2ulPhyS::solveStep.
Whitespace edits to changes from 1499f9a
@trevilo trevilo self-assigned this Aug 21, 2023
@trevilo trevilo merged commit 93daa21 into main Aug 21, 2023
10 checks passed
@trevilo trevilo deleted the fix-1499f9a branch August 22, 2023 13:58
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