kibaekkim / DualDecomposition.jl

An algorithmic framework for parallel dual decomposition methods in Julia
MIT License
19 stars 5 forks source link

Require explicit initialization/finalization for using MPI #15

Closed kibaekkim closed 4 years ago

kibaekkim commented 4 years ago

parallel submodule calls should be explicitly called to avoid the situation that MPI gets in trouble when the package is called multiple times in the same session.

codecov-commenter commented 4 years ago

Codecov Report

Merging #15 into master will increase coverage by 1.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   96.70%   97.76%   +1.06%     
==========================================
  Files           4        4              
  Lines         182      179       -3     
==========================================
- Hits          176      175       -1     
+ Misses          6        4       -2     
Impacted Files Coverage Δ
src/LagrangeDual.jl 95.50% <ø> (-0.15%) :arrow_down:
src/parallel.jl 100.00% <0.00%> (+2.77%) :arrow_up:

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 621ce82...4dc4a69. Read the comment docs.