You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some functions with the argument of type MPIBuffertype{T} use length of it, but usage of length this way is only valid for AbstractArray{T} input. In particular, Ptr{T} argument would always return 1 as its length, and this may cause unexpected behaviors.
These will/may be fixed with #286, as most of the MPI calls will be modified with it anyway. (It already contains a modification for the first one, and is likely to have modification for the other ones)
The text was updated successfully, but these errors were encountered:
Related to #283.
Some functions with the argument of type
MPIBuffertype{T}
uselength
of it, but usage oflength
this way is only valid forAbstractArray{T}
input. In particular, Ptr{T} argument would always return 1 as its length, and this may cause unexpected behaviors.Found in:
MPI.jl/src/collective.jl
Line 100 in 615ca46
MPI.jl/src/collective.jl
Line 214 in 615ca46
MPI.jl/src/collective.jl
Line 226 in 615ca46
MPI.jl/src/collective.jl
Line 240 in 615ca46
These will/may be fixed with #286, as most of the MPI calls will be modified with it anyway. (It already contains a modification for the first one, and is likely to have modification for the other ones)
The text was updated successfully, but these errors were encountered: