Release v0.10.0#280
Merged
Merged
Conversation
Add function `set_global_id` to solver dummies and integration test
* fix model adaptivity loop at resolution boundaries * update changelog * added docstring for test * Fix changelog entry * Fix changelog entry --------- Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
* fix dyn class param inspection and forwarding * add changelog
* Fix the adaptivity data check * Fix adaptivity checks * Move changelog * Formatting --------- Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
…270) * add fix and changelog * Update CHANGELOG.md
# Adds model resolution in micro output when model adaptivity is enabled.
# Added solve-time tracking for inactive simulations for better LB performance
# Fixed/Renamed active simulation IDs in MicroManager passed to Model Adaptivity
* Fix OpenMPI cache miss in CI workflows * Centralize OpenMPI cache logic to a dedicated workflow * Remove error handling from OpenMPI build script Removed set -euo pipefail from the build script.
…problems (#276) * Fix load balancing case when there is a mismatch in send and recv sims for active balancing * Add changelog entry
* Cleanup the import logic and improve errors * Reword error message Co-authored-by: Ishaan Desai <ishaandesai@gmail.com> * Reword error message * Apply suggestion from @Snapex2409 Co-authored-by: Alex Hocks <73783301+Snapex2409@users.noreply.github.com> --------- Co-authored-by: Ishaan Desai <ishaandesai@gmail.com> Co-authored-by: Alex Hocks <73783301+Snapex2409@users.noreply.github.com>
* Provide global macro mesh coordinates for model adaptivity * Add comment on further work necessary to avoid allgather
Snapex2409
reviewed
May 26, 2026
Snapex2409
left a comment
Collaborator
There was a problem hiding this comment.
Overall, looks good to me. Only found one minor inconsistency in the documentation.
MakisH
approved these changes
May 26, 2026
MakisH
left a comment
Member
There was a problem hiding this comment.
A quick sanity check looks good, I have not looked into technical details.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release consists of:
MicroManager#273model_resolutionwhen using model adaptivity #271initialize()to return data that is not used by the adaptivity #261MicroSimulationinitialization requiring positional parameters #255set_global_idto the dummies and the example in the integration test #247