This guide describes the steps involved in setting up Open MPI with Fault Tolerance Backplane (FTB) support. FTB support in Open MPI is optional and turned off by default. Following these instructions, one should be able to throw events from Open MPI to the FTB.
FTB support in Open MPI is currently available in the development trunk. Consult the Open MPI website for details on how to access the code either through a Subversion checkout or nightly tarball.
shell$ ./configure --with-ftb=/opt/ <configure args>
shell$ mpirun -np <num_nodes> --mca notifier ftb my-appMore information about the runtime parameters specific to the FTB component can be found in the API section.
orte_notifier_ftb
test in the test/runtime/ directory of the Open MPI installation.