|
| template<typename K , typename V > |
| void | Max (KeyValuePair< K, V > &vi, int root, MPI_Comm comm) |
| |
| template<typename K , typename V > |
| void | Max (KeyValuePair< K, V > *vi, int cnt, int root, MPI_Comm comm) |
| |
| template<typename K , typename V > |
| void | Min (KeyValuePair< K, V > &vi, int root, MPI_Comm comm) |
| |
| template<typename K , typename V > |
| void | Min (KeyValuePair< K, V > *vi, int cnt, int root, MPI_Comm comm) |
| |
| template<typename T > |
| void | Max (T &v, int root, MPI_Comm comm) |
| |
| template<typename T > |
| void | Max (T *v, int cnt, int root, MPI_Comm comm) |
| |
| template<typename T > |
| void | Max (Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm) |
| |
| template<typename T > |
| void | Min (T &v, int root, MPI_Comm comm) |
| |
| template<typename T > |
| void | Min (T *v, int cnt, int root, MPI_Comm comm) |
| |
| template<typename T > |
| void | Min (Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm) |
| |
| template<typename T > |
| void | Sum (T &v, int root, MPI_Comm comm) |
| |
| template<typename T > |
| void | Sum (T *v, int cnt, int root, MPI_Comm comm) |
| |
| template<typename T > |
| void | Sum (Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm) |
| |
| void | Or (bool &v, int root, MPI_Comm comm) |
| |
| void | And (bool &v, int root, MPI_Comm comm) |
| |