1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Disable information message

This commit is contained in:
Peter Boyle 2020-01-27 12:28:46 -05:00
parent 48008e4d8b
commit fa856c9669

View File

@ -43,7 +43,6 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#ifdef _OPENMP #ifdef _OPENMP
#define GRID_OMP #define GRID_OMP
#include <omp.h> #include <omp.h>
#warning "Grid is using OpenMP for host loops"
#endif #endif
#ifdef GRID_OMP #ifdef GRID_OMP