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

Function MyRankInProcessor

Src/Base/AMReX_ParallelDescriptor.H:243–243  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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

Callers 1

InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected