Functions | |
void | DoAllReduceReal (Real &r, MPI_Op op) |
void | DoAllReduceLong (long &r, MPI_Op op) |
void | DoAllReduceInt (int &r, MPI_Op op) |
void | DoReduceReal (Real &r, MPI_Op op, int cpu) |
void | DoReduceLong (long &r, MPI_Op op, int cpu) |
void | DoReduceInt (int &r, MPI_Op op, int cpu) |
void | SetNProcsCFD () |
void ParallelDescriptor::util::DoAllReduceInt | ( | int & | r, | |
MPI_Op | op | |||
) |
void ParallelDescriptor::util::DoAllReduceLong | ( | long & | r, | |
MPI_Op | op | |||
) |
void ParallelDescriptor::util::DoReduceInt | ( | int & | r, | |
MPI_Op | op, | |||
int | cpu | |||
) |
void ParallelDescriptor::util::DoReduceLong | ( | long & | r, | |
MPI_Op | op, | |||
int | cpu | |||
) |
void ParallelDescriptor::util::SetNProcsCFD | ( | ) |
Referenced by ParallelDescriptor::NProcsCFD().