changeset 25:1d2e1cc75356 perf_tuning_paper

move receivePr to core 0
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 17 Apr 2012 19:46:38 +0200
parents 1f1603c15b61
children 30910c0b615a
files SSR_Matrix_Mult/Divide_Pr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/SSR_Matrix_Mult/Divide_Pr.c	Tue Apr 17 19:45:47 2012 +0200
     1.2 +++ b/SSR_Matrix_Mult/Divide_Pr.c	Tue Apr 17 19:46:38 2012 +0200
     1.3 @@ -196,7 +196,7 @@
     1.4  
     1.5              DEBUG__printf(dbgAppFlow,"**create result Pr**")
     1.6        resultPr =
     1.7 -         SSR__create_procr_with( &gatherResults, resultsParams, animPr);
     1.8 +         SSR__create_procr_with_affinity( &gatherResults, resultsParams, animPr,0);
     1.9  
    1.10           //Make the sub-matrices, and pair them up, and make processor to
    1.11           // calc product of each pair.