1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-05 11:45:56 +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
#define GRID_OMP
#include <omp.h>
#warning "Grid is using OpenMP for host loops"
#endif
#ifdef GRID_OMP