Commit Graph

10118 Commits

Author SHA1 Message Date
Falgout, Rob
92a582b070 Merge pull request #10 in HYPRE/hypre from systg to master
* 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
  ...
2017-10-20 10:31:48 -07:00
Rob Falgout
5d918190c5 One more CHANGELOG update 2017-10-20 10:25:50 -07:00
Rob Falgout
b4b2acb3b2 Updated release number and date for 2.13.0 2017-10-20 08:02:17 -07:00
Rob Falgout
1177d54245 Updating CHANGELOG for release 2.13.0 2017-10-20 07:56:45 -07:00
Rob Falgout
334472c7b6 Fixed OpenMP compile and added a tux regression test
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)
2017-10-19 18:22:46 -07:00
Lu Wang
d39563551b add MGR-flexGMRES in ij.c 2017-10-19 18:08:12 -07:00
Daniel Osei-Kuffuor
7090e2893a Made a few edits for the reference manual 2017-10-19 17:07:02 -07:00
Rob Falgout
c6c19f04dd Merge branch 'systg' of ssh://mystash.llnl.gov:7999/hypre/hypre into systg 2017-10-19 14:24:30 -07:00
Rob Falgout
11ec2baa3b Fixed some reference manual problems with MGR stuff 2017-10-19 14:23:56 -07:00
Daniel Osei-Kuffuor
c0202b28f6 Modified user manual to add MGR solver 2017-10-19 13:15:38 -07:00
Rob Falgout
c425c897ec Fixed some error messages and modified MGR interface for consistency with other solvers 2017-10-19 11:50:56 -07:00
Rob Falgout
d294095a1c A few additional fixes for MGR release
Changed a 'printf' call to 'hypre_printf'
Removed systg test drivers
Updated MGR saved test file
2017-10-19 09:58:54 -07:00
Daniel Osei-Kuffuor
2fe356c597 Modified to fix some bugs and valgrind warnings 2017-10-19 05:27:06 -07:00
Daniel Osei-Kuffuor
4ba49a6dbc Fixed some additional memory bugs and did some minor code clean up 2017-10-18 17:59:13 -07:00
Daniel Osei-Kuffuor
f4c5a6a99a 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. 2017-10-18 15:27:55 -07:00
Daniel Osei-Kuffuor
66f6ddd570 Added MGR solver_id to use BoomerAMG defaults in ij.c to remove valgrind uninitialized variable warnings 2017-10-18 13:30:41 -07:00
Daniel Osei-Kuffuor
dab810c58e Fixed memory bug to remove valgrind malloc error 2017-10-18 13:13:11 -07:00
Rob Falgout
0483a5c908 Fixed CMake and check-int/double issues 2017-10-18 10:22:15 -07:00
Rob Falgout
aee6317eb4 Fixing SECOND_TIME default setting 2017-10-18 09:43:57 -07:00
Rob Falgout
8d552b15bf Merge branch 'master' into systg 2017-10-18 07:54:55 -07:00
Rob Falgout
78facb9c76 Updated single/longdouble test files to reflect changes in Hybrid solver defaults 2017-10-18 07:52:28 -07:00
Daniel Osei-Kuffuor
5edbf65b4d Code cleanup to remove compiler warnings 2017-10-18 07:14:09 -07:00
Daniel Osei-Kuffuor
7aab3404c1 Fixed a typo that caused compiler warnings 2017-10-17 16:14:13 -07:00
Ulrike Yang
9f6ad48c2b fixed typo 2017-10-17 16:00:26 -07:00
Daniel Osei-Kuffuor
e280ebae71 Merge branch 'systg' of ssh://mybitbucket.llnl.gov:7999/hypre/hypre into systg 2017-10-17 15:58:59 -07:00
Rob Falgout
d8c06f313c Merge branch 'master' into systg 2017-10-17 15:51:40 -07:00
Daniel Osei-Kuffuor
2cb3396ee6 Added comment for reference manual for new function to specify C points to keep to a specified level 2017-10-17 15:47:33 -07:00
Ulrike Yang
13f0a1026c Merge branch 'master' of https://mybitbucket.llnl.gov/scm/hypre/hypre 2017-10-17 15:06:44 -07:00
Ulrike Yang
bc6ba561ff updated reference manual
changed defaults in amg_hybrid solver to match those of BoomerAMG
updated regression test results
2017-10-17 15:04:37 -07:00
Daniel Osei-Kuffuor
117fa3c4ab Merge branch 'master' into systg 2017-10-17 14:17:17 -07:00
Daniel Osei-Kuffuor
d59b13535a Added documentation for reference manual. I need to edit the user manual latex file accordingly. 2017-10-17 11:48:59 -07:00
Ulrike Yang
2634c00d11 updated default settings in BoomerAMG 2017-10-17 10:17:10 -07:00
Falgout, Rob
38809bf53d Merge pull request #11 in HYPRE/hypre from vs-dev to master
* 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)
2017-10-17 09:35:58 -07:00
Rob Falgout
bda927a413 Fix pragma and M_PI problems on Windows 2017-10-16 17:13:15 -07:00
Rob Falgout
b1c21fb950 New saved file for longdouble regression test 2017-10-16 13:26:48 -07:00
liruipengblue@gmail.com
bb863d5e38 Merge branch 'master' of ssh://mystash.llnl.gov:7999/hypre/hypre 2017-10-16 12:42:11 -07:00
liruipengblue@gmail.com
19111cba9b bug fix in Euclid 2017-10-16 12:38:32 -07:00
Rob Falgout
93247daea1 Fixed the external blas test and nested string issue in autotest 2017-10-16 11:33:58 -07:00
Rob Falgout
2dd88045ec Adding regression test for external libraries
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.
2017-10-15 18:45:00 -07:00
Rob Falgout
fd65453e02 This version passes most of the tux regression tests
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.
2017-10-15 17:16:43 -07:00
Rob Falgout
8965910c29 Confirmed that the code works with external BLAS 2017-10-15 15:19:38 -07:00
Rob Falgout
4ce979670c Configure now works correctly for external SuperLU/DSuperLU 2017-10-15 14:32:17 -07:00
Rob Falgout
b1e72e178d Removed SuperLU and DSuperLU from hypre
This version compiles with external versions of SuperLU and DSuperLU.
It currently requires manually editing config/Makefile.config.
Working on configure.in next.
2017-10-15 12:10:09 -07:00
Rob Falgout
d8aa99ee86 First draft of reworked blas/lapack (only compiles without FEI at this point) 2017-10-14 17:26:03 -07:00
Daniel Osei-Kuffuor
fc03f4081c Modified to fixed some memory issues for 'v-cycle' smoother 2017-10-13 00:44:50 -07:00
Daniel Osei-Kuffuor
2ca4873ecb Minor code cleanup to remove some benign warnings 2017-10-13 00:43:16 -07:00
Daniel Osei-Kuffuor
104e6ceefc Merge branch 'master' into systg 2017-10-12 19:52:53 -07:00
Daniel Osei-Kuffuor
4fb4e671d3 Modified regression test for ij solvers to include mgr solver. Update to saved file only changed data for the new MGR solver 2017-10-12 17:24:33 -07:00
Daniel Osei-Kuffuor
52e12f3326 Bug fix for setting reserved coarse nodes 2017-10-12 17:23:15 -07:00
Rob Falgout
50406036f6 Changed configure to test strict-checking with and without global partition and
added a regression test
2017-10-12 17:21:35 -07:00