-
Notifications
You must be signed in to change notification settings - Fork 15
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
Porting to PArrays v0.3 #114
Conversation
https://github.com/gridap/GridapDistributed.jl/blob/424b76c0f4800f6c2d38db68c25d0a560695d90e/README.md running flawlessly for the debug backend
actually need to pass the array with the part/rank identifiers
Renamed towards better readability, encapsulated pieces of reusable code into functions in order to eliminate code replication
except those related to Periodic BCs in CartesianDiscreteModel
for the records ... the error with the Periodic BCs is here ... https://github.com/gridap/GridapDistributed.jl/actions/runs/5419584873/jobs/9852831016#step:7:16 |
…partitioned_arrays_v0.3 Conflicts: src/CellData.jl
GridapDistributed
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #114 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 10 11 +1
Lines 1694 1982 +288
=======================================
- Misses 1694 1982 +288
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
For the records, I run all MPI tests on my local machine, and as expected, only the periodic BCs test fails. |
of with_mpi(...) and with_debug(...)
…partitioned_arrays_v0.3 Conflicts: src/CellData.jl src/Interface.jl
This allows access to fine and coarse comms from within the redistribution routines. Got rid of the GridapDistributed void structures which were created for that same purpose.
Redistribute API rework
Bugfix: periodic bcs not working
Removed Manifests
…tributed.jl into bugfix-periodic-bcs
Bugfix: periodic bcs
…tributed.jl into partitioned_arrays_v0.3
Work in progress ...
Left for another future PR: