[cig-commits] r8228 - mc/3D/CitcomS/trunk/examples/Cookbook4

tan2 at geodynamics.org tan2 at geodynamics.org
Wed Nov 7 11:52:39 PST 2007


Author: tan2
Date: 2007-11-07 11:52:39 -0800 (Wed, 07 Nov 2007)
New Revision: 8228

Modified:
   mc/3D/CitcomS/trunk/examples/Cookbook4/cookbook4.cfg
Log:
Decreased the # of processors. This is the only way I can reproduce single-cell convection as in the manual.

Modified: mc/3D/CitcomS/trunk/examples/Cookbook4/cookbook4.cfg
===================================================================
--- mc/3D/CitcomS/trunk/examples/Cookbook4/cookbook4.cfg	2007-11-07 19:52:17 UTC (rev 8227)
+++ mc/3D/CitcomS/trunk/examples/Cookbook4/cookbook4.cfg	2007-11-07 19:52:39 UTC (rev 8228)
@@ -5,7 +5,7 @@
 
 
 [CitcomS.controller]
-monitoringFrequency = 10    ; how often outputs are created
+monitoringFrequency = 50    ; how often outputs are created
 
 
 [CitcomS.solver]
@@ -29,9 +29,9 @@
 coor = 1
 coor_file = coor.dat
 
-nprocx = 4
-nprocy = 2
-nprocz = 2
+nprocx = 1
+nprocy = 1
+nprocz = 1
 nodex = 33
 nodey = 17
 nodez = 17



More information about the cig-commits mailing list