19 Dec
2008
19 Dec
'08
1:30 p.m.
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