introduce gmx_omp wrapper for the OpenMP API
[alexxy/gromacs.git] / src / config.h.cmakein
index 0472b8412d7dd4db6456d8fbbed85508e5d45c31..81fd750a999abbe08747995941e122cd6bd78bd3 100644 (file)
    (MPI or thread_mpi) */
 #cmakedefine GMX_MPI
 
-/* Use threads for parallelization */
+/* Use threads_mpi for parallelization */
 #cmakedefine GMX_THREAD_MPI
 
+/* Use OpenMP multithreading */
+#cmakedefine GMX_OPENMP
+
 /* Use old threading (domain decomp force calc) code */
 #cmakedefine GMX_THREAD_SHM_FDECOMP