-
Notifications
You must be signed in to change notification settings - Fork 35
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
Merge elm_ats updates to master #266
Conversation
…nitialization code to protected coordinator_init function
… now; modified ELM_ATSDriver::advance to call Coordinator::advance for each single timestep
…ssed correctly, ATS pressure initialization from ELM water content, etc.
Adds BUILD_ELM_ATS_API flag to turn on/off building of ELM-ATS API object files.
Ready for review on the ATS side I think @ecoon - testing out the amanzi bootstrap changes now |
src/executables/CMakeLists.txt
Outdated
|
||
# set this here for now | ||
# add option to bootstrap before completion | ||
if (BUILD_ELM_ATS_API) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this probably needs to be updated to ENABLE_ELM_ATS_API now, otherwise this PR is ready to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done with c330f4f
This PR is meant to replace #216. Merging a branch with elm_ats updates which has been rebased to master and had calls to boost removed.
A few steps still needed before merge:
Also have noticed a single test fail on macOS M2 w/ gcc14 and openmpi 5.0.3.