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

Use singleton types for logical or memory index orders #5

Closed jipolanco closed 4 years ago

jipolanco commented 4 years ago

This deprecates the permute keyword argument of size_local, range_local and similar functions. Instead, a LogicalOrder or MemoryOrder instance should be passed.

This is mainly to avoid confusion, as the meaning of "permute" can be a bit ambiguous...