Remove unnecessary MPI operations.
All threads resolved!
All threads resolved!
Description
Remove unnecessary MPI operations. Especially, after each file close, a Bcast was done, which was not needed at all.
News snippet
Remove unnecessary MPI operations.
Checklist
- [ x] I have checked that my code follows the Octopus coding standards
-
I have added tests for all the new features added in this request.
Merge request reports
Activity
changed milestone to %11.0
added Core label
Codecov Report
Merging #1121 (d825f160) into develop (c51e548a) will decrease coverage by
0.00%
. The diff coverage is100.00%
.@@ Coverage Diff @@ ## develop #1121 +/- ## =========================================== - Coverage 70.04% 70.04% -0.01% =========================================== Files 515 515 Lines 102741 102724 -17 =========================================== - Hits 71965 71952 -13 + Misses 30776 30772 -4
Impacted Files Coverage Δ src/grid/index.F90 46.28% <ø> (-0.07%)
src/grid/io_function_inc.F90 60.88% <ø> (-0.03%)
src/grid/partition.F90 46.07% <ø> (-0.03%)
src/grid/restart_inc.F90 58.91% <ø> (-0.21%)
src/grid/submesh.F90 86.35% <ø> (-0.12%)
src/states/states_mxll.F90 64.23% <ø> (-0.12%)
src/td/pes_flux.F90 71.02% <ø> (-0.03%)
src/basic/io.F90 71.05% <100.00%> (-0.06%)
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update c51e548...d825f16. Read the comment docs.Edited by Codecov- Resolved by Micael Oliveira
added 26 commits
-
0183f849...c51e548a - 24 commits from branch
develop
- 1cd8efe9 - Remove unnecessary MPI operations.
- d825f160 - Remove MPI barriers that should not be necessary.
-
0183f849...c51e548a - 24 commits from branch
assigned to @micael.oliveira
mentioned in commit 7b743c15
Please register or sign in to reply