Classes | |
struct | WriteInfo |
Functions | |
void | Initialize () |
void | Finalize () |
bool | UseAsyncOut () |
WriteInfo | GetWriteInfo (int rank) |
void | Submit (std::function< void()> &&a_f) |
void | Submit (std::function< void()> const &a_f) |
void | Finish () |
void | Wait () |
void | Notify () |
void amrex::AsyncOut::Finalize | ( | ) |
void amrex::AsyncOut::Finish | ( | ) |
void amrex::AsyncOut::Initialize | ( | ) |
void amrex::AsyncOut::Notify | ( | ) |
void amrex::AsyncOut::Submit | ( | std::function< void()> && | a_f | ) |
void amrex::AsyncOut::Submit | ( | std::function< void()> const & | a_f | ) |
bool amrex::AsyncOut::UseAsyncOut | ( | ) |
void amrex::AsyncOut::Wait | ( | ) |