Commit Graph

11241 Commits

Author SHA1 Message Date
Ruipeng Li
eaecaf1733 Merge branch 'amg-setup' of https://github.com/hypre-space/hypre into gpu-assembly
Conflicts:
	src/config/configure.in
	src/configure
	src/parcsr_ls/par_amg_setup.c
	src/test/ij.c
2020-02-07 16:11:11 -08:00
Ruipeng Li
d2e5108f3a cuda stream sync, prefetch stream, etc 2020-02-07 15:48:09 -08:00
Ruipeng Li
039dc2833d
Merge pull request #90 from hypre-space/gpu-interp-new
Gpu interp new
2020-02-06 17:45:24 -08:00
Ruipeng Li
94c0834c60 bug fix 2020-02-06 17:36:19 -08:00
Ruipeng Li
2b8fd590b1 bug fix 2020-02-06 15:39:17 -08:00
Ruipeng Li
3945f82e45 Merge branch 'amg-setup' of https://github.com/hypre-space/hypre into gpu-interp-new 2020-02-06 14:09:03 -08:00
Ruipeng Li
60101610dc 1. put l1-norms inside container hypre_vector 2. code restructure 2020-02-06 13:56:03 -08:00
Ruipeng Li
d160f09a9a commented out all CudaPrefetch 2020-02-04 15:43:46 -08:00
Ruipeng Li
74ae74d52e cub name space --> hypre::cub 2020-02-04 15:34:39 -08:00
Rob Falgout
794a1fc121
Merge pull request #87 from hypre-space/fix-pcg
Subnormal value fix in PCG
2020-02-04 09:27:28 -08:00
Rob Falgout
336a7bee92 Merge branch 'master' into fix-pcg 2020-02-04 06:52:57 -08:00
victorapm@tux
0fa087949b Fix memory leak, a block mode check in BoomerAMG, and string literal type 2020-02-03 16:40:03 -08:00
Ruipeng Li
a88591509e pcg fix from Rob 2020-02-03 11:37:07 -08:00
Ruipeng Li
03688671a7 new impl of direct interp and a new interp formula 2020-02-03 11:14:31 -08:00
Ruipeng Li
dd9a724f1f CMakelist change corresponding to the previous name change 2020-02-03 09:42:15 -08:00
Rob Falgout
11f56bde63 Added an extra check for subnormal values in pcg 2020-02-03 08:14:42 -08:00
Ruipeng Li
9492af96d2 bug fix 2020-01-31 20:34:28 -08:00
Ruipeng Li
b239a5c579 change Makefile after the previous name change 2020-01-31 20:31:23 -08:00
Ruipeng Li
2f412591b4 rename a file with a better name that describes 2020-01-31 20:23:48 -08:00
victorapm@tux
34a21aca54 Merge branch 'improve-coarsen' 2020-01-31 18:20:12 -08:00
victorapm@tux
acac8fd667 All tux tests are passing now 2020-01-31 18:17:16 -08:00
victorapm@tux
33475ea517 Merge branch 'master' into improve-coarsen 2020-01-31 18:12:51 -08:00
Ruipeng Li
39e4f836a1 nvcc flag -lineinfo 2020-01-31 16:18:04 -08:00
Ruipeng Li
2cb1b83892 minor changes 2020-01-31 15:06:44 -08:00
victorapm@tux
4775c5ff98 Merge branch 'improve-coarsen' 2020-01-30 22:56:31 -08:00
victorapm@tux
bae22bc5f3 Remaining fixes for two memory leaks 2020-01-30 22:53:00 -08:00
victorapm@tux
fcab2e6c51 Merge branch 'master' into improve-coarsen 2020-01-30 17:16:32 -08:00
victorapm@tux
b2f6d96e7c tux tests are passing 2020-01-30 14:53:03 -08:00
Ruipeng Li
7fbe167e94 bug fix 2020-01-30 11:14:01 -08:00
Ruipeng Li
e59109ad19 bug fix 2020-01-28 16:53:03 -08:00
Daniel Osei-Kuffuor
641a018a3c Fix memory leak 2020-01-28 10:20:21 -08:00
Daniel Osei-Kuffuor
5134773fb0 Merge branch 'master' into mgr-dev 2020-01-28 10:03:02 -08:00
Rob Falgout
fc4ccf5137 Minor changes to docs readme file 2020-01-28 06:40:47 -08:00
Rob Falgout
b9fb9345db Adding a README file for building documentation 2020-01-27 17:11:18 -08:00
Rob Falgout
97e9814695 Simplified the docs makefiles a bit 2020-01-27 14:30:05 -08:00
Rob Falgout
adde096bdc Added a dependence to documentation makefile 2020-01-27 13:02:41 -08:00
Ruipeng Li
45588b2189 Merge branch 'master' of https://github.com/hypre-space/hypre into amg-setup
Conflicts:
	src/parcsr_ls/par_amg_setup.c
2020-01-27 12:36:52 -08:00
Ruipeng Li
4e1185331e 1. IJMatrix Set/Add values, allow ncols==NULL 2. changes in ij.c for non-um 2020-01-27 12:24:04 -08:00
Rob Falgout
f4f2a54de6
Merge pull request #85 from koning/bugfix/koning/fei_memory_bigint
FIx for AMS crash when using the FEI.
2020-01-27 09:27:55 -08:00
Rob Falgout
2ec1031b8c Fixing a small include file problem in examples/vis.c 2020-01-24 16:43:42 -08:00
Ruipeng Li
c69a3cbb02 more changes on drivers etc 2020-01-24 16:31:20 -08:00
Rob Falgout
2e3d60e343 Cleaned up some lobpcg-related header file stuff 2020-01-24 16:27:15 -08:00
Joseph M. Koning
013f111eb6 Change AMSData structure to use HYPRE_BigInt , HYPRE_Int and HYPRE_Real
data types.
Use hypre_CTAlloc and hypre_TFree for allocations sent to the ams
solver.
Remove one AMSData free due to double free in hypre_AMSFEIDestroy.
2020-01-23 17:36:20 -08:00
Ruipeng Li
16961497a2 Merge branch 'amg-setup' of https://github.com/hypre-space/hypre into gpu-assembly
Conflicts:
	src/test/ij.c
2020-01-23 14:56:27 -08:00
Ruipeng Li
0b47276cdc IJ vector assembly 2020-01-23 14:42:00 -08:00
Sarah Osborn
0a0aaf4720
Merge pull request #83 from hypre-space/cmake-install-prefix-fix
cmake: Change to use default install location CMAKE_INSTALL_PREFIX is default value.
2020-01-22 10:53:55 -08:00
Sarah Virginia Osborn
f454c6e969 cmake: Use default location to install if CMAKE_INSTALL_PREFIX is initialized to default value. 2020-01-22 10:17:10 -08:00
Ruipeng Li
8f873ab25e
Merge pull request #82 from hypre-space/RL-FIX
fixed gpu memory leak
2020-01-22 09:18:15 -08:00
Ruipeng Li
85fecd552e fixed gpu memory leak 2020-01-22 09:16:23 -08:00
Ruipeng Li
216cbba915 bug fix - part 2 2020-01-21 13:26:59 -08:00