Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ ReduceIntMin
Function
ReduceIntMin
Src/Base/AMReX_ParallelDescriptor.cpp:738–742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
}
737
738
void
739
ReduceIntMin (int& r)
740
{
741
detail::DoAllReduce<int>(&r,MPI_MIN,1);
742
}
743
744
void
745
ReduceIntMin (int* r, int cnt)
Callers
4
RunStats
Method · 0.85
RunACTPF
Method · 0.85
Finalize
Method · 0.85
report_
Method · 0.85
Calls
3
size
Method · 0.45
data
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected