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

Function IOProcessorNumber

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

* \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. */

Source from the content-addressed store, hash-verified

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?

Callers 15

minAndMaxDistanceMethod · 0.85
gatherSourceParticlesMethod · 0.85
testRedistributeGlobalDMFunction · 0.85
mainFunction · 0.85
printTotalMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
refluxMethod · 0.85
mainFunction · 0.85

Calls 1

CommunicatorFunction · 0.85

Tested by 2

mainFunction · 0.68
getErrorNormsFunction · 0.68