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

More tidy up

parent ace196f8
Branches
No related tags found
1 merge request!8Draft: RDMA version with wrapped infinity calls
......@@ -190,12 +190,13 @@ static void *send_thread(void *arg) {
// Get QP to the other rank. Note we cannot do this until the related
// server is up and running, so make sure that is true..
// message("%d waiting for connection to remote server %s %d on %d", myrank,
// server_ip, rank, BASE_PORT + myrank);
if (verbose)
message("%d waiting for connection to remote server %s %d on %d", myrank,
server_ip, rank, BASE_PORT + myrank);
auto *qp = qpFactory->connectToRemoteHost(server_ip, BASE_PORT + myrank);
// message("%d connected to remote server %s %d on %d", myrank, server_ip,
// rank,
// BASE_PORT + myrank);
if (verbose)
message("%d connected to remote server %s %d on %d", myrank, server_ip,
rank, BASE_PORT + myrank);
for (int k = 0; k < nr_send; k++) {
struct mpiuse_log_entry *log = send_queue[k];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment