On Dec 2, 2007, at 8:43 AM, Jeff Squyres wrote:
On Dec 1, 2007, at 8:25 PM, William Yu wrote:
On the boost front, I liked how they implemented their MPI interface that takes advantage of C++ language constructs over and above a simple overlay or wrapper.
However, boost's implementation is boost specific right? I can't compile the same code to another library because it is not standardized. Fortunately, boost is open source.
Boost is a standalone system that (as I understand it) works on top of most/any underlying MPI implementation/s.
It is not a standard; I do not believe that it was designed to be interoperable with anything.
- Doug