MCPcopy 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
692void
693ReduceIntMax (int& r)
694{
695 detail::DoAllReduce<int>(&r,MPI_MAX,1);
696}
697
698void
699ReduceIntMax (int* r, int cnt)

Callers 8

RunStatsMethod · 0.85
RunACTPFMethod · 0.85
InitRegionTimeRangesMethod · 0.85
FinalizeMethod · 0.85
SyncStringsMethod · 0.85
report_Method · 0.85
WriteCallTraceMethod · 0.85
WriteCommStatsMethod · 0.85

Calls 3

sizeMethod · 0.45
dataMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected