aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-12-08 22:25:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-12-08 22:25:00 +0000
commit841ec5b3a4246d1a626debc96b3d6f37ea413992 (patch)
tree5f854b9fc28c284e3a66c10ac4648437bced3867 /Carpet/CarpetLib/src/data.hh
parent6781c02ef3265d592dc407c03c53552943979c4b (diff)
CarpetLib: Introduce parameter to post MPI_Irecv and MPI_Isend at the same time
Introduce parameter a parameter to post MPI_Irecv and MPI_Isend at the same time. Use two queues instead of one vector to store the MPI_Requests. darcs-hash:20041208222541-891bb-c7c8994a0c41b6cfb37f6dc023bc1172238f3619.gz
Diffstat (limited to 'Carpet/CarpetLib/src/data.hh')
-rw-r--r--Carpet/CarpetLib/src/data.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/data.hh b/Carpet/CarpetLib/src/data.hh
index 61953b30b..9445bf165 100644
--- a/Carpet/CarpetLib/src/data.hh
+++ b/Carpet/CarpetLib/src/data.hh
@@ -77,9 +77,6 @@ private:
public:
// Processor management
- virtual void change_processor (comm_state<D>& state,
- const int newproc,
- void* const mem=0);
private:
virtual void change_processor_recv (comm_state<D>& state,
const int newproc,