* \ingroup amrex_mpi * \brief The MPI rank number of the I/O Processor (probably rank 0). * This rank is usually used to write to stdout. */
| 276 | * This rank is usually used to write to stdout. |
| 277 | */ |
| 278 | inline int |
| 279 | IOProcessorNumber () noexcept |
| 280 | { |
| 281 | return ioProcessor; |
| 282 | } |
| 283 | /** |
| 284 | * \ingroup amrex_mpi |
| 285 | * \brief Is this CPU the I/O Processor? |