From e45b340a578276540e8d1707d45c5db27f0b2df5 Mon Sep 17 00:00:00 2001 From: rhaas Date: Tue, 5 Jun 2012 20:30:33 +0000 Subject: GRHydro: Schedule AtmosphereReset in LAST Mol_PostStep This saves some syncs. This also gets rid of the akward parameter "disable_sync_and_tmunu_after_mol". Original patch by Christian Reisswig. Adapted to not rely on MoL support by Roland Haas. Bug fixed by Christian Reisswig. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@343 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- param.ccl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 5424df4..98b49d0 100644 --- a/param.ccl +++ b/param.ccl @@ -592,12 +592,10 @@ int GRHydro_c2p_warn_from_reflevel "Start warning on given refinement level and 0: :: "Greater or equal to 0" } 0 -# The following parameter is to reduce the number of syncs/boundary calls done -# it will lead to correct results when set to yes ONLY when the simulation does not use -# an atmosphere at all. -boolean disable_sync_and_tmunu_after_MoL "Do not sync/prolongate and reset Tmunu after MoL integration is done" STEERABLE=ALWAYS -{ -} "no" + + +############### Optimization options ################################################### + # This can improve the performance on many cores, but may be dangerous -- cgit v1.2.3