MCPcopy 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
738void
739ReduceIntMin (int& r)
740{
741 detail::DoAllReduce<int>(&r,MPI_MIN,1);
742}
743
744void
745ReduceIntMin (int* r, int cnt)

Callers 4

RunStatsMethod · 0.85
RunACTPFMethod · 0.85
FinalizeMethod · 0.85
report_Method · 0.85

Calls 3

sizeMethod · 0.45
dataMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected