aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/mpi_string.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/mpi_string.hh')
-rw-r--r--Carpet/CarpetLib/src/mpi_string.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/mpi_string.hh b/Carpet/CarpetLib/src/mpi_string.hh
index 0a8b42336..84951773a 100644
--- a/Carpet/CarpetLib/src/mpi_string.hh
+++ b/Carpet/CarpetLib/src/mpi_string.hh
@@ -47,6 +47,11 @@ namespace CarpetLib
template <typename T>
vector <T>
+ allgatherv1 (MPI_Comm comm,
+ vector <T> const & data);
+
+ template <typename T>
+ vector <T>
alltoall (MPI_Comm comm,
vector <T> const & data);