aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2005-04-11 15:55:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2005-04-11 15:55:00 +0000
commit25193c6e54409fd8ecc512ce357fe47e9e528049 (patch)
tree3bbd5878ad36b396499c16d0498879375a0cf001 /Carpet/CarpetLib/param.ccl
parent405a040a47a4ab4ad9bed9274468991ea12bc8c6 (diff)
Carpet/CarpetLib: deactivate CarpetLib::minimise_outstanding_communications
The code to minimise the number of outstanding communication requests is superseded by the collective buffers communication code. Therefore the corresponding parameter has been deactivated (but not removed in order to keep backwards compatibility with older checkpoints). It is marked as deprecated in the param.ccl file and should not be used anymore (use CarpetLib::use_collective_communication_buffers instead). A level-2 warning of that meaning is printed at startup if the parameter is still set in a user's parfile. darcs-hash:20050411155524-776a0-ed9919869cc1f2821ab8b2fa23b4abea203b72ed.gz
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl19
1 files changed, 8 insertions, 11 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index a8b5fcf1a..1d266237d 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -1,16 +1,5 @@
# Parameter definitions for thorn CarpetLib
-restricted:
-
-BOOLEAN use_collective_communication_buffers "Use collective buffers for MPI communications" STEERABLE=always
-{
-} "no"
-
-BOOLEAN minimise_outstanding_communications "Minimise the number of Isend/Irecv operations that are submitted concurrently"
-{
-} "no"
-
-
private:
BOOLEAN verbose "Print info to the screen" STEERABLE=always
@@ -55,3 +44,11 @@ BOOLEAN combine_recv_send "Combine MPI_Irecv and MPI_Isend calls"
BOOLEAN use_lightweight_buffers "Use lightweight communication buffers instead of data objects"
{
} "no"
+
+BOOLEAN use_collective_communication_buffers "Use collective buffers for MPI communications" STEERABLE=always
+{
+} "no"
+
+BOOLEAN minimise_outstanding_communications "Minimise the number of Isend/Irecv operations that are submitted concurrently -- DEPRECATED - DO NOT USE ANYMORE"
+{
+} "no"