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

Function OFSPtrSub

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

Pointer to ofstream

Source from the content-addressed store, hash-verified

80inline bool IOProcessorSub () noexcept { return MyProcSub() == IOProcessorNumberSub(); }
81//! Pointer to ofstream
82inline std::ofstream * OFSPtrSub () noexcept { return frames.back().get_ofs_ptr(); }
83
84#ifdef BL_USE_MPI
85inline void BarrierSub () noexcept { MPI_Barrier(CommunicatorSub()); }

Callers

nothing calls this directly

Calls 1

get_ofs_ptrMethod · 0.80

Tested by

no test coverage detected