
1 Apr
2008
1 Apr
'08
11:05 p.m.
Hi Jeff, On Apr 1, 2008, at 4:46 PM, Jeff wrote:
Does the new MPI Library use ASIO for its network ops?
No, Boost.Mpi requires the use of an MPI implementation such as Openmpi, Lam, Mpich and will not work without one. Note that ASIO has no mechanism to communicate across box (this is what MPI does), ASIO handles asynchronous communication within a box. -- Noel