Boost logo

Boost Users :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-04-02 10:39:58


Hartmut Kaiser wrote:

> Volodya,
>
>> > I'ld rather like to see Asio implemented on top of MPI.
>>
>> How would that be? It seems that Asio is more low-level and generic and
>> MPI,
>> so implementing Asio on top of MPI is not possible.
>
> What I meant is to implement Asio on top of the (highly efficient) MPI
> transport layer. Asio currently supports the IP protocol only, where MPI
> gives you access to a whole bunch of different network implementations
> (Myrinet etc.). Do I misunderstand something?

It seems to me that Asio is a general framework for all things async,
with TCP being the only concrete thing implemented right now. Then, unless
MPI has an comparable framework, you cannot implement Asio on top of MPI.
Unless "implement Asio on top of MPI" means "add support for Myrinet in Asio" :-)

- Volodya


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net