aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/mpi_string.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-08-27 16:30:51 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:16 +0000
commitd5194ae8988416f0c4237068697a5031068febc9 (patch)
tree2663a71e7e816b5c46fc33f4390a440ac88cf3c2 /Carpet/CarpetLib/src/mpi_string.hh
parent1b2da9ca286f1c15e10c0a6bd578ff3b19907b7b (diff)
Carpet: Implement new routine gather_string
Diffstat (limited to 'Carpet/CarpetLib/src/mpi_string.hh')
-rw-r--r--Carpet/CarpetLib/src/mpi_string.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/mpi_string.hh b/Carpet/CarpetLib/src/mpi_string.hh
index 6ed8d447d..f05910139 100644
--- a/Carpet/CarpetLib/src/mpi_string.hh
+++ b/Carpet/CarpetLib/src/mpi_string.hh
@@ -17,6 +17,10 @@ namespace CarpetLib
// String communication
vector <string>
+ gather_string (MPI_Comm comm, int root,
+ string const & data);
+
+ vector <string>
allgather_string (MPI_Comm comm,
string const & data);