* commit '5d918190c5efc4edecfb0eec47eb5580b7dfc4cc': (48 commits)
One more CHANGELOG update
Updated release number and date for 2.13.0
Updating CHANGELOG for release 2.13.0
Fixed OpenMP compile and added a tux regression test
add MGR-flexGMRES in ij.c
Made a few edits for the reference manual
Fixed some reference manual problems with MGR stuff
Modified user manual to add MGR solver
Fixed some error messages and modified MGR interface for consistency with other solvers
A few additional fixes for MGR release
Modified to fix some bugs and valgrind warnings
Fixed some additional memory bugs and did some minor code clean up
Modified to copy C point data to be kept or reserved until later coarse levels. This stores the data as part of the solver struct instead of merely pointing to use stored data.
Added MGR solver_id to use BoomerAMG defaults in ij.c to remove valgrind uninitialized variable warnings
Fixed memory bug to remove valgrind malloc error
Fixed CMake and check-int/double issues
Fixing SECOND_TIME default setting
Code cleanup to remove compiler warnings
Fixed a typo that caused compiler warnings
Added comment for reference manual for new function to specify C points to keep to a specified level
...
The MGR OpenMP code has not been tested yet, so I commented it out for now
Added a tux OpenMP compile test and reorganized the tux tests from fast to slow (more or less)
* commit 'bda927a413aa83d6139b2ea2d0a0c9074c86dcb9':
Fix pragma and M_PI problems on Windows
New saved file for longdouble regression test
Fixed the external blas test and nested string issue in autotest
Adding regression test for external libraries
This version passes most of the tux regression tests
Confirmed that the code works with external BLAS
Configure now works correctly for external SuperLU/DSuperLU
Removed SuperLU and DSuperLU from hypre
First draft of reworked blas/lapack (only compiles without FEI at this point)
NOTE: Some work will be needed here, because there is no way to pass nested
quotes through to the configure script with the current basic.sh test script, so
the BLAS tests are commented out in this script for now.
Valgrind has not yet been tested. Also, there is an issue with some LOBPCG
output for the longdouble tests, but it may only require changing saved files.
This version compiles with external versions of SuperLU and DSuperLU.
It currently requires manually editing config/Makefile.config.
Working on configure.in next.