Implementation of a cool communication layer.
- @danghvu (danghvu@gmail.com)
- @snirmarc
make
make install PREFIX=$INSTALLDIR
See examples/ for some example code.
See include/lc.h for public APIs.
doxygen
for a full documentation.
We use PMI for launching the jobs and hook to MPI rank. Since we have no control on what MPI may do with the PMI, initialize with LCI first (lc_open) before MPI_Init is the best approach.
TBD