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

Reexport `LinearAlgebra.transpose!` #62

Closed jipolanco closed 2 years ago

jipolanco commented 2 years ago

This is to avoid having to manually import LinearAlgebra for doing transpositions between different decomposition configurations.

codecov-commenter commented 2 years ago

Codecov Report

Merging #62 (7fb27e2) into master (6c630ee) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   97.10%   97.10%           
=======================================
  Files          22       22           
  Lines        1209     1209           
=======================================
  Hits         1174     1174           
  Misses         35       35           
Impacted Files Coverage Δ
src/PencilArrays.jl 100.00% <ø> (ø)
src/Transpositions/Transpositions.jl 98.09% <ø> (ø)

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 6c630ee...7fb27e2. Read the comment docs.