From 409b4a69cc60898df9734e0b3d9b3a35b81e87ce Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 3 May 2006 23:59:00 +0000 Subject: CarpetLib: Add boolean parameter "omit_prolongation_points_when_restricting" Add a parameter "omit_prolongation_points_when_restricting" that controls whether to restrict to points that are used for boundary prolongation. The default is "no", restoring Carpet's behaviour from before the patch "CarpetLib: Do not restrict to points that are used for boundary prolongation". When set to yes, then there is still a logic error in the code on multiple processors, leading to different restriction regions on different numbers of processors. darcs-hash:20060503235940-dae7b-4c124e68e4c2519c0f97d416e0a7fa3489c1441d.gz --- Carpet/CarpetLib/param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Carpet/CarpetLib/param.ccl') diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl index f4cd70439..45c38a83e 100644 --- a/Carpet/CarpetLib/param.ccl +++ b/Carpet/CarpetLib/param.ccl @@ -32,6 +32,12 @@ BOOLEAN fast_recomposing "Take shortcuts during recomposing (EXPERIMENTAL)" STEE +BOOLEAN omit_prolongation_points_when_restricting "Do not restrict to points which are used to prolongate the boundary" STEERABLE=recover +{ +} "no" + + + INT print_memstats_every "Report periodically how much memory is used per process" STEERABLE=always { 0 :: "don't report" -- cgit v1.2.3