Stan Math Library
4.9.0
Automatic Differentiation
|
MPI command template which calls the static method distributed_apply of the given class F.
Distributed MPI commands should be registered using the macro STAN_REGISTER_MPI_DISTRIBUTED_APPLY called in the root namespace.
F | type of functor with static distributed_apply method. |
Definition at line 27 of file mpi_distributed_apply.hpp.
#include <mpi_distributed_apply.hpp>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
void | run () const |
Executes the static member distributed_apply of the given functor F. | |
Friends | |
class | boost::serialization::access |