Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
784
void
785
ReduceLongSum (Long& r)
786
{
787
detail::DoAllReduce<Long>(&r,MPI_SUM,1);
788
}
789
790
void
791
ReduceLongSum (Long* r, int cnt)
Callers
15
verify_same
Function · 0.85
verify_same
Function · 0.85
main
Function · 0.85
collate
Method · 0.85
CheckpointPre
Method · 0.85
CheckpointPost
Method · 0.85
WriteAsciiFile
Method · 0.85
AMReX_ParticleInit.H
File · 0.85
InitFromBinaryFile
Method · 0.85
WriteBinaryParticleDataSync
Function · 0.85
RunStats
Method · 0.85
RunSendsPF
Method · 0.85
Calls
3
size
Method · 0.45
data
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected