We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be724e2 + c9c886e commit 6cd1482Copy full SHA for 6cd1482
runtime/src/z_Linux_util.cpp
@@ -1148,7 +1148,6 @@ void __kmp_abt_create_workers(kmp_team_t *team) {
1148
1149
// Set up proc bind.
1150
kmp_proc_bind_t proc_bind = proc_bind_false;
1151
-#if OMP_40_ENABLED
1152
// Set up the affinity of the master thread.
1153
kmp_proc_bind_t team_proc_bind = team->t.t_proc_bind;
1154
if (team_proc_bind == proc_bind_default) {
@@ -1159,7 +1158,6 @@ void __kmp_abt_create_workers(kmp_team_t *team) {
1159
1158
} else if (team_proc_bind != proc_bind_intel) {
1160
proc_bind = team_proc_bind;
1161
}
1162
-#endif
1163
team->t.t_proc_bind_applied = proc_bind;
1164
1165
// Obtain master place id.
0 commit comments