Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / gmxlib / gmx_omp_nthreads.c
index 65d1f1bcbf82e4fc607a0a0afdcebdd2ffcbc20e..5d19d72359cb2f36bbd84aa7e1f00517fec6fdf4 100644 (file)
@@ -442,8 +442,8 @@ void gmx_omp_nthreads_init(FILE *fplog, t_commrec *cr,
                 sprintf(sbuf, "thread-MPI threads");
 #else
                 sprintf(sbuf, "MPI processes");
-                sprintf(sbuf1, " per node");
-                sprintf(sbuf2, "On node %d: o", cr->sim_nodeid);
+                sprintf(sbuf1, " per rank");
+                sprintf(sbuf2, "On rank %d: o", cr->sim_nodeid);
 #endif
             }
 #endif