-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove enable_overlapping from distributed kwarg * Import Distributed after Solvers * Dont switch import yet * Implement default rank distribution * Update validation scripts * Update for new API * More cleanup of distributed examples * Restore 2D partitioning to hydrostatic turbulence example * Implement Partition for Distributed architectures, messy state * Fix issue with distributed tests for new API * Add a comment about correctness checking * Fix further tests * Update validation/distributed_simulations/distributed_geostrophic_adjustment.jl Co-authored-by: Simone Silvestri <[email protected]> * Update validation/distributed_simulations/distributed_geostrophic_adjustment.jl Co-authored-by: Simone Silvestri <[email protected]> * tests fixxed * bugfix * try now * fixed tests * bugfix * fixed tests * Change synched to syncronized * Update src/DistributedComputations/distributed_fields.jl Co-authored-by: Navid C. Constantinou <[email protected]> * Remove comment * Apply suggestions from code review --------- Co-authored-by: Simone Silvestri <[email protected]> Co-authored-by: Simone Silvestri <[email protected]> Co-authored-by: Navid C. Constantinou <[email protected]>
- Loading branch information
1 parent
4f26afb
commit c823cb9
Showing
24 changed files
with
401 additions
and
329 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.