send no noise message to core A and B
This commit is contained in:
parent
ce9435612c
commit
18ef7ad7d8
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ int icc_mail_noise(void) {
|
|||
|
||||
/* send a mail to each UE */
|
||||
for( j=0; j<num_ranks; ++j ) {
|
||||
// if( (j == CORE_A) /* || (j == CORE_B)*/ ) continue;
|
||||
if( (j == CORE_A) || (j == CORE_B)) continue;
|
||||
|
||||
/* send noise mail */
|
||||
tmr = rdtsc();
|
||||
|
|
Loading…
Add table
Reference in a new issue