aboutsummaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2017-07-17 17:06:43 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2017-07-17 17:06:43 +0000
commitf6f2c6e47fe607925f5e3b849944fd7379add513 (patch)
treea1a5e161e35f4f655a90852340fb0f76bec689fb /openmp
parenta49442f323872401ca733fa4760d081be75cf331 (diff)
downloadllvm-f6f2c6e47fe607925f5e3b849944fd7379add513.zip
llvm-f6f2c6e47fe607925f5e3b849944fd7379add513.tar.gz
llvm-f6f2c6e47fe607925f5e3b849944fd7379add513.tar.bz2
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
Diffstat (limited to 'openmp')
-rw-r--r--openmp/runtime/src/kmp_settings.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/openmp/runtime/src/kmp_settings.cpp b/openmp/runtime/src/kmp_settings.cpp
index 2461fd0..2360ed8 100644
--- a/openmp/runtime/src/kmp_settings.cpp
+++ b/openmp/runtime/src/kmp_settings.cpp
@@ -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");