[cig-commits] commit: Log everything to one file per processor.

Mercurial hg at geodynamics.org
Fri Feb 25 14:13:42 PST 2011


changeset:   28:4c5d30cbc5d4
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu Jan 06 19:34:12 2011 -0800
files:       example_inputs/const_refine.2d.input
description:
Log everything to one file per processor.


diff -r 1d344c9069f9 -r 4c5d30cbc5d4 example_inputs/const_refine.2d.input
--- a/example_inputs/const_refine.2d.input	Thu Jan 06 19:32:43 2011 -0800
+++ b/example_inputs/const_refine.2d.input	Thu Jan 06 19:34:12 2011 -0800
@@ -18,7 +18,7 @@ Main {
   // Base name for output files.
   base_name = "constantrefine2"
   // Whether to log all nodes in a parallel run.
-  log_all_nodes = FALSE
+  log_all_nodes = TRUE
   // Visualization writers to write files for.
   vis_writer = "Vizamrai", "VisIt"
 }
@@ -126,8 +126,8 @@ PatchHierarchy {
       level_2            = 2, 2
    }
    largest_patch_size {
-      //level_0 = 32, 32
-      level_0 = 8, 8
+      level_0 = 32, 32
+      //level_0 = 8, 8
       // all finer levels will use same values as level_0...
    }
 }



More information about the CIG-COMMITS mailing list