Return the rank in a node defined by MPI_Get_processor_name. This might be the same or different from MyRankInNode based on MPI_COMM_TYPE_SHARED.
| 241 | //! might be the same or different from MyRankInNode based on |
| 242 | //! MPI_COMM_TYPE_SHARED. |
| 243 | inline int MyRankInProcessor () noexcept { return m_rank_in_processor; } |
| 244 | |
| 245 | #ifdef AMREX_USE_MPI |
| 246 | /// \cond DOXYGEN_IGNORE |