Commit Graph

11490 Commits

Author SHA1 Message Date
Quan Bui
96cd74c43b - Set tolerance of global smoother, F-relaxation,
and coarse grid solvers to 0 to avoid non-convergence error return.

- Fixed hard-coded number of blocks option for non-Galerkin coarse grid computation.
2020-07-02 09:04:53 -07:00
Rob Falgout
735df4bc32 Adding a run.filters file to AUTOTEST 2020-07-02 06:36:59 -07:00
Victor A. P. Magri
93d011a3dd Annotate PFMG 2020-07-01 10:36:09 -07:00
Victor A. P. Magri
1277fbcb5c Annotate BoomerAMG levels 2020-06-30 23:26:39 -07:00
Victor A. P. Magri
7e5b059b7d Support annotation of multigrid levels 2020-06-30 15:57:30 -07:00
Victor A. P. Magri
61ebb5cee4 Annotate krylov solvers 2020-06-27 19:24:31 -07:00
Victor A. P. Magri
b71a8ad5c8 Update caliper calls according to new API 2020-06-27 18:53:39 -07:00
Victor A. P. Magri
89095db970 Update Euclid private header 2020-06-26 12:20:40 -07:00
liruipeng
1738f970f1 removed option listings but added explanations 2020-06-26 10:56:26 -07:00
Victor A. P. Magri
27d263927f Fix compiler warnings 2020-06-25 17:29:58 -07:00
Victor A. P. Magri
1f1ec406c1 Use stdbool in Euclid 2020-06-25 16:10:48 -07:00
liruipeng
2ce9617b6b GPU build doc 2020-06-19 14:27:36 -07:00
Ruipeng Li
3b22847deb
Merge pull request #138 from hypre-space/headers
Headers
2020-06-18 22:23:49 -07:00
liruipeng
d9d040ded7 minor changes 2020-06-18 12:18:58 -07:00
Ruipeng Li
3a8c7f96f3 fixed one more typo ..... 2020-06-16 20:19:18 -07:00
Ruipeng Li
837a40c95c fixed a typo 2020-06-16 20:12:46 -07:00
Ruipeng Li
b0a79cfbb8 further clean-up 2020-06-16 20:08:02 -07:00
Ruipeng Li
5eb6e965e9 changes per Rob's advice 2020-06-16 18:00:50 -07:00
Ruipeng Li
3f8ff325b4 bug fixes after regression tests 2020-06-15 13:43:28 -07:00
Ruipeng Li
aad671be81 separation of C/C++ headers, and all the adjustment from it 2020-06-14 19:35:54 -07:00
ulrikeyang
ebfc633246
Merge pull request #136 from hypre-space/Interp
Interp
2020-06-10 15:12:27 -07:00
Ulrike Yang
870d530dea fixed issue with hypre_BoomerAMGBuildModExtPIInterpHost and hypre_BoomerAMGBuildModExtHost 2020-06-10 12:56:47 -07:00
Ulrike Yang
7fd7dfca5e added some regression tests for new 2-stage-ee interpolation 2020-06-10 10:14:03 -07:00
Ulrike Yang
0f8aafcb8f Merge branch 'master' into Interp 2020-06-10 10:02:44 -07:00
Ruipeng Li
7baf132042
Merge pull request #135 from hypre-space/RL_FIX
Rl fix
2020-06-10 08:55:04 -07:00
ulrikeyang
b0c0c95911 added fix for large number of threads 2020-06-10 08:39:31 -07:00
ulrikeyang
febafc15b9 Removed experimental option 2020-06-10 08:27:00 -07:00
ulrikeyang
e6a3b3512c fixed another issue with missed special fine points 2020-06-10 08:19:05 -07:00
Ulrike M. Yang
082f4c4dc7 fixed some bugs caused by lacking inclusion of special fine points 2020-06-10 07:15:54 -07:00
Ruipeng Li
9edf9d2742 Merge branch 'master' of https://github.com/hypre-space/hypre into RL_FIX 2020-06-09 13:17:31 -07:00
Ulrike M. Yang
fb8e844f3e Merge branch 'master' into Interp 2020-06-09 12:46:43 -07:00
Ruipeng Li
f875c2a38b
Merge pull request #134 from hypre-space/RL_FIX_INTERP
bug fix (omp with large #threads)
2020-06-09 08:16:29 -07:00
Ruipeng Li
59836adad5 uploaded a wrong file.... 2020-06-08 21:54:22 -07:00
Ruipeng Li
6440948e63 bug fix (omp with large #threads) 2020-06-08 21:48:15 -07:00
Ruipeng Li
933ceed52a
Merge pull request #128 from hypre-space/SpGeMMDist
new sparse mat-mat-dist, triple-mat-dist
2020-06-06 10:01:05 -07:00
Ruipeng Li
5d5b75bc02 GPU regression tests 2020-06-05 17:25:45 -07:00
Ruipeng Li
3d1a441674 a minor change in check-headers.sh 2020-06-05 09:06:28 -07:00
Ruipeng Li
1d35b0f7df Merge branch 'master' of https://github.com/hypre-space/hypre into SpGeMMDist 2020-06-04 22:54:48 -07:00
Rob Falgout
4ab72fd3a5
Merge pull request #129 from hypre-space/fix-headers
Fix headers
2020-06-04 12:38:37 -07:00
liruipeng
b39a8455a0 minor bug fix 2020-06-04 00:05:19 -07:00
liruipeng
6f34c5a8e6 fixes for PETSc 2020-06-03 21:18:15 -07:00
Ruipeng Li
0f3a1c6135 cuda build/compile error fix 2020-06-02 21:25:36 -07:00
Rob Falgout
e121789fc9 Adding header check to machine-tux.sh autotest script 2020-06-02 11:10:46 -07:00
Rob Falgout
0b322c9960 Fixed a few additional header file issues in examples 2020-06-02 10:45:39 -07:00
Rob Falgout
4542bf0941 Fixed header usage problems and added regression test
- Fixed improper inclusion of _hypre_utilities.h in user header files
- Added a 'check-headers.sh' regression test that compiles the examples with
  options that output header usage, then checks for internal header files
- Moved HYPRE_Init() to 'HYPRE_utilities.h'
2020-06-02 10:05:01 -07:00
Rob Falgout
aeb23b4587 Removed lower-case header dependencies in examples 2020-06-01 18:11:00 -07:00
Ruipeng Li
ce7ef08496 new sparse mat-mat-dist, triple-mat-dist 2020-06-01 18:10:41 -07:00
Ulrike M. Yang
8bc028e5a7 fixed a few bugs 2020-05-28 10:12:44 -07:00
Ulrike Yang
2a76685fc5 added a new 2-stage interpolation routine and auxiliary routines 2020-05-27 16:42:03 -07:00
Rob Falgout
60212ab6f3 Minor changes to CHANGELOG 2020-05-26 09:17:20 -07:00