philip-davis / dataspaces

Git Home of the RDI2 DataSpaces Project
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Ib update #52

Closed pradsubedi closed 5 years ago

pradsubedi commented 5 years ago

Optimizes IB transport layer for dc_alloc for DataSpaces. Uses MPI (if available) to exchange information about peer_list between ranks of same application. Clients do not write conf file to the shared storage i.e., PFS during initialization. Synchronization is inherently done via MPI_Bcast and MPI_Gather instead of sleep (in the existing code).