[cig-commits] commit: fixes for the 1.6.1 release

Mercurial hg at geodynamics.org
Sun Nov 7 22:51:15 PST 2010


changeset:   325:97b6e32a3f50
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Sun Nov 07 22:50:57 2010 -0800
files:       README RELEASE_NOTES doc/gale.lyx doc/gale_cover.png doc/gale_cover.xcf
description:
fixes for the 1.6.1 release


diff -r b42b559e9f77 -r 97b6e32a3f50 README
--- a/README	Sun Nov 07 09:10:46 2010 -0800
+++ b/README	Sun Nov 07 22:50:57 2010 -0800
@@ -1,5 +1,3 @@ We are pleased to announce the release o
-We are pleased to announce the release of Gale 1.6.0.
-
 See the file INSTALL for build and installation instructions.
 
 The latest release of Gale can always be found at
diff -r b42b559e9f77 -r 97b6e32a3f50 RELEASE_NOTES
--- a/RELEASE_NOTES	Sun Nov 07 09:10:46 2010 -0800
+++ b/RELEASE_NOTES	Sun Nov 07 22:50:57 2010 -0800
@@ -1,3 +1,9 @@ 1.6.0
+1.6.1
+----------------------------------
+
+* This release fixes a serious bug where the thermal diffusivities of
+  different materials were being ignored.
+
 1.6.0
 ----------------------------------
 
diff -r b42b559e9f77 -r 97b6e32a3f50 doc/gale.lyx
--- a/doc/gale.lyx	Sun Nov 07 09:10:46 2010 -0800
+++ b/doc/gale.lyx	Sun Nov 07 22:50:57 2010 -0800
@@ -106,7 +106,7 @@ Walter Landry and Luke Hodkinson
 \begin_inset Newline newline
 \end_inset
 
-Version 1.6.0
+Version 1.6.1
 \end_layout
 
 \begin_layout Date
@@ -2220,7 +2220,7 @@ If you downloaded binaries for your plat
 \end_layout
 
 \begin_layout LyX-Code
-./Gale-1_6_0 input/cookbook/yielding.xml
+./Gale-1_6_1 input/cookbook/yielding.xml
 \end_layout
 
 \begin_layout Standard
@@ -2290,7 +2290,7 @@ Due to quirks in some implementations of
 Due to quirks in some implementations of MPI, you may have to specify the
  complete path to the input file (e.g., 
 \family typewriter
-./Gale-1_6_0 /home/juser/gale/input/cookbook/yielding.xml
+./Gale-1_6_1 /home/juser/gale/input/cookbook/yielding.xml
 \family default
 ).
 \end_layout
@@ -2570,7 +2570,7 @@ One solution is to use a direct solver i
 \end_layout
 
 \begin_layout LyX-Code
-./Gale-1_6_0  input/cookbook/yielding.xml -pc_type lu -ksp_type preonly
+./Gale-1_6_1  input/cookbook/yielding.xml -pc_type lu -ksp_type preonly
 \end_layout
 
 \begin_layout Standard
@@ -2599,7 +2599,7 @@ Once that is done, enabling it is again 
 \end_layout
 
 \begin_layout LyX-Code
-./Gale-1_6_0  input/cookbook/yielding.xml -pc_factor_mat_solver_package mumps
+./Gale-1_6_1  input/cookbook/yielding.xml -pc_factor_mat_solver_package mumps
  
 \backslash
 
@@ -2717,7 +2717,7 @@ You can also change the default values o
 \end_layout
 
 \begin_layout LyX-Code
-./Gale-1_6_0  input/cookbook/yielding.xml --maxTimeSteps=20
+./Gale-1_6_1  input/cookbook/yielding.xml --maxTimeSteps=20
 \end_layout
 
 \begin_layout Standard
@@ -2728,7 +2728,7 @@ You can append any number of modified pa
 \begin_layout LyX-Code
 
 \size small
-./Gale-1_6_0  input/cookbook/yielding.xml --maxTimeSteps=20 --dim=3 --elementResI=
+./Gale-1_6_1  input/cookbook/yielding.xml --maxTimeSteps=20 --dim=3 --elementResI=
 64 
 \begin_inset Newline newline
 \end_inset
diff -r b42b559e9f77 -r 97b6e32a3f50 doc/gale_cover.png
Binary file doc/gale_cover.png has changed
diff -r b42b559e9f77 -r 97b6e32a3f50 doc/gale_cover.xcf
Binary file doc/gale_cover.xcf has changed



More information about the CIG-COMMITS mailing list