OpenLB 1.7
Loading...
Searching...
No Matches
olb::singleton::MpiManager Member List

This is the complete list of members for olb::singleton::MpiManager, including all inherited members.

barrier(MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
bCast(T *sendBuf, int sendCount, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
bCast(util::ADf< T, DIM > *sendBuf, int sendCount, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
bCast(BlockData< 2, util::ADf< T, DIM >, util::ADf< T, DIM > > &sendData, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
bCast(T &sendVal, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
bCast(std::string &message, int root=0)olb::singleton::MpiManager
bCast(BlockData< 2, double, double > &sendData, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
bCast(BlockData< 2, float, float > &sendData, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
bCast(bool *sendBuf, int sendCount, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(char *sendBuf, int sendCount, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(unsigned char *sendBuf, int sendCount, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(int *sendBuf, int sendCount, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(unsigned long *sendBuf, int sendCount, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(float *sendBuf, int sendCount, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(double *sendBuf, int sendCount, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(bool &sendVal, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(char &sendVal, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(unsigned char &sendVal, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(int &sendVal, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(unsigned long &sendVal, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(float &sendVal, int root, MPI_Comm comm)olb::singleton::MpiManager
bCast(double &sendVal, int root, MPI_Comm comm)olb::singleton::MpiManager
bCastThroughMaster(T *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
bCastThroughMaster(util::ADf< T, DIM > *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
bCastThroughMaster(bool *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm)olb::singleton::MpiManager
bCastThroughMaster(char *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm)olb::singleton::MpiManager
bCastThroughMaster(int *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm)olb::singleton::MpiManager
bCastThroughMaster(float *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm)olb::singleton::MpiManager
bCastThroughMaster(double *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm)olb::singleton::MpiManager
bossId() constolb::singleton::MpiManager
gather(T *sendBuf, int sendCount, T *recvBuf, int recvCount, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
gather(int *sendBuf, int sendCount, int *recvBuf, int recvCount, int root, MPI_Comm comm)olb::singleton::MpiManager
gatherv(T *sendBuf, int sendCount, T *recvBuf, int *recvCounts, int *displs, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
gatherv(bool *sendBuf, int sendCount, bool *recvBuf, int *recvCounts, int *displs, int root, MPI_Comm comm)olb::singleton::MpiManager
gatherv(char *sendBuf, int sendCount, char *recvBuf, int *recvCounts, int *displs, int root, MPI_Comm comm)olb::singleton::MpiManager
gatherv(int *sendBuf, int sendCount, int *recvBuf, int *recvCounts, int *displs, int root, MPI_Comm comm)olb::singleton::MpiManager
gatherv(float *sendBuf, int sendCount, float *recvBuf, int *recvCounts, int *displs, int root, MPI_Comm comm)olb::singleton::MpiManager
gatherv(double *sendBuf, int sendCount, double *recvBuf, int *recvCounts, int *displs, int root, MPI_Comm comm)olb::singleton::MpiManager
getRank() constolb::singleton::MpiManager
getSize() constolb::singleton::MpiManager
getTime() constolb::singleton::MpiManager
ibSend(T *buf, int count, int dest, MPI_Request *request, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
ibSend(util::ADf< T, DIM > *buf, int count, int dest, MPI_Request *request, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
ibSend(bool *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
ibSend(char *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
ibSend(int *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
ibSend(float *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
ibSend(double *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
init(int *argc, char ***argv, bool verbose=true)olb::singleton::MpiManager
iRecv(T *buf, int count, int source, MPI_Request *request, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
iRecv(util::ADf< T, DIM > *buf, int count, int source, MPI_Request *request, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
iRecv(bool *buf, int count, int source, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
iRecv(char *buf, int count, int source, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
iRecv(int *buf, int count, int source, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
iRecv(float *buf, int count, int source, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
iRecv(double *buf, int count, int source, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
iSend(T *buf, int count, int dest, MPI_Request *request, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
iSend(util::ADf< T, DIM > *buf, int count, int dest, MPI_Request *request, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
iSend(bool *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
iSend(char *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
iSend(int *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
iSend(float *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
iSend(double *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
iSend(long double *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
isMainProcessor() constolb::singleton::MpiManager
mpiolb::singleton::MpiManagerfriend
probeReceiveSize(int source, MPI_Datatype type, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
probeReceiveSize(int source, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
receive(T *buf, int count, int source, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
receive(util::ADf< T, DIM > *buf, int count, int source, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
receive(std::vector< args... > &vec, int source, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManagerinline
receive(std::array< T, N > &array, int source, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManagerinline
receive(bool *buf, int count, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
receive(char *buf, int count, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
receive(int *buf, int count, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
receive(float *buf, int count, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
receive(double *buf, int count, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
receive(long double *buf, int count, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
recvInit(T *buf, int count, int dest, MPI_Request *request, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
recvInit(util::ADf< T, DIM > *buf, int count, int dest, MPI_Request *request, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
recvInit(double *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
recvInit(int *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
reduce(T &sendVal, T &recvVal, MPI_Op op, int root=0, MPI_Comm=MPI_COMM_WORLD)olb::singleton::MpiManager
reduce(util::ADf< T, DIM > &sendVal, util::ADf< T, DIM > &recvVal, MPI_Op op, int root=0, MPI_Comm=MPI_COMM_WORLD)olb::singleton::MpiManager
reduce(BlockData< 2, util::ADf< T, DIM >, util::ADf< T, DIM > > &sendVal, BlockData< 2, util::ADf< T, DIM >, util::ADf< T, DIM > > &recvVal, MPI_Op op, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
reduce(bool &sendVal, bool &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduce(char &sendVal, char &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduce(int &sendVal, int &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduce(float &sendVal, float &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduce(double &sendVal, double &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduce(BlockData< 2, double, int > &sendVal, BlockData< 2, double, int > &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduce(BlockData< 2, double, double > &sendVal, BlockData< 2, double, double > &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduce(BlockData< 2, float, float > &sendVal, BlockData< 2, float, float > &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceAndBcast(T &reductVal, MPI_Op op, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
reduceAndBcast(util::ADf< T, DIM > &reductVal, MPI_Op op, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
reduceAndBcast(bool &reductVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceAndBcast(char &reductVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceAndBcast(int &reductVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceAndBcast(float &reductVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceAndBcast(double &reductVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceAndBcast(long double &reductVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceAndBcast(long &reductVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceAndBcast(unsigned long &reductVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceVect(std::vector< T > &sendVal, std::vector< T > &recvVal, MPI_Op op, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
reduceVect(std::vector< char > &sendVal, std::vector< char > &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceVect(std::vector< int > &sendVal, std::vector< int > &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceVect(std::vector< float > &sendVal, std::vector< float > &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
reduceVect(std::vector< double > &sendVal, std::vector< double > &recvVal, MPI_Op op, int root, MPI_Comm comm)olb::singleton::MpiManager
scatterv(T *sendBuf, int *sendCounts, int *displs, T *recvBuf, int recvCount, int root=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
scatterv(bool *sendBuf, int *sendCounts, int *displs, bool *recvBuf, int recvCount, int root, MPI_Comm comm)olb::singleton::MpiManager
scatterv(char *sendBuf, int *sendCounts, int *displs, char *recvBuf, int recvCount, int root, MPI_Comm comm)olb::singleton::MpiManager
scatterv(int *sendBuf, int *sendCounts, int *displs, int *recvBuf, int recvCount, int root, MPI_Comm comm)olb::singleton::MpiManager
scatterv(float *sendBuf, int *sendCounts, int *displs, float *recvBuf, int recvCount, int root, MPI_Comm comm)olb::singleton::MpiManager
scatterv(double *sendBuf, int *sendCounts, int *displs, double *recvBuf, int recvCount, int root, MPI_Comm comm)olb::singleton::MpiManager
send(T *buf, int count, int dest, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
send(util::ADf< T, DIM > *buf, int count, int dest, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
send(std::vector< args... > &vec, int dest, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManagerinline
send(std::array< T, N > &array, int dest, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManagerinline
send(bool *buf, int count, int dest, int tag, MPI_Comm comm)olb::singleton::MpiManager
send(char *buf, int count, int dest, int tag, MPI_Comm comm)olb::singleton::MpiManager
send(int *buf, int count, int dest, int tag, MPI_Comm comm)olb::singleton::MpiManager
send(float *buf, int count, int dest, int tag, MPI_Comm comm)olb::singleton::MpiManager
send(double *buf, int count, int dest, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendInit(T *buf, int count, int dest, MPI_Request *request, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
sendInit(util::ADf< T, DIM > *buf, int count, int dest, MPI_Request *request, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
sendInit(double *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendInit(int *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendInit(bool *buf, int count, int dest, MPI_Request *request, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendRecv(T *sendBuf, T *recvBuf, int count, int dest, int source, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
sendRecv(util::ADf< T, DIM > *sendBuf, util::ADf< T, DIM > *recvBuf, int count, int dest, int source, int tag=0, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
sendRecv(bool *sendBuf, bool *recvBuf, int count, int dest, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendRecv(char *sendBuf, char *recvBuf, int count, int dest, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendRecv(int *sendBuf, int *recvBuf, int count, int dest, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendRecv(float *sendBuf, float *recvBuf, int count, int dest, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendRecv(long *sendBuf, long *recvBuf, int count, int dest, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendRecv(double *sendBuf, double *recvBuf, int count, int dest, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendRecv(long double *sendBuf, long double *recvBuf, int count, int dest, int source, int tag, MPI_Comm comm)olb::singleton::MpiManager
sendToMaster(T *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
sendToMaster(bool *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm)olb::singleton::MpiManager
sendToMaster(char *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm)olb::singleton::MpiManager
sendToMaster(int *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm)olb::singleton::MpiManager
sendToMaster(float *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm)olb::singleton::MpiManager
sendToMaster(double *sendBuf, int sendCount, bool iAmRoot, MPI_Comm comm)olb::singleton::MpiManager
synchronizeIO(unsigned tDelay=100, MPI_Comm comm=MPI_COMM_WORLD)olb::singleton::MpiManager
wait(MPI_Request *request, MPI_Status *status)olb::singleton::MpiManager
waitAll(MpiNonBlockingHelper &mpiNbHelper)olb::singleton::MpiManager