Hello,
my question is the following.
is it possible to send and receive C++ objects or STL structures (for example, send map<a,b> myMap) through openMPI SEND and RECEIVE functions?
at first glance i thought it was possible, but after reading some doc, im not sure.
i dont have my source code at that stage for testing yet
Cristobal