From d73f0b8618e1c4c84a5b0dc76d6b3e8e6dace17f Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 10 Dec 2019 21:50:06 -0500 Subject: [PATCH] Verbose for temporary debug --- Grid/threads/Pragmas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Grid/threads/Pragmas.h b/Grid/threads/Pragmas.h index d05f8ee9..4d713258 100644 --- a/Grid/threads/Pragmas.h +++ b/Grid/threads/Pragmas.h @@ -43,6 +43,7 @@ Author: paboyle #ifdef _OPENMP #define GRID_OMP #include +#warning "Grid is using OpenMP for host loops" #endif #ifdef GRID_OMP