renamed GMX_THREADS to GMX_THREAD_MPI
[alexxy/gromacs.git] / src / kernel / md_openmm.c
index bbc9d1d2dbcdc8803b5527d6e4798b775f3f3eb6..810c2b7ba5431a8c05202669b1fab0b98b453ba1 100644 (file)
@@ -91,7 +91,7 @@
 #include "string2.h"
 #include "copyrite.h"
 
-#ifdef GMX_THREADS
+#ifdef GMX_THREAD_MPI
 #include "tmpi.h"
 #endif
 
@@ -478,7 +478,7 @@ double do_md_openmm(FILE *fplog,t_commrec *cr,int nfile,const t_filenm fnm[],
 
         /* Check whether everything is still allright */
         if (((int)gmx_get_stop_condition() > handled_stop_condition)
-#ifdef GMX_THREADS
+#ifdef GMX_THREAD_MPI
             && MASTER(cr)
 #endif
             )