tomMoral / dicodile

Experiments for "Distributed Convolutional Dictionary Learning (DiCoDiLe): Pattern Discovery in Large Images and Signals"
https://tommoral.github.io/dicodile/
BSD 3-Clause "New" or "Revised" License
18 stars 10 forks source link

add documentation for setting network interfaces to be used with openmpi #25

Closed hndgzkn closed 3 years ago

hndgzkn commented 3 years ago

Open MPI hangs if network interfaces are not set correctly.

This happens when there are virtual network interfaces which could not actually be used to communicate with MPI processes, eg docker bridge networks.

codecov[bot] commented 3 years ago

Codecov Report

Merging #25 (3c0ebdd) into main (d778df4) will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   74.18%   74.15%   -0.03%     
==========================================
  Files          41       41              
  Lines        2572     2573       +1     
==========================================
  Hits         1908     1908              
- Misses        664      665       +1     
Flag Coverage Δ
unittests 74.15% <ø> (-0.03%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dicodile/data/text.py 0.00% <0.00%> (ø)
dicodile/data/tests/test_home.py
dicodile/data/home.py
dicodile/tests/test_config.py 100.00% <0.00%> (ø)
dicodile/config.py 100.00% <0.00%> (ø)

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 d778df4...3c0ebdd. Read the comment docs.

tomMoral commented 3 years ago

MErging, thx @hndgzkn !