mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-04 23:47:06 +01:00
Thread macro changes
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user