aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetLib/param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 1d266237d..4cd753401 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -33,9 +33,9 @@ INT max_mpi_tags "Maximum number of MPI tags to use"
1:30000 :: ""
} 30000
-BOOLEAN use_waitall "Use MPI_Waitall instead many MPI_Wait statements"
+BOOLEAN use_waitall "Use MPI_Waitall instead individual MPI_Wait/MPI_Waitsome statements"
{
-} "no"
+} "yes"
BOOLEAN combine_recv_send "Combine MPI_Irecv and MPI_Isend calls"
{