I don't think this will help much, but I can tell you how we handled
this for the coordinated C/R functionality.
When we added automatic recovery and process migration using
coordinated checkpoints to the Open MPI trunk (spring/summer 2010) we
were able to take advantage of the coordinated nature
Probably the best docs to check would be what were referred to in that thread,
and http://www.open-mpi.org/papers/ppam-2005/ for an overview.
Read through ompi/mca/pml/pml.h. It's the interface for the MPI "engine"
behind OMPI's point-to-point functions, like MPI_SEND and MPI_RECV and friends.
Hi,
I just started working on adding a BTL module of TIPC (Transparent
Inter-process Communication) for Open-mpi.
My coworker post this topic a year ago :
http://www.open-mpi.org/community/lists/devel/2010/05/7914.php
I read the thread. I am wondering if someone could provide the documents
me