summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
diff options
context:
space:
mode:
authorAndrey Churbanov <Andrey.Churbanov@intel.com>2015-03-05 17:46:50 +0000
committerAndrey Churbanov <Andrey.Churbanov@intel.com>2015-03-05 17:46:50 +0000
commite4b9213f80fe52a335e80a1e9f7673e1fec7072c (patch)
treec39561b32134933fbc433efdea26980110508484 /openmp/runtime/src
parent7189084bef9b3d17039afbfd582dbc93fe14af55 (diff)
downloadbcm5719-llvm-e4b9213f80fe52a335e80a1e9f7673e1fec7072c.tar.gz
bcm5719-llvm-e4b9213f80fe52a335e80a1e9f7673e1fec7072c.zip
minor change: comment improved
llvm-svn: 231381
Diffstat (limited to 'openmp/runtime/src')
-rw-r--r--openmp/runtime/src/kmp_affinity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_affinity.cpp b/openmp/runtime/src/kmp_affinity.cpp
index 5786d302251..d767140aa4a 100644
--- a/openmp/runtime/src/kmp_affinity.cpp
+++ b/openmp/runtime/src/kmp_affinity.cpp
@@ -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" );
OpenPOWER on IntegriCloud