mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-04 15:37:05 +01:00
P2P
This commit is contained in:
@ -325,8 +325,8 @@ inline ComplexD innerProduct(const Lattice<vobj> &left,const Lattice<vobj> &righ
|
|||||||
assert(ok);
|
assert(ok);
|
||||||
}
|
}
|
||||||
FlightRecorder::StepLog("Start global sum");
|
FlightRecorder::StepLog("Start global sum");
|
||||||
// grid->GlobalSumP2P(nrm);
|
grid->GlobalSumP2P(nrm);
|
||||||
grid->GlobalSum(nrm);
|
// grid->GlobalSum(nrm);
|
||||||
FlightRecorder::StepLog("Finished global sum");
|
FlightRecorder::StepLog("Finished global sum");
|
||||||
// std::cout << " norm "<< nrm << " p2p norm "<<nrmck<<std::endl;
|
// std::cout << " norm "<< nrm << " p2p norm "<<nrmck<<std::endl;
|
||||||
FlightRecorder::ReductionLog(local,real(nrm));
|
FlightRecorder::ReductionLog(local,real(nrm));
|
||||||
|
Reference in New Issue
Block a user