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

PencilIO: support HDF5.jl v0.15 #18

Closed jipolanco closed 3 years ago

jipolanco commented 3 years ago

Also, older HDF5.jl versions are no longer supported.

codecov-io commented 3 years ago

Codecov Report

Merging #18 (e91a0be) into master (80e1832) will decrease coverage by 38.15%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #18       +/-   ##
===========================================
- Coverage   96.53%   58.37%   -38.16%     
===========================================
  Files          16       16               
  Lines         865      752      -113     
===========================================
- Hits          835      439      -396     
- Misses         30      313      +283     
Impacted Files Coverage Δ
src/PencilIO/hdf5.jl 1.65% <0.00%> (-91.27%) :arrow_down:
src/PencilIO/mpi_io.jl 0.00% <0.00%> (-97.17%) :arrow_down:
src/PencilIO/PencilIO.jl 15.38% <0.00%> (-78.37%) :arrow_down:
src/broadcast.jl 30.00% <0.00%> (-70.00%) :arrow_down:
src/array_interface.jl 41.17% <0.00%> (-58.83%) :arrow_down:
src/arrays.jl 65.51% <0.00%> (-27.73%) :arrow_down:
src/multiarrays.jl 81.81% <0.00%> (-18.19%) :arrow_down:
src/cartesian_indices.jl 84.84% <0.00%> (-12.72%) :arrow_down:
src/Pencils/Pencils.jl 87.75% <0.00%> (-10.46%) :arrow_down:
... and 6 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 80e1832...e91a0be. Read the comment docs.