Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ ReduceLongMin
Function
ReduceLongMin
Src/Base/AMReX_ParallelDescriptor.cpp:876–880 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
874
}
875
876
void
877
ReduceLongMin (Long& r)
878
{
879
detail::DoAllReduce<Long>(&r,MPI_MIN,1);
880
}
881
882
void
883
ReduceLongMin (Long* r, int cnt)
Callers
3
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