Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / network.h
index f0ae524c17e90888af94adc4c77852e65d7df0d1..0824c6576a231facc2500b714e8d371fc923cd88 100644 (file)
@@ -45,8 +45,8 @@
 
 #include <stdio.h>
 
-#include "../utility/basedefinitions.h"
-#include "../utility/fatalerror.h"
+#include "gromacs/utility/basedefinitions.h"
+#include "gromacs/utility/fatalerror.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -136,7 +136,7 @@ gmx_fatal_collective(int f_errno, const char *file, int line,
 /* This doesn't currently work if enabled (needs some header cleanup). */
 #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