[Openmp-commits] [PATCH] D35269: Removed "duplicates" from verbose affinity output

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jul 17 10:07:32 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL308189: Removed "duplicates" from verbose affinity output (authored by jlpeyton).

Changed prior to commit:
  https://reviews.llvm.org/D35269?vs=106065&id=106897#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35269

Files:
  openmp/trunk/runtime/src/kmp_settings.cpp


Index: openmp/trunk/runtime/src/kmp_settings.cpp
===================================================================
--- openmp/trunk/runtime/src/kmp_settings.cpp
+++ openmp/trunk/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.106897.patch
Type: text/x-patch
Size: 546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170717/7c794058/attachment.bin>


More information about the Openmp-commits mailing list