Commit Graph

9740 Commits

Author SHA1 Message Date
Rob Falgout
136c97a8fb Updated version number for 2.11.0 release 2016-03-28 13:07:43 -07:00
Rob Falgout
896aa7601e Fixed a bug in the SStructCommInfo routine
In certain NeighborPart and SharedPart scenarios, the CommInfo routine would
construct non-symmetric sends/recvs that would cause the code to hang.
2016-03-26 12:29:23 -07:00
Rob Falgout
604910c001 Added a couple of filters to the check-int autotest 2016-03-19 20:27:27 -07:00
Rob Falgout
0552c5543e Added check for zero-size boxes in SetSharedPart and SetNeighborPart 2016-03-19 20:15:05 -07:00
Rob Falgout
34a69027c8 Small initialization change to par_rap.c to keep VS from complaining 2016-03-18 10:36:26 -07:00
Rob Falgout
6fd2bc1eeb Fixed a CMake compile problem and modified a couple of autotest scripts
Added "make distclean" to the end of both the 'basictest.sh' and 'cmaketest.sh'
autotest scripts to avoid situations where previously compiled test drivers are
accidentally used in a test where the build failed.
2016-03-18 08:16:00 -07:00
Rob Falgout
a4a4268970 Fixed some additional compile/link problems with Visual Studio 2016-03-17 19:50:19 -07:00
Ulrike Yang
4ffc913bc6 hide a routine 2016-03-17 18:01:25 -07:00
Ulrike Yang
7beb54c1cf Merge branch 'master' of ssh://mystash.llnl.gov:7999/hypre/hypre 2016-03-17 17:34:24 -07:00
Ulrike Yang
3f6ce757d6 added various changes to hide __builtin_ffs 2016-03-17 17:33:45 -07:00
Rob Falgout
727f5ae9ff Added xSDK link to CHANGELOG 2016-03-17 17:14:55 -07:00
Rob Falgout
42dd131fe6 More changes related to Visual Studio
The previous changes cause lots of warning messages with GCC.
2016-03-17 17:06:56 -07:00
Rob Falgout
a4cc4be1e8 Merge branch 'master' of ssh://mystash.llnl.gov:7999/hypre/hypre 2016-03-17 15:57:00 -07:00
Rob Falgout
3d18327363 Fixes for the Visual Studio compile
Primarily changed CMake to compile certain files with C++ when using MSVC.
2016-03-17 15:52:00 -07:00
Ulrike Yang
0bf5000c1d changed array declarations 2016-03-17 14:54:02 -07:00
Ulrike Yang
8ef63a204a added reference 2016-03-17 09:38:17 -07:00
Rob Falgout
ac6aa88011 This update of CHANGELOG should be complete 2016-03-17 07:52:36 -07:00
Ulrike Yang
9abaa46a62 summarized changes 2016-03-16 16:48:48 -07:00
Rob Falgout
fdbe1b0227 Fixed a problem with the shared library build when using openmp 2016-03-14 10:04:40 -07:00
Rob Falgout
2a8c92fcf4 Updated the default example regression test saved file.
The SetNeighbor changes caused slight differences in ex13 and ex14 convergence
history probably due to assembling coefficients in a different order.
2016-03-14 08:56:55 -07:00
Rob Falgout
0566c17e02 Fixed a memory problem with SetNeighborPart and SetSharedPart
Fixed a pre-existing memory problem in SStructGridCreateCommInfo, and removed
some redundant code due to the previous bug fix.
2016-03-11 19:34:48 -08:00
Rob Falgout
3ed2260394 Fixed a bug with SetNeighborPart and SetSharedPart
The previous code did not remove overlap in either the original boxes passed in
by the user or the constructed boxes for each variable type.  This caused calls
to AddValues to double count contributions in some places for vectors.
2016-03-11 09:46:34 -08:00
Ulrike Yang
e51d1ad902 added variable back in at the right place 2016-03-09 07:58:41 -08:00
Ulrike Yang
b05961b9fd removed unused varaiable 2016-03-08 13:34:10 -08:00
Rob Falgout
a45d0bbdae Removed some autotest filter lines that should no longer be needed 2016-03-08 13:16:59 -08:00
Ulrike Yang
c4c6ba532a removed unused variables 2016-03-08 09:01:42 -08:00
Rob Falgout
3c3d7f874b Removed unused variables in test directory 2016-03-08 08:39:57 -08:00
Rob Falgout
c0c288e1f4 Removed unused variables in FEI_mv directory 2016-03-08 08:31:49 -08:00
Rob Falgout
1fe4319534 Removed unused variables in sstruct_ls directory 2016-03-08 08:05:45 -08:00
Ulrike Yang
39bab42a64 removed unused variables 2016-03-04 18:31:59 -08:00
Ulrike Yang
5e5c22f0b5 removed variables that weren't really used 2016-03-03 18:10:24 -08:00
Rob Falgout
27d5581c59 Fixed a problem doc++ was having parsing one of the header comments. 2016-03-02 12:45:40 -08:00
Rob Falgout
9d652536f4 Merge branch 'master' of ssh://mystash.llnl.gov:7999/hypre/hypre 2016-03-02 08:53:47 -08:00
Rob Falgout
ff64d8828b Fixed some set-but-not-used variable warnings. 2016-03-02 08:53:07 -08:00
Ulrike Yang
9458cad899 changed default to not keep transposes 2016-03-02 08:37:41 -08:00
Daniel Osei-Kuffuor
36b814d635 Modified configure.in to remove checks for functioning user-specified blas/lapack library paths 2016-03-01 14:07:36 -08:00
Rob Falgout
d7e89d1df2 Added debugging flags to the SuperLU Makefile to get rid of Insure++ warnings 2016-02-26 08:42:55 -08:00
Rob Falgout
97124d1686 Fixing a portability problem in utilities/Makefile and rerunning autoconf with a newer version 2016-02-25 15:56:35 -08:00
Ulrike Yang
1080305766 moved declarations to beginning of routine 2016-02-25 09:56:38 -08:00
Ulrike Yang
e36e3a4542 replaced bash specific substrings 2016-02-24 16:19:04 -08:00
Rob Falgout
b027a15748 Added compiler flags to the test Makefile link lines to reduce warnings generated by Insure++ 2016-02-23 16:12:55 -08:00
Osei-Kuffuor
bff636c2b3 Modified configure script to manually determine blas/lapack name mangling since it may be different from the fortran compiler name mangling. 2016-02-22 09:00:04 -08:00
Osei-Kuffuor
778612ae51 Modified configure.in to fix issue with multiple use/meaning of 'prefix' variable 2016-02-15 10:57:05 -08:00
Osei-Kuffuor
e26ca6fd3b Merge branch 'master' of https://mystash.llnl.gov/scm/hypre/hypre 2016-02-12 09:38:44 -08:00
Osei-Kuffuor
bc74630700 Fixed a bug in autoconf scripts. 2016-02-12 09:36:40 -08:00
Ulrike Yang
7586c02332 Removed comments to really fix Lu's issue 2016-02-12 07:55:50 -08:00
Ulrike Yang
084b4f97c7 fixed a memory issue Lu found 2016-02-12 07:54:50 -08:00
Osei-Kuffuor
2ef505bbc3 Modified autoconf scripts to relax checking of user-provided blas/lapack library paths, and generated a new configure script using bootstrap 2016-02-12 06:20:19 -08:00
Ulrike Yang
f8e183045b Merge branch 'master' of ssh://mystash.llnl.gov:7999/hypre/hypre 2016-02-03 09:28:15 -08:00
Ulrike Yang
096f60280e changed a definition and took out functions that we want to phase out 2016-02-03 09:27:40 -08:00