Commit Graph

10597 Commits

Author SHA1 Message Date
Rob Falgout
085174a2d6 Updating main license information 2019-07-08 08:55:26 -07:00
Rob Falgout
30576915e3 Reran headers scripts 2019-07-07 19:54:48 -07:00
Rob Falgout
48c9f0b972 Changed all of the headers 2019-07-07 19:26:24 -07:00
Rob Falgout
5e9d2712cb Removed .psrc file from multivector 2019-07-03 17:57:39 -07:00
Rob Falgout
040df7cdd3 Removed drivers from ParaSails 2019-07-03 17:56:45 -07:00
Rob Falgout
120dbe0f9f Removed Euclid driver and test directory 2019-07-03 17:52:35 -07:00
Rob Falgout
0b3b35df5a Deleted femli/test directory 2019-07-03 17:46:34 -07:00
Rob Falgout
d9cf7dced1 Merge branch 'master' into relicense 2019-07-03 08:39:02 -07:00
Rob Falgout
208fc87321 Fixed a memory leak in ex3 (see [issue1672]) 2019-07-01 15:39:42 -07:00
ulrikeyang
9521f79be6
Merge pull request #27 from hypre-space/umy-fixes
Umy fixes
2019-06-27 07:28:31 -07:00
Ulrike Yang
22a1e03025 fixed inconsistent memory assignment for big_offd_j 2019-06-26 08:01:58 -07:00
Ulrike Yang
926577d3fe freed unnecessary array. 2019-06-26 07:58:02 -07:00
Ulrike Yang
c1a355ec51 Merge branch 'master' into umy-fixes 2019-06-25 10:48:45 -07:00
Victor A. Paludetto Magri
e53c08106c
Merge pull request #26 from hypre-space/stats
Improve output from hypre_BoomerAMGSetupStats
2019-06-25 09:52:55 -07:00
Ulrike Yang
70e9620c0d added Fortran interface wrappers for HYPRE_ParCSRHybridSetInterpType and
HYPRE_ParCSRHybridSetPMaxElmts
2019-06-25 07:49:01 -07:00
Ulrike Yang
30bc84abb2 fixed potentially uninitialized value 2019-06-25 07:37:47 -07:00
Ulrike Yang
1b775140d8 fixed an issue in prefixsum routine that led to wrong behavior for small vector sizes with larger numbers of threads 2019-06-21 09:19:07 -07:00
Ulrike Yang
6765e24349 fixed an issue regarding HYPRE_BigInt in non-Galerkin version. 2019-06-21 09:12:59 -07:00
Rob Falgout
77624ce168 Moved the autotest log file stuff for Windows 2019-06-21 08:11:53 -07:00
Rob Falgout
66f2c931e0 Added autotest log file support for Windows 2019-06-21 07:27:57 -07:00
victorapm@tux
d805f10323 Regression tests are now running without errors 2019-06-20 13:46:47 -07:00
victorapm@tux
a4d8ff3956 Treat the case when num_levels=1 2019-06-20 13:02:28 -07:00
victorapm@tux
fb5c6762b0 Fix spacing for avg. nnz/row 2019-06-10 15:57:28 -07:00
victorapm@tux
227b0d1d7c Bug fix + delete trailing whitespaces 2019-06-10 15:00:56 -07:00
victorapm@tux
80dc6bc6e6 Improve operator matrix output 2019-06-06 13:09:15 -07:00
victorapm@tux
1ea126383c Print average number of Fine-Coarse connections of the interpolation operator 2019-06-06 12:33:16 -07:00
victorapm@tux
d508cc8a57 Add method to compute the number of digits of a HYPRE_BigInt 2019-06-06 10:45:43 -07:00
victorapm@tux
551703ad65 Compute average number of entries of W (FC connections) instead of P 2019-06-06 10:05:05 -07:00
Rob Falgout
4be5c02860 Fixed one FEI include problem.
This works when linking to an external FEI base directory using the configure
option --with-fei-inc-dir, but only for Trilinos version 9.0.3 from 2009.  Newer
versions of Trilinos break the compile.
2019-05-28 17:32:19 -07:00
Rob Falgout
2e885bb62a Removed fei-base directory and turned off default fei compile 2019-05-28 16:46:28 -07:00
Rob Falgout
bd82929781 Deleted five FEI header files that were not needed 2019-05-28 11:54:13 -07:00
Rob Falgout
15517f8553 Deleted incorrect Sandia copyright/license from cfei-hypre.h 2019-04-19 18:22:23 -07:00
Rob Falgout
1bf2ab3f76 Added copyright/license information for blas/lapack files 2019-04-19 17:51:33 -07:00
Rob Falgout
43f4f583b1 Removed FEI_mv/ml subdirectory 2019-04-19 11:15:53 -07:00
Rob Falgout
4b94dac55d Fixed a small ifdef bug in HYPRE_parcsr_pcg.c 2019-04-18 12:27:43 -07:00
Rob Falgout
18a4b399bc Minor change to config/bootstrap script 2019-04-14 18:02:35 -07:00
Ulrike Yang
38877ad699 Added Jerome Solberg's suggestion to clear errors. 2019-04-12 08:40:47 -07:00
Ruipeng Li
4ed1900a2d
Merge pull request #5 from hypre-space/FCFJacobi_bugfix
bug fix FCFJacobi
2019-04-11 17:10:18 -07:00
Ruipeng Li
42e0c5763f minor change in ij.c 2019-04-02 09:27:09 -07:00
Ruipeng Li
818f781491 bug fix FCFJacobi 2019-04-01 16:04:15 -07:00
Rob Falgout
562c29ab6a Updated CHANGELOG file 2019-03-20 10:09:58 -07:00
Rob Falgout
3be0f1b8ff Updating release number in configure and CMake 2019-03-19 18:17:27 -07:00
Ulrike Yang
98beefccc0 removed global partition configure option 2019-03-19 08:12:12 -07:00
Ulrike Yang
bc0082ac3d added some documentation for mixedint 2019-03-19 07:39:06 -07:00
ulrikeyang
30d014761c
Merge pull request #2 from hypre-space/BigInt
Big int
2019-03-18 13:13:52 -07:00
Ulrike Yang
918bbaaa28 Merge branch 'master' into BigInt 2019-03-16 16:06:13 -07:00
Ulrike Yang
8f42ee5520 rkRestore Euclid, ParaSails and pilut to its original files
Fifixed MGR regression tests
2019-03-16 15:55:39 -07:00
Ulrike Yang
efcfd7c898 changed configure script and added else to Euclid, ParaSails and pilut files in parcsr_ls 2019-03-16 15:40:56 -07:00
Ulrike M. Yang
f14ebeb710 fixed various gpu issues 2019-03-14 14:05:00 -07:00
Ruipeng Li
3285702e19 to not have a seg fault if hypre_Init is not called (for GPUs) 2019-03-14 09:54:32 -07:00