1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-07 04:35:56 +01:00

Verbose for temporary debug

This commit is contained in:
Peter Boyle 2019-12-10 21:50:06 -05:00
parent 0b3a3562c3
commit d73f0b8618

View File

@ -43,6 +43,7 @@ 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