mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Better to drop KMP_AFFINITY override
This commit is contained in:
parent
e9ff25b06b
commit
6684739452
@ -44,7 +44,7 @@ class GridThread {
|
|||||||
};
|
};
|
||||||
static void SetMaxThreads(void) {
|
static void SetMaxThreads(void) {
|
||||||
#ifdef GRID_OMP
|
#ifdef GRID_OMP
|
||||||
setenv("KMP_AFFINITY","balanced",1);
|
// setenv("KMP_AFFINITY","balanced",1);
|
||||||
_threads = omp_get_max_threads();
|
_threads = omp_get_max_threads();
|
||||||
omp_set_num_threads(_threads);
|
omp_set_num_threads(_threads);
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user