###############################################################################
# #
# Trilinos Release 10.8 Changelog #
# #
###############################################################################
Release update 10.8.5 January 9, 2012
1. Epetra - Fix large overestimated size allocation for VbrMatrix
array.
2. Epetra - Fixed several private/shared scoping issues with OpenMP
3. Epetra - Readability clean up of OpenMP code and output from comm
objects for OpenMP.
4. Framework Level - Fixed an issue where the Trilinos_version.h file was not
always installed.
5. Optika - Fix an issue where item values weren't being displayed
except when they were being edited.
6. Optika - Fix an bug with TwoDArrays typeId in the TreeItem.
7. Optika - Fix an issue where array parameters with visual
dependencies weren't being evaluated correctly.
-------------------------------------------------------------------------------
Release update 10.8.4 December 8, 2011
1. Belos - Extended valid parameters of PseudoBlockCGSolMgr to make it
compatible with Stratimikos.
2. Belos - Add Implicit Residula Scaling parmeter to PseudoBlockCGSolMgr
default parameter list. "Residual Scaling" is still available,
but is now deprecated.
3. Belos - Fixed some compile errors when C++Ox support is enabled.
4. Kokkos - Fix compile error when built with LAPACK 3.2.2.
5. Stratimikos - Bug 5442: The Belos adapter now checks whether the Belos
solver supports residual scaling parameters before setting
them.
6. Teuchos - Bug 5306: Fix unequilibrateLHS and the use of it in
SerialDenseSolver and SerialSpdDenseSolver.
7. Teuchos - Fix compile issue with Visual Studio 2010.
8. Thyra - Fix residual scaling parameters in Belos adapter.
9. Tpetra - Make MpiPlatform destructors virtual.
10. Tpetra - Fixed MpiPlatform specialization for DefaultNodeType to have a
one arguement constructor.
11. Tpetra - Bug 5401: Fix logic error in Tpetra_directory::getEntries.
-------------------------------------------------------------------------------
Release update 10.8.3 October 12, 2011
1. Epetra - Fix a bug in FECrsMatrix GlobalAssemble.
-------------------------------------------------------------------------------
Release update 10.8.2 October 7, 2011
1. Epetra - Fix a Matrix Matrix multiply bug caused by incorrectly importing
needed remotely owned rows.
2. Epetra - Fix a deallocation bug in CrsMatrix.
3. TriKota - Fix issue where the Boost include dir was not being passed to the
Dakota build. Dakota should now by default use the same Boost as
TriKota.
-------------------------------------------------------------------------------
Release update 10.8.1 October 3, 2011
1. Epetra - Fix bug in FECrsMatrix related to non-square matrix contributions.