Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ ReduceLongMax
Function
ReduceLongMax
Src/Base/AMReX_ParallelDescriptor.cpp:830–834 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
828
}
829
830
void
831
ReduceLongMax (Long& r)
832
{
833
detail::DoAllReduce<Long>(&r,MPI_MAX,1);
834
}
835
836
void
837
ReduceLongMax (Long* r, int cnt)
Callers
10
CheckpointPre
Method · 0.85
InitFromBinaryFile
Method · 0.85
WriteBinaryParticleDataSync
Function · 0.85
WriteBinaryParticleDataAsync
Function · 0.85
RunSyncPointData
Method · 0.85
CheckpointPreHDF5
Method · 0.85
WriteHDF5ParticleDataSync
Function · 0.85
coarseTimeStep
Method · 0.85
report_
Method · 0.85
PrintUsage
Method · 0.85
Calls
3
size
Method · 0.45
data
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected