$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Intercommunicators with Boost.MPI ?
From: Ashika Umanga Umagiliya (aumanga_at_[hidden])
Date: 2009-08-30 09:41:07
Greeting all,
I am completly new to Boost and this is my very first post here .
I have used Boost.Serialization and Boost.MPI to send user-defined-datatypes
across MPI processes.
(I use OpenMPI 1.3.3 )
Now, I want to spawn processes (MPI_Comm_spawn) and send across these
objects among newly created child processes.
How can I handle Intercommunicators with Boost.MPI ?
Thanks in advance,
umanga