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
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