############################################################################### # # # Trilinos Release 5.0 Changelog # # # ############################################################################### 2005 March 21st Issues: The Makefile variables BLAS_LIBS and LAPACK_LIBS are not passed to the setup.py script, and so the PyTrilinos build can be incomplete under certain circumstances. Changes: Variables LAPACK_LIBS and BLAS_LIBS are now transferred from the Makefile system to the setup.py system, allowing builds under a greater range of configuration combinations. Verification: None reported. See Bugs: 1293, 1294 ------------------------------------------------------------------------------- 2005 March 14th Issues: The PyTrilinos configuration process allowed a SWIG (Simple Wrapper Interface Generator) version prior to 1.3.23 to be used to build the python wrapper files. Changes: The configuration process has been changed to report an error if such a version is used. Verification: None reported. See Bugs: 1278 ------------------------------------------------------------------------------- 2005 March 10th Issues: In AztecOO, it would be better if AZ_capture_matrix wasn't called if options[AZ_output] == AZ_none. Changes: This has been fixed. Verification: Nightly test harness tests passed on Linux (herouxsmp). See Bugs: 1269, 1270 ------------------------------------------------------------------------------- 2005 March 10th Issues: When Trilinos was built optimized, with asserts disabled, EpetraExt::MatrixMatrix::Add was behaving like a no-op. The MatrixMatrix::Add function has a SumIntoGlobalValues call enclosed in an assert statement, which means it wasn't being called. Changes: Removed executable statement from the assert. Verification: Nightly test harness tests passed on Linux (herouxsmp). See Bugs: 1267, 1268 ------------------------------------------------------------------------------- 2005 March 8th Issues: Comma missing on line 166 of packages/PyTrilinos/setup.py. Changes: This has been fixed. Verification: PyTrilinos test scripts passed on Mac. See Bugs: 1254, 1255, 1258 -------------------------------------------------------------------------------



