MCPcopy 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
876void
877ReduceLongMin (Long& r)
878{
879 detail::DoAllReduce<Long>(&r,MPI_MIN,1);
880}
881
882void
883ReduceLongMin (Long* r, int cnt)

Callers 3

coarseTimeStepMethod · 0.85
report_Method · 0.85
PrintUsageMethod · 0.85

Calls 3

sizeMethod · 0.45
dataMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected