summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-05-27 23:27:33 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-05-27 23:27:33 +0000
commitcaf09fe0225ef50019df6f495aaf17b40346c4f7 (patch)
tree5d7ae8f7289ff133bae1fb1343c9d01a7b78d689 /openmp/runtime/src
parenta68b880d697c169bb14141780a1cfe1f58d77dc4 (diff)
downloadbcm5719-llvm-caf09fe0225ef50019df6f495aaf17b40346c4f7.tar.gz
bcm5719-llvm-caf09fe0225ef50019df6f495aaf17b40346c4f7.zip
Fix comment about balanced affinity
A while back, Hal mentioned fixing a comment concerning balanced affinity. http://lists.cs.uiuc.edu/pipermail/openmp-dev/2014-December/000358.html I forgot about fixing it until now, but now is better than never. llvm-svn: 238378
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 b5019a4f249..4e9fc4d99a7 100644
--- a/openmp/runtime/src/kmp_affinity.cpp
+++ b/openmp/runtime/src/kmp_affinity.cpp
@@ -3810,7 +3810,7 @@ __kmp_aux_affinity_initialize(void)
goto sortAddresses;
case affinity_balanced:
- // Balanced works only for the case of a single package and uniform topology
+ // Balanced works only for the case of a single package
if( nPackages > 1 ) {
if( __kmp_affinity_verbose || __kmp_affinity_warnings ) {
KMP_WARNING( AffBalancedNotAvail, "KMP_AFFINITY" );
OpenPOWER on IntegriCloud