#include "OvertureTypes.h"
#include "aString.H"
Go to the source code of this file.
|
void | broadCast (int &value, const int &fromProcessor=0, MPI_Comm comm=MPI_COMM_WORLD) |
|
void | broadCast (float &value, const int &fromProcessor=0, MPI_Comm comm=MPI_COMM_WORLD) |
|
void | broadCast (double &value, const int &fromProcessor=0, MPI_Comm comm=MPI_COMM_WORLD) |
|
void | broadCast (bool &value, const int &fromProcessor=0, MPI_Comm comm=MPI_COMM_WORLD) |
|
void | broadCast (intSerialArray &buff, const int &fromProcessor=0, MPI_Comm comm=MPI_COMM_WORLD) |
|
void | broadCast (floatSerialArray &buff, const int &fromProcessor=0, MPI_Comm comm=MPI_COMM_WORLD) |
|
void | broadCast (doubleSerialArray &buff, const int &fromProcessor=0, MPI_Comm comm=MPI_COMM_WORLD) |
|
void | broadCast (aString &string, const int &fromProcessor=0, MPI_Comm comm=MPI_COMM_WORLD) |
|
void broadCast |
( |
int & |
value, |
|
|
const int & |
fromProcessor = 0 , |
|
|
MPI_Comm |
comm = MPI_COMM_WORLD |
|
) |
| |
void broadCast |
( |
float & |
value, |
|
|
const int & |
fromProcessor = 0 , |
|
|
MPI_Comm |
comm = MPI_COMM_WORLD |
|
) |
| |
void broadCast |
( |
double & |
value, |
|
|
const int & |
fromProcessor = 0 , |
|
|
MPI_Comm |
comm = MPI_COMM_WORLD |
|
) |
| |
void broadCast |
( |
bool & |
value, |
|
|
const int & |
fromProcessor = 0 , |
|
|
MPI_Comm |
comm = MPI_COMM_WORLD |
|
) |
| |
void broadCast |
( |
intSerialArray & |
buff, |
|
|
const int & |
fromProcessor = 0 , |
|
|
MPI_Comm |
comm = MPI_COMM_WORLD |
|
) |
| |
void broadCast |
( |
floatSerialArray & |
buff, |
|
|
const int & |
fromProcessor = 0 , |
|
|
MPI_Comm |
comm = MPI_COMM_WORLD |
|
) |
| |
void broadCast |
( |
doubleSerialArray & |
buff, |
|
|
const int & |
fromProcessor = 0 , |
|
|
MPI_Comm |
comm = MPI_COMM_WORLD |
|
) |
| |