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

Function IOProcessorNumberAll

Src/Base/AMReX_ParallelContext.H:63–63  ·  view source on GitHub ↗

IO rank in world communicator

Source from the content-addressed store, hash-verified

61inline int MyProcAll () noexcept { return frames[0].MyProc(); }
62//! IO rank in world communicator
63inline int IOProcessorNumberAll () noexcept { return frames[0].IOProc(); }
64//! Am IO processor for world communicator?
65inline bool IOProcessorAll () noexcept { return MyProcAll() == IOProcessorNumberAll(); }
66//! Pointer to ofstream

Callers 1

IOProcessorAllFunction · 0.85

Calls 1

IOProcMethod · 0.80

Tested by

no test coverage detected