Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
646
void
647
ReduceIntSum (int& r)
648
{
649
detail::DoAllReduce<int>(&r,MPI_SUM,1);
650
}
651
652
void
653
ReduceIntSum (int* r, int cnt)
Callers
7
CheckpointPost
Method · 0.85
WriteBinaryParticleDataSync
Function · 0.85
RunStats
Method · 0.85
CheckpointPostHDF5
Method · 0.85
WriteHDF5ParticleDataSync
Function · 0.85
ParticleContainerToBlueprint
Function · 0.85
TryFileOutput
Method · 0.85
Calls
3
size
Method · 0.45
data
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected