Skip to content
Snippets Groups Projects
Commit 899d7bc3 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Add some clarifying comments about the variants

parent 549ec37b
No related branches found
No related tags found
1 merge request!8Draft: RDMA version with wrapped infinity calls
......@@ -18,6 +18,7 @@
******************************************************************************/
// Pure RDMA version, we use MPI for process control and synchronization.
// Variation uses one sending thread and nranks receiving threads per rank.
#include <arpa/inet.h>
#include <limits.h>
......
......@@ -18,6 +18,7 @@
******************************************************************************/
// Pure RDMA version, we use MPI for process control and synchronization.
// Variation uses one sending thread and one receiving thread per rank.
#include <arpa/inet.h>
#include <limits.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment