introduce gmx_omp wrapper for the OpenMP API
[alexxy/gromacs.git] / src / mdlib / fft5d.c
index 1337c1119574ebc42b87e6f09da3e6d3b12e8276..c606b6ad6724eeda32a3205f972666c1b05250d2 100644 (file)
 #endif
 
 #ifdef GMX_OPENMP
+/* TODO: Do we still need this? Are we still planning ot use fftw + OpenMP? */
 #define FFT5D_THREADS
 #endif
 #ifdef FFT5D_THREADS
-#include <omp.h>
+#include "gmx_omp.h"
 /* requires fftw compiled with openmp */
 /* #define FFT5D_FFTW_THREADS (now set by cmake) */
 #endif