Draft: Fast one-sided MPI version
Compare changes
- Peter W. Draper authored
Works on real RDMA fabric (needed to move probe and not free windows when some ranks where using them
+ 28
− 25
@@ -189,22 +189,24 @@ static void *send_thread(void *arg) {
@@ -216,9 +218,9 @@ static void *send_thread(void *arg) {
@@ -269,9 +271,10 @@ static void *recv_thread(void *arg) {
@@ -295,13 +298,13 @@ static void *recv_thread(void *arg) {
@@ -452,7 +455,7 @@ int main(int argc, char *argv[]) {
@@ -479,14 +482,14 @@ int main(int argc, char *argv[]) {