Return the number of MPI ranks per node as defined by MPI_Get_processor_name. This might be the same or different from NProcsPerNode based on MPI_COMM_TYPE_SHARED.
| 236 | //! MPI_Get_processor_name. This might be the same or different from |
| 237 | //! NProcsPerNode based on MPI_COMM_TYPE_SHARED. |
| 238 | inline int NProcsPerProcessor () noexcept { return m_nprocs_per_processor; } |
| 239 | |
| 240 | //! Return the rank in a node defined by MPI_Get_processor_name. This |
| 241 | //! might be the same or different from MyRankInNode based on |