renamed GMX_THREADS to GMX_THREAD_MPI
[alexxy/gromacs.git] / include / types / commrec.h
index 2baa5844fe448f8a1d3af3457cbd08113b64a89d..62136607be2d26030b2f984f5c4c8881c6283c15 100644 (file)
@@ -38,7 +38,7 @@
 #ifdef GMX_LIB_MPI
 #include <mpi.h>
 #else
-#ifdef GMX_THREADS
+#ifdef GMX_THREAD_MPI
 #include "../tmpi.h"
 #else
 typedef void* MPI_Comm;