[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 442)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Mon Jan 14 07:54:00 CST 2013


User: rhaas
Date: 2013/01/14 07:54 AM

Modified:
 /trunk/
  param.ccl

Log:
 GRHydro: make more paramters steerable
 
 From: Roland Haas <roland.haas at physics.gatech.edu>

File Changes:

Directory: /trunk/
==================

File [modified]: param.ccl
Delta lines: +2 -2
===================================================================
--- trunk/param.ccl	2012-12-17 03:18:44 UTC (rev 441)
+++ trunk/param.ccl	2013-01-14 13:53:59 UTC (rev 442)
@@ -659,7 +659,7 @@
 # This can improve the performance on many cores, but may be dangerous 
 # (it seems to work in simple testcases, but morde complicated settings may fail)
 # If you encounter strange behavior, switch this OFF
-BOOLEAN sync_conserved_only "Only sync evolved conserved quantities during evolution."
+BOOLEAN sync_conserved_only "Only sync evolved conserved quantities during evolution." STEERABLE = recover
 {
 } no
 
@@ -677,7 +677,7 @@
 
 
 
-BOOLEAN verbose "Some debug output"
+BOOLEAN verbose "Some debug output" STEERABLE = always
 {
 } no
 



More information about the Commits mailing list