On Tue, 01 Apr 2008 17:05:17 -0600, K. Noel Belcourt wrote:Note that ASIO has no mechanismto communicate across box (this is what MPI does), ASIO handlesasynchronous communication within a box.Really? This is news to me... Has ASIO changed after inclusion intoBoost? I used it to implement a prototype distributed computing system...Or maybe I misunderstand "within/across a box".
Portable networking, including sockets, timers, hostname resolution and socket iostreams.
So it appears you could implement MPI on top of ASIO. My bad.
-- Noel