MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / ReduceIntSum

Function ReduceIntSum

Src/Base/AMReX_ParallelDescriptor.cpp:646–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646void
647ReduceIntSum (int& r)
648{
649 detail::DoAllReduce<int>(&r,MPI_SUM,1);
650}
651
652void
653ReduceIntSum (int* r, int cnt)

Callers 7

CheckpointPostMethod · 0.85
RunStatsMethod · 0.85
CheckpointPostHDF5Method · 0.85
TryFileOutputMethod · 0.85

Calls 3

sizeMethod · 0.45
dataMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected