#include "sigma_MPI.h"
Go to the source code of this file.
Functions | |
void | initialize_MPI (int &myid, int &nproc) |
void | finalize_MPI () |
void | execute_sigma_experiment (sigma_input &input) |
local void | slave_part_of_experiment (sigma_input input, scatter_exp &experiment) |
void | slave_process (int master, sigma_input &input, MPI_Datatype inputtype, scatter_exp &experiment, MPI_Datatype scatter_exp_type) |
void | terminate_all_processors () |
int | master_process (sigma_out &out, sigma_input &input, MPI_Datatype inputtype, scatter_exp &experiment, MPI_Datatype scatter_exp_type) |
|
Definition at line 63 of file MPI_sigma.C. |
|
Definition at line 57 of file MPI_sigma.C. Referenced by execute_sigma_experiment(). |
|
Definition at line 53 of file MPI_sigma.C. Referenced by execute_sigma_experiment(). |
|
Definition at line 364 of file MPI_sigma.C. |
|
Definition at line 87 of file MPI_sigma.C. Referenced by slave_process(). |
|
Definition at line 210 of file MPI_sigma.C. |
|
Definition at line 245 of file MPI_sigma.C. Referenced by get_sigma(). |