Parallel Analog Ensemble
|
Functions | |
void | effective_num_procs (MPI_Comm comm, int *num_procs, int world_rank, const Forecasts &forecasts, Verbose verbose) |
void | scatterObservations (const Observations &send, Observations &recv, int num_procs, int rank, Verbose verbose) |
void | scatterForecasts (const Forecasts &send, Forecasts &recv, int num_procs, int rank, Verbose verbose) |
void | scatterBasicData (const BasicData &send, BasicData &recv, int num_procs, int rank, Verbose verbose) |
void | scatterArray (const Array4D &send, Array4D &recv, int num_procs, int rank, Verbose verbose) |
void | broadcastVector (const std::vector< std::size_t > &send, std::vector< std::size_t > &recv, int rank, Verbose verbose) |
void | broadcastVector (const std::vector< bool > &send, std::vector< bool > &recv, int rank, Verbose verbose) |
void | gatherArray (Array4D &arr, int station_dim_index, int num_procs, int rank, Verbose verbose) |
void FunctionsMPI::broadcastVector | ( | const std::vector< bool > & | send, |
std::vector< bool > & | recv, | ||
int | rank, | ||
Verbose | verbose | ||
) |
void FunctionsMPI::broadcastVector | ( | const std::vector< std::size_t > & | send, |
std::vector< std::size_t > & | recv, | ||
int | rank, | ||
Verbose | verbose | ||
) |
void FunctionsMPI::effective_num_procs | ( | MPI_Comm | comm, |
int * | num_procs, | ||
int | world_rank, | ||
const Forecasts & | forecasts, | ||
Verbose | verbose | ||
) |
void FunctionsMPI::gatherArray | ( | Array4D & | arr, |
int | station_dim_index, | ||
int | num_procs, | ||
int | rank, | ||
Verbose | verbose | ||
) |
void FunctionsMPI::scatterArray | ( | const Array4D & | send, |
Array4D & | recv, | ||
int | num_procs, | ||
int | rank, | ||
Verbose | verbose | ||
) |
void FunctionsMPI::scatterBasicData | ( | const BasicData & | send, |
BasicData & | recv, | ||
int | num_procs, | ||
int | rank, | ||
Verbose | verbose | ||
) |
void FunctionsMPI::scatterForecasts | ( | const Forecasts & | send, |
Forecasts & | recv, | ||
int | num_procs, | ||
int | rank, | ||
Verbose | verbose | ||
) |
void FunctionsMPI::scatterObservations | ( | const Observations & | send, |
Observations & | recv, | ||
int | num_procs, | ||
int | rank, | ||
Verbose | verbose | ||
) |