Skip to content

Commit

Permalink
[OpenMP] Restore comment accidently deleted in D154650
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeyton52 committed Jul 24, 2023
1 parent 1e3bbf7 commit fda2977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmp/runtime/src/kmp_runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5407,6 +5407,7 @@ __kmp_allocate_team(kmp_root_t *root, int new_nproc, int max_nproc,
}

#if (KMP_OS_LINUX || KMP_OS_FREEBSD) && KMP_AFFINITY_SUPPORTED
/* Restore initial primary thread's affinity mask */
new_temp_affinity.restore();
#endif
#if KMP_NESTED_HOT_TEAMS
Expand Down

0 comments on commit fda2977

Please sign in to comment.