Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ ReduceIntMax
Function
ReduceIntMax
Src/Base/AMReX_ParallelDescriptor.cpp:692–696 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
690
}
691
692
void
693
ReduceIntMax (int& r)
694
{
695
detail::DoAllReduce<int>(&r,MPI_MAX,1);
696
}
697
698
void
699
ReduceIntMax (int* r, int cnt)
Callers
8
RunStats
Method · 0.85
RunACTPF
Method · 0.85
InitRegionTimeRanges
Method · 0.85
Finalize
Method · 0.85
SyncStrings
Method · 0.85
report_
Method · 0.85
WriteCallTrace
Method · 0.85
WriteCommStats
Method · 0.85
Calls
3
size
Method · 0.45
data
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected