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
Ulrike Yang
28a7abe9b0
Merge branch 'master' into Interp
2020-05-26 08:01:48 -07:00
Ulrike Yang
72c8dc25a1
added changes
2020-05-26 07:54:49 -07:00
Rob Falgout
708f58b215
Updates for new release 2.19.0
2020-05-22 14:13:04 -07:00
Ulrike Yang
5bf6396a21
added new 2 stage interpolation numbers
2020-05-22 10:01:40 -07:00
Ulrike Yang
cc7063a703
added support file
2020-05-22 06:11:42 -07:00
Ulrike Yang
b84f132be0
updated reference manual
...
added support file
2020-05-22 06:05:51 -07:00
Ulrike Yang
2e9e8747f2
fixed a bug when using rlx 7 with OpenMP
2020-05-21 20:46:50 -07:00
Rob Falgout
e76dced04d
Merge pull request #122 from hypre-space/spack-autotest-update
...
Uninstall spack packages in hypre+superlu-dist test.
2020-05-21 17:21:06 -07:00
Rob Falgout
cc0dde7228
Small changes to spack autotest script
2020-05-21 05:17:56 -07:00
Sarah Virginia Osborn
d08a0f35cd
Uninstall spack packages in hypre+superlu-dist test.
2020-05-20 21:33:21 -07:00
Ruipeng Li
a2090abe58
fixed EXT interp seg fault issue with non-GPU coarsenings
2020-05-20 17:12:23 -07:00
Ulrike Yang
b708598977
added Rob's interpolation (18) and some new 2stage versiona built on it (7)
2020-05-20 15:26:27 -07:00
Ruipeng Li
9791056f00
Merge pull request #121 from hypre-space/gpudev-bjorn
...
Gpudev bjorn
2020-05-20 13:09:09 -07:00
Ruipeng Li
b945553980
updated regression tests on lassen
2020-05-19 22:11:19 -07:00
Ruipeng Li
0c37e65d54
a minor change
2020-05-19 14:23:50 -07:00
Ruipeng Li
636725e4e6
regression tests for the new functionalities
2020-05-19 10:57:58 -07:00
Ruipeng Li
23b0e1226d
Merge branch 'gpudev-bjorn' of https://github.com/hypre-space/hypre into gpudev-bjorn
2020-05-19 09:56:23 -07:00
Ruipeng Li
3e6aa4390c
some good format changes were lost (how come?)
2020-05-19 09:55:16 -07:00
Ruipeng Li
fc8305e055
fix after regression tests
2020-05-19 09:30:32 -07:00
Ruipeng Li
fe5e811b9d
do not change Makefile in test
2020-05-19 08:33:14 -07:00