#include <AMReX_AsyncOut.H>
#include <AMReX_BackgroundThread.H>
#include <AMReX_ParallelDescriptor.H>
#include <AMReX_Vector.H>
#include <AMReX_ParmParse.H>
#include <AMReX_Utility.H>
#include <AMReX.H>
Namespaces | |
namespace | amrex |
namespace | amrex::AsyncOut |
Functions | |
void | amrex::AsyncOut::Initialize () |
void | amrex::AsyncOut::Finalize () |
bool | amrex::AsyncOut::UseAsyncOut () |
WriteInfo | amrex::AsyncOut::GetWriteInfo (int rank) |
void | amrex::AsyncOut::Submit (std::function< void()> &&a_f) |
void | amrex::AsyncOut::Submit (std::function< void()> const &a_f) |
void | amrex::AsyncOut::Finish () |
void | amrex::AsyncOut::Wait () |
void | amrex::AsyncOut::Notify () |