How to implement MPI_ALLREDUCE in AMREX? #4004
-
Hey AMReX team, Looking forward to your reply! Yours sincerely, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi solar,
-Andrew |
Beta Was this translation helpful? Give feedback.
Hi solar,
AMReX_ParallelDescriptor.H
contains a number of wrappers around MPI functions like that, including for example ReduceRealMin, which can be used to do what you want here.-Andrew