Use parallel terminology more consistently
[alexxy/gromacs.git] / src / gromacs / legacyheaders / network.h
index 1e5cbdf60fc2113d8c8eed50627a1380dc934104..8db571ea9c36902f880ea3b13cfa4da5daef71a1 100644 (file)
@@ -136,7 +136,7 @@ void gmx_abort(int nodeid, int nnodes, int errorno);
 
 #ifdef DEBUG_GMX
 #define debug_gmx() do { FILE *fp = debug ? debug : stderr; \
-                         if (bDebugMode()) { fprintf(fp, "NODEID=%d, %s  %d\n", gmx_mpi_initialized() ? gmx_node_rank() : -1, __FILE__, __LINE__); } fflush(fp); } while (0)
+                         if (bDebugMode()) { fprintf(fp, "rank=%d, %s  %d\n", gmx_mpi_initialized() ? gmx_node_rank() : -1, __FILE__, __LINE__); } fflush(fp); } while (0)
 #else
 #define debug_gmx()
 #endif