Skip to content

Commit

Permalink
Removed "duplicates" from verbose affinity output
Browse files Browse the repository at this point in the history
The internal details of this setting are not meant to be user visible and only create confusion.

Differential Revision: https://reviews.llvm.org/D35269

llvm-svn: 308189
  • Loading branch information
jpeyton52 committed Jul 17, 2017
1 parent a49442f commit f6f2c6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions openmp/runtime/src/kmp_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2296,11 +2296,6 @@ static void __kmp_stg_print_affinity(kmp_str_buf_t *buffer, char const *name,
break;
#endif /* KMP_GROUP_AFFINITY */
}
if (__kmp_affinity_dups) {
__kmp_str_buf_print(buffer, "%s,", "duplicates");
} else {
__kmp_str_buf_print(buffer, "%s,", "noduplicates");
}
}
if (!KMP_AFFINITY_CAPABLE()) {
__kmp_str_buf_print(buffer, "%s", "disabled");
Expand Down

0 comments on commit f6f2c6e

Please sign in to comment.