1#include "../include/simulation_time_handler.h"
69 boost::mpi::communicator comm;
73 all_reduce(comm, boost::mpi::inplace_t<real*>(
h_dt), 1, boost::mpi::minimum<real>());
76 all_reduce(comm, boost::mpi::inplace_t<real*>(
d_dt), 1, boost::mpi::minimum<real>());
SimulationTime * h_simulationTime
void globalizeTimeStep(Execution::Location exLoc)
void copy(To::Target target)
SimulationTimeHandler(real dt, real endTime, real dt_max)
SimulationTime * d_simulationTime
CUDA_CALLABLE_MEMBER void set(real *dt, real *startTime, real *subEndTime, real *endTime, real *currentTime, real *dt_max)
void set(SimulationTime *simulationTime, real *dt, real *startTime, real *subEndTime, real *endTime, real *currentTime, real *dt_max)
void copy(T *h_var, T *d_var, std::size_t count=1, To::Target copyTo=To::device)
Copy between host and device and vice-versa.
void free(T *d_var)
Free device memory.
void malloc(T *&d_var, std::size_t count)
Allocate device memory.