hep-mc
0.8
|
Default callback type used in all MPI integration algorithms.
Public Types | |
using | numeric_type = typename Checkpoint::result_type::numeric_type |
Public Member Functions | |
mpi_callback (callback_mode mode=callback_mode::verbose, std::string const &filename="", numeric_type target_rel_err=numeric_type()) | |
bool | operator() (MPI_Comm communicator, Checkpoint const &chkpt) |
using hep::mpi_callback< Checkpoint >::numeric_type = typename Checkpoint::result_type::numeric_type |
Numeric type used by the checkpoint.
|
inline |
Constructor.
|
inline |
Callback function. Calls the corresponding non-MPI function if the rank of the process is 0
.