From fa856c9669eda8793a58769d47c366bb2ce3a7ec Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Mon, 27 Jan 2020 12:28:46 -0500 Subject: [PATCH] Disable information message --- Grid/threads/Pragmas.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Grid/threads/Pragmas.h b/Grid/threads/Pragmas.h index 4d713258..d05f8ee9 100644 --- a/Grid/threads/Pragmas.h +++ b/Grid/threads/Pragmas.h @@ -43,7 +43,6 @@ Author: paboyle #ifdef _OPENMP #define GRID_OMP #include -#warning "Grid is using OpenMP for host loops" #endif #ifdef GRID_OMP