[Openmp-commits] [openmp] r231381 - minor change: comment improved

Andrey Churbanov Andrey.Churbanov at intel.com
Thu Mar 5 09:46:50 PST 2015


Author: achurbanov
Date: Thu Mar  5 11:46:50 2015
New Revision: 231381

URL: http://llvm.org/viewvc/llvm-project?rev=231381&view=rev
Log:
minor change: comment improved

Modified:
    openmp/trunk/runtime/src/kmp_affinity.cpp

Modified: openmp/trunk/runtime/src/kmp_affinity.cpp
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/kmp_affinity.cpp?rev=231381&r1=231380&r2=231381&view=diff
==============================================================================
--- openmp/trunk/runtime/src/kmp_affinity.cpp (original)
+++ openmp/trunk/runtime/src/kmp_affinity.cpp Thu Mar  5 11:46:50 2015
@@ -3800,7 +3800,7 @@ __kmp_aux_affinity_initialize(void)
         goto sortAddresses;
 
         case affinity_balanced:
-        // Balanced works only for the case of a single package
+        // Balanced works only for the case of a single package and uniform topology
         if( nPackages > 1 ) {
             if( __kmp_affinity_verbose || __kmp_affinity_warnings ) {
                 KMP_WARNING( AffBalancedNotAvail, "KMP_AFFINITY" );





More information about the Openmp-commits mailing list