jipolanco / PencilArrays.jl

Distributed Julia arrays using the MPI protocol
https://jipolanco.github.io/PencilArrays.jl/dev/
MIT License
60 stars 8 forks source link

Show warning when process ends up with no data #56

Closed jipolanco closed 2 years ago

jipolanco commented 2 years ago

Show warning when a process ends up with no local data.

Related to https://github.com/jipolanco/PencilFFTs.jl/issues/43 (cc @glwagner).

codecov-commenter commented 2 years ago

Codecov Report

Merging #56 (fdc6713) into master (c25b8f9) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   97.08%   97.10%   +0.02%     
==========================================
  Files          22       22              
  Lines        1199     1208       +9     
==========================================
+ Hits         1164     1173       +9     
  Misses         35       35              
Impacted Files Coverage Δ
src/Pencils/Pencils.jl 100.00% <100.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 c25b8f9...fdc6713. Read the comment docs.