Use parallel terminology more consistently
[alexxy/gromacs.git] / src / gromacs / mdlib / sim_util.c
index e1489fdaf5fcf35b146e01c8454e6753b8d20c61..a219905290108a17eb4f57bcaa5fb718b22fe36b 100644 (file)
@@ -178,7 +178,7 @@ void print_date_and_time(FILE *fplog, int nodeid, const char *title,
         time_string[i] = '\0';
     }
 
-    fprintf(fplog, "%s on node %d %s\n", title, nodeid, time_string);
+    fprintf(fplog, "%s on rank %d %s\n", title, nodeid, time_string);
 }
 
 void print_start(FILE *fplog, t_commrec *cr,