Overture  Version 25
Macros | Functions
broadCast.h File Reference
#include "OvertureTypes.h"
#include "aString.H"
Include dependency graph for broadCast.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MPI_COMM_WORLD   0
 

Functions

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)
 

Macro Definition Documentation

#define MPI_COMM_WORLD   0

Function Documentation

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 
)

References broadCast(), and s.