From 841ec5b3a4246d1a626debc96b3d6f37ea413992 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 8 Dec 2004 22:25:00 +0000 Subject: 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 --- Carpet/CarpetLib/param.ccl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Carpet/CarpetLib/param.ccl') diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl index 8ba0207d2..30b205a2d 100644 --- a/Carpet/CarpetLib/param.ccl +++ b/Carpet/CarpetLib/param.ccl @@ -33,3 +33,7 @@ INT max_mpi_tags "Maximum number of MPI tags to use" BOOLEAN use_waitall "Use MPI_Waitall instead many MPI_Wait statements" { } "no" + +BOOLEAN combine_recv_send "Combine MPI_Irecv and MPI_Isend calls" +{ +} "no" -- cgit v1.2.3