1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-22 05:34:30 +00:00

Thread macro changes

This commit is contained in:
paboyle
2018-01-24 13:30:23 +00:00
parent ac56965306
commit 3318de27d6
2 changed files with 3 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ void *PointerCache::Lookup(size_t bytes) {
if (bytes < 4096 ) return NULL;
#ifdef _OPENMP
#ifdef GRID_OMP
assert(omp_in_parallel()==0);
#endif