
12 Sep
2006
12 Sep
'06
2:11 p.m.
Douglas Gregor wrote:
On Sep 6, 2006, at 5:10 PM, Dean Michael Berris wrote:
...
mpi::communicator c; std::string str("Hello, World!"); c.send(tag=0, rank=1, value=str); c.send(rank=1, tag=0, value=str); c.send(value=str, rank=1, tag=0);
I like this a lot. I expect it will be very easy to do with with the Parameter library :)
I also like this, and add my voice to supporting it. John Phillips