Hi all, I have the following type:
type bar
a::Int
b::Vector{Matrix{Float64}}
c::Vector{Float64}
end
I would like to send instances of that type via MPI.
Can I do it?
Is there any serialization/deserialization procedure i could use for that?
thanks!
