Boost logo

Boost Users :

Subject: [Boost-users] [MPI] Efficient way to have views on arrays
From: Matthieu Brucher (matthieu.brucher_at_[hidden])
Date: 2008-12-19 08:30:36


Hi,

I've started to use the MPI Boost library in conjunction with the
usual C library. I'lm trying to get as much as possible done with
Boost directly.
I'd like to use it in a parallel finite difference loop. This means
that before each iteration I have to send a strip of my computed data
to each neighbor (getting the neighbors is done through a C MPI
function). This can be done with MPI_Type_vector (constant-stride
data) in C. Does someone know how it can be done with Boost.MPI ?

Matthieu

-- 
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net