I have a class whose data I want to send/recv and which are of type std::vector. However, once it’s allocated the size of this vector is fixed during runtime. Can I use BOOST_IS_MPI_DATATYPE to speed up data transfer and how would I do
it?
Thanks,
Sven