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

Correctly use MPI communicators #181

Merged
merged 1 commit into from
Feb 1, 2023
Merged

Correctly use MPI communicators #181

merged 1 commit into from
Feb 1, 2023

Conversation

sblauth
Copy link
Owner

@sblauth sblauth commented Feb 1, 2023

This PR fixes the behavior of the MPI communicators, which are now correctly inferred from the loaded / created meshes.

@sblauth sblauth added the bug Something isn't working label Feb 1, 2023
@sblauth sblauth added this to the v2.0 milestone Feb 1, 2023
@sblauth sblauth self-assigned this Feb 1, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2023

Codecov Report

Merging #181 (ea84dcf) into main (ecbc56c) will decrease coverage by 0.01%.
The diff coverage is 96.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #181      +/-   ##
==========================================
- Coverage   93.63%   93.63%   -0.01%     
==========================================
  Files          76       76              
  Lines        5825     5836      +11     
==========================================
+ Hits         5454     5464      +10     
- Misses        371      372       +1     
Impacted Files Coverage Δ
cashocs/_forms/shape_form_handler.py 93.98% <ø> (ø)
cashocs/_forms/shape_regularization.py 95.39% <ø> (ø)
cashocs/_pde_problems/adjoint_problem.py 100.00% <ø> (ø)
cashocs/_pde_problems/control_gradient_problem.py 94.44% <ø> (ø)
cashocs/_pde_problems/hessian_problems.py 100.00% <ø> (ø)
cashocs/_pde_problems/shape_gradient_problem.py 97.33% <ø> (ø)
cashocs/_pde_problems/state_problem.py 98.31% <ø> (ø)
cashocs/geometry/mesh_handler.py 93.39% <ø> (ø)
cashocs/_utils/linalg.py 84.07% <83.33%> (-0.19%) ⬇️
cashocs/_constraints/solvers.py 94.44% <100.00%> (+0.03%) ⬆️
... and 7 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sblauth sblauth merged commit ed5c30e into main Feb 1, 2023
@sblauth sblauth deleted the hotfix/mpi_communicators branch February 1, 2023 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants