Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-05-21 05:34:00


On Monday 21 May 2007 08:29, Markus Weimer wrote:
> Hi,
>
> once again me. Sorry for the many questions. Does anyone have a best
> practice regarding the transfer of uBLAS objects through MPI?

You can try the (experimental) serialization patch (please send a private mail
to me) and serialize/de-serialize the data to memory buffers, or you can
simply access the raw data by using the data() member functions (see the
bindings from boost-sandbox for examples).

mfg
Gunter