Re: [OMPI users] Passing data structure

2008-04-12 Thread Jeff Squyres
Since you are using C++, you might also want to investigate the Boost C ++ MPI bindings. http://www.boost.org/doc/libs/1_35_0/doc/html/mpi.html On Apr 11, 2008, at 12:33 PM, Alessandro Palandri wrote: Hello, I am a new user of MPI and I would like to have your opinion on the following

Re: [OMPI users] Fwd: Problem with sending vectors

2008-04-12 Thread Andreas Schäfer
On 20:39 Fri 11 Apr , Jeff Squyres wrote: > Also, it's been a long time since I've done anything serious in C++, > but are you guaranteed that &foo[x] for a vector<> will yield > contiguous memory? Good question. I was used to believe so, but I just had a look at the standard and couldn't