Commit Graph

8623 Commits

Author SHA1 Message Date
ulrikey
1de17d7dfe changed copyright statement to reflect new management. 2007-11-13 19:09:13 +00:00
ulrikey
d7bd76e69c changed copyright statement to reflect new management 2007-11-13 19:07:30 +00:00
ulrikey
aee716e25c changed copyright statement to reflect new management. 2007-11-13 19:04:10 +00:00
ulrikey
85dbe96fbe changed copyright statement to reflect new management 2007-11-13 18:57:31 +00:00
falgout
f51d426c0c Fixed some reference manual problems. 2007-11-13 18:56:42 +00:00
ulrikey
198b0e9a33 changed copyright statement to reflect new management 2007-11-13 17:58:24 +00:00
ulrikey
193e85294a Changed copyright to reflect new management 2007-11-13 17:54:43 +00:00
ulrikey
da6a62c8be changed header to reflect new management 2007-11-13 17:50:00 +00:00
ulrikey
2f40e6a27f replaced occurences of UC to LLNS, LLC. 2007-11-13 17:45:31 +00:00
ulrikey
47ece1a981 changed header to reflect new management 2007-11-13 17:40:07 +00:00
ulrikey
4f3b3a8aa0 changed headers to reflect new management 2007-11-13 17:34:52 +00:00
ulrikey
b38acd6922 changed UC to LLNS and updated contract no. 2007-11-13 16:10:55 +00:00
kolev
df3b54db95 Added HYSYSPDE switch option to several solvers (compilation with
strict checking was complaining about this).
2007-11-12 17:39:02 +00:00
falgout
829b57122b Put -tux -insure tests first so that they will be sure to finish every night. 2007-11-12 16:58:37 +00:00
ulrikey
def1d6d379 added functions to individually set Euclid's parameters to be more
consistent with other hypre preconditioners.
2007-11-09 23:19:54 +00:00
falgout
22459c6b1b Fixed the PARASOFT path to point to version 7.1.0. 2007-11-08 15:48:51 +00:00
kolev
01404521db Removed a unused variable. 2007-11-07 16:03:34 +00:00
ulrikey
5262f2e6fc corrected typo 2007-11-06 23:43:12 +00:00
ulrikey
b872712124 restore previous values 2007-11-06 23:41:34 +00:00
ulrikey
db39fac478 fixed 2 potential bugs 2007-11-06 23:12:37 +00:00
falgout
34d78aca3c Redirected stderr to a *.err file so that script errors are logged. 2007-11-06 18:58:30 +00:00
falgout
6349889607 Changed some echo statements to help some with debugging 2007-11-06 17:44:39 +00:00
falgout
c65a160d27 Forgot a backslash in the last change on 7/11.
This may have broken autotest for some time now.
2007-11-06 17:27:47 +00:00
ulrikey
ce64157a05 fixed OPenMP compile problems 2007-11-05 23:38:36 +00:00
ulrikey
9b5e4a66c0 fixed OPenMP compile problem 2007-11-05 23:35:18 +00:00
ulrikey
b410843334 fixed some OPenMP compile problems 2007-11-05 23:34:58 +00:00
ulrikey
49852daabe fixed OPenMP problems 2007-11-05 22:41:58 +00:00
ulrikey
d2c5f06221 fixed OpenMP implementation of Matvec 2007-11-05 22:31:12 +00:00
ulrikey
10b4c87c3f removed IJ interface test for matrix type -1 (i.e. read from ij file) 2007-10-29 21:01:21 +00:00
chtong
661d4309d7 Correct a problem of an uninitialized variable. 2007-10-23 23:19:39 +00:00
ulrikey
f4e81e855b reinserted lines that were wrongly deleted 6 years ago. 2007-10-22 22:36:49 +00:00
barrylee
6d7ad0b47c Bug correction. Temp vectors set to have correct ghostlayers. 2007-10-17 19:59:05 +00:00
ulrikey
13a6d191cd renamed function 'ssort' to 'hypre_ssort' to avoid conflict with
potential other functions using the same name
2007-10-16 20:48:08 +00:00
chtong
07982faa8c Modify to run Rich Becker's problem. 2007-10-09 20:12:45 +00:00
kolev
72d366d0c0 Added two functions that allow users to clear the errors recorded in the
global hypre error flag:

/* Clears the given error code from the hypre error flag */
int HYPRE_ClearError(int hypre_error_code);

/* Clears the hypre error flag */
int HYPRE_ClearAllErrors();

These are useful when the users choose to ignore certain error flags,
for example HYPRE_ERROR_CONV.
2007-10-08 21:51:32 +00:00
painter
ab2cb4deb2 Remove the Java interface from the distribution. I think it will be
ready for distribution when we can tell users how to make it work reliably
with an MPI binding for Java.
2007-09-28 22:22:58 +00:00
painter
cf24b1fe95 Don't compile the Java interface unless requiested by configure --enable-java
This is because it won't work unless environment variables have been set,
as described in examples/ex5bj.java .
2007-09-28 20:49:31 +00:00
painter
228bab1b74 new Java interface, works but work in progress 2007-09-27 21:28:09 +00:00
painter
5aed999452 upgrade Babel version to 1.0.4 2007-09-27 19:57:24 +00:00
painter
932ae4d25f In class MPICommunicator, add static functions to call MPI_Init and
MPI_Finalize.
2007-09-27 19:55:22 +00:00
painter
438271ab00 add Java interface 2007-09-27 19:54:03 +00:00
painter
b62905def0 upgrade Babel version to 1.0.4
In class MPICommunicator, add static functions to call MPI_Init and
MPI_Finalize.
2007-09-27 19:52:41 +00:00
painter
8d8ca56b4f upgrade Babel version to 1.0.4 2007-09-27 19:48:07 +00:00
painter
20a6a9bbeb upgrade Babel version to 1.0.4 2007-09-27 19:35:55 +00:00
painter
fc37b84535 small changes in comments 2007-09-27 19:33:30 +00:00
barrylee
6b9f5f9cb8 Set the temp. vector ghostlayers to be that of incoming vector. 2007-09-26 22:24:35 +00:00
barrylee
161a237b18 Added setting ghostlayer routine for the vector. 2007-09-26 22:22:35 +00:00
barrylee
63ebcdf62f Replaced IJ_mv.h with _hypre_IJ_mv.h 2007-09-26 22:21:37 +00:00
painter
534bc7fbd5 Cleanup and other improvements to Babel chapter of the hypre developer's
manual.  In the process I disambiguated a pair of bibliography entries.
2007-09-25 22:07:23 +00:00
baker59
1054f67af9 Added a utility to generate a system matrix from two HYPRE_ParCSR matrices. 2007-09-25 20:29:30 +00:00