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

Function ReduceLongSum

Src/Base/AMReX_ParallelDescriptor.cpp:784–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784void
785ReduceLongSum (Long& r)
786{
787 detail::DoAllReduce<Long>(&r,MPI_SUM,1);
788}
789
790void
791ReduceLongSum (Long* r, int cnt)

Callers 15

verify_sameFunction · 0.85
verify_sameFunction · 0.85
mainFunction · 0.85
collateMethod · 0.85
CheckpointPreMethod · 0.85
CheckpointPostMethod · 0.85
WriteAsciiFileMethod · 0.85
InitFromBinaryFileMethod · 0.85
RunStatsMethod · 0.85
RunSendsPFMethod · 0.85

Calls 3

sizeMethod · 0.45
dataMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected