jipolanco / PencilFFTs.jl

Fast Fourier transforms of MPI-distributed Julia arrays
https://jipolanco.github.io/PencilFFTs.jl/dev/
MIT License
77 stars 7 forks source link

Create Pencils and Permutations modules #14

Closed jipolanco closed 4 years ago

jipolanco commented 4 years ago

Before, the respective codes were part of the PencilArrays module.

Also, some documentation sections were split into smaller subsections.

codecov[bot] commented 4 years ago

Codecov Report

Merging #14 into master will increase coverage by 9.16%. The diff coverage is 94.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   86.98%   96.14%   +9.16%     
==========================================
  Files          22       23       +1     
  Lines         830      935     +105     
==========================================
+ Hits          722      899     +177     
+ Misses        108       36      -72     
Impacted Files Coverage Δ
src/PencilArrays/PencilArrays.jl 100.00% <ø> (ø)
src/PencilArrays/global_view.jl 100.00% <ø> (ø)
src/PencilFFTs.jl 100.00% <ø> (ø)
src/Pencils/MPITopologies.jl 94.00% <ø> (ø)
src/Pencils/data_ranges.jl 100.00% <ø> (ø)
src/PencilIO/hdf5.jl 89.47% <62.50%> (-4.51%) :arrow_down:
src/PencilArrays/Transpositions.jl 97.56% <100.00%> (+0.33%) :arrow_up:
src/PencilArrays/arrays.jl 96.00% <100.00%> (+12.66%) :arrow_up:
src/Pencils/Pencils.jl 92.30% <100.00%> (ø)
src/Permutations/Permutations.jl 100.00% <100.00%> (ø)
... and 20 more

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 20e95fe...672fa63. Read the comment docs.