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

PencilArrays migration #18

Closed jipolanco closed 3 years ago

jipolanco commented 3 years ago

PencilArrays is being split into a separate package, which is currently being registered in the Julia General registry.

This PR removes the migrated PencilArrays functionality, and adds that package as a dependency.

This will be merged after PencilArrays is registered.

codecov[bot] commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   95.88%   99.38%   +3.50%     
==========================================
  Files          23        9      -14     
  Lines         947      326     -621     
==========================================
- Hits          908      324     -584     
+ Misses         39        2      -37     
Impacted Files Coverage Δ
src/PencilFFTs.jl 100.00% <ø> (ø)
src/pencil_plans.jl 100.00% <ø> (ø)
src/Transforms/r2r.jl 100.00% <0.00%> (+3.03%) :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 1a0fc7e...3b71b42. Read the comment docs.