Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / mdlib / domdec_con.c
index 728d2afd90bc5c35c436d7f496bec4a805f99ba2..7e4062cb9ae84220e4a78353aa5a514dfe3f9183 100644 (file)
@@ -643,8 +643,8 @@ static int setup_specat_communication(gmx_domdec_t             *dd,
                             nsend, 2, buf, 2);
             if (debug)
             {
-                fprintf(debug, "Send to node %d, %d (%d) indices, "
-                        "receive from node %d, %d (%d) indices\n",
+                fprintf(debug, "Send to rank %d, %d (%d) indices, "
+                        "receive from rank %d, %d (%d) indices\n",
                         dd->neighbor[d][1-dir], nsend[1], nsend[0],
                         dd->neighbor[d][dir], buf[1], buf[0]);
                 if (gmx_debug_at)