forked from OSchip/llvm-project
parent
7189084bef
commit
e4b9213f80
|
|
@ -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" );
|
||||
|
|
|
|||
Loading…
Reference in New Issue