Searched refs:sqValue (Results 1 – 1 of 1) sorted by relevance
44 double sqValue = 0., sqValueAvg = 0.; in rgetMinMaxAvg() local61 sqValue = (*value)*(*value); in rgetMinMaxAvg()62 MPI_Allreduce(&sqValue,&sqValueAvg,1,MPI_DOUBLE,MPI_SUM,MPI_COMM_WORLD); in rgetMinMaxAvg()