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

Define `Tuple(::ManyPencilArray)` #59

Closed jipolanco closed 2 years ago

jipolanco commented 2 years ago

This can be useful for efficiently iterating over all the PencilArrays wrapped by a ManyPencilArray.

codecov-commenter commented 2 years ago

Codecov Report

Merging #59 (78a3d8e) into master (164ceb5) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
- Coverage   97.10%   97.10%   -0.01%     
==========================================
  Files          22       22              
  Lines        1209     1208       -1     
==========================================
- Hits         1174     1173       -1     
  Misses         35       35              
Impacted Files Coverage Δ
src/multiarrays.jl 100.00% <100.00%> (ø)
src/Pencils/Pencils.jl 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 164ceb5...78a3d8e. Read the comment docs.