diff options
Diffstat (limited to 'openmp/runtime/src/kmp_global.cpp')
-rw-r--r-- | openmp/runtime/src/kmp_global.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_global.cpp b/openmp/runtime/src/kmp_global.cpp index 87c0a66..323d13e 100644 --- a/openmp/runtime/src/kmp_global.cpp +++ b/openmp/runtime/src/kmp_global.cpp @@ -135,11 +135,9 @@ int __kmp_tp_cached = 0; int __kmp_dispatch_num_buffers = KMP_DFLT_DISP_NUM_BUFF; int __kmp_dflt_max_active_levels = 1; // Nesting off by default bool __kmp_dflt_max_active_levels_set = false; // Don't override set value -#if KMP_NESTED_HOT_TEAMS int __kmp_hot_teams_mode = 0; /* 0 - free extra threads when reduced */ /* 1 - keep extra threads when reduced */ int __kmp_hot_teams_max_level = 1; /* nesting level of hot teams */ -#endif enum library_type __kmp_library = library_none; enum sched_type __kmp_sched = kmp_sch_default; /* scheduling method for runtime scheduling */ |