forked from OSchip/llvm-project
Removed "duplicates" from verbose affinity output
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
This commit is contained in:
parent
a49442f323
commit
f6f2c6e47f
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue