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
julia> Pkg.status()
Status `~/JuliaProjects/maxwell_yee_2d_with_mpi/Project.toml`
[da04e1cc] MPI v0.11.0
julia> MPI.Type_Contiguous
Type_Contiguous (generic function with 1 method)
julia> MPI.Type_Vector
ERROR: UndefVarError: Type_Vector not defined
The example in the source code doesn't work either.
The MPI.Type_Contiguous works but i think i am using it wrong. The way I pass the old datatype seems weird to me.
Also, on the current master creating datatypes should be largely unnecessary, at least for basic send/recv: things should just work if you pass a view.
I think there is an issue with MPI_Type_vector:
The example in the source code doesn't work either.
The
MPI.Type_Contiguous
works but i think i am using it wrong. The way I pass the old datatype seems weird to me.Many thanks for this package, i was looking forward to MPI-2.
The text was updated successfully, but these errors were encountered: