[Openmp-commits] [PATCH] D35269: Removed "duplicates" from verbose affinity output
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jul 11 10:42:02 PDT 2017
jlpeyton created this revision.
The internal details of this setting are not meant to be user visible and only create confusion.
Repository:
rL LLVM
https://reviews.llvm.org/D35269
Files:
runtime/src/kmp_settings.cpp
Index: runtime/src/kmp_settings.cpp
===================================================================
--- runtime/src/kmp_settings.cpp
+++ runtime/src/kmp_settings.cpp
@@ -2296,11 +2296,6 @@
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");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35269.106065.patch
Type: text/x-patch
Size: 507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170711/c5eba58d/attachment.bin>
More information about the Openmp-commits
mailing list