philip-davis / dataspaces

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

Another IB timing issue #43

Closed philip-davis closed 6 years ago

philip-davis commented 6 years ago

We can get clients released from the boot process and sending RPCs before the servers are ready for them, similar to #42. We need a Barrier before ds_disseminate_all for both master and non-master processes.

Overall, these issues seem to be the result of the removal of various MPI structures without functional replacement.