MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / ReduceLongMax

Function ReduceLongMax

Src/Base/AMReX_ParallelDescriptor.cpp:830–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830void
831ReduceLongMax (Long& r)
832{
833 detail::DoAllReduce<Long>(&r,MPI_MAX,1);
834}
835
836void
837ReduceLongMax (Long* r, int cnt)

Callers 10

CheckpointPreMethod · 0.85
InitFromBinaryFileMethod · 0.85
RunSyncPointDataMethod · 0.85
CheckpointPreHDF5Method · 0.85
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