Commit Graph

9298 Commits

Author SHA1 Message Date
falgout
76d2d42528 First version of file. 2012-09-28 17:16:42 +00:00
falgout
8eab620063 Preparing for alpha release 2.8.3a. 2012-09-28 17:15:29 +00:00
falgout
092bd43993 One minor change. 2012-09-28 17:04:48 +00:00
falgout
6299125535 Added the --enable-debug option to the --with-no-global-partition case so that
the -Wall compiler option will be used to do more careful checking.
2012-09-28 16:51:05 +00:00
falgout
94784e09ca Initialized some variables to prevent compiler warnings with the assumed partition.
This code is not yet correct, however.
2012-09-28 16:01:52 +00:00
falgout
0be5fa9306 Rewrote the BoxManGatherEntries() code for handling AddGraphEntries() to improve
performance when using the assumed partition.
2012-09-28 00:24:20 +00:00
falgout
335c62546f Added checkout stdout/stderr to autotest-tux-cron files. 2012-09-27 21:39:25 +00:00
kolev1
2469fbf2f4 Fixed a bug in the l1-GS smoother with OpenMP. 2012-09-25 21:23:47 +00:00
falgout
8531b1213c Fixed a problem with several variables named 'complex' clashing with a definition
in the C99 include file 'complex.h'.
2012-09-25 19:01:30 +00:00
falgout
47863c72fb Preparing for a new alpha release 2012-09-25 18:59:14 +00:00
falgout
673427f325 Added 'cmbuild' directory 2012-09-25 18:37:10 +00:00
falgout
755f7f4a85 Fixed the logic so that the "not recognized" error gets printed correctly. 2012-09-25 17:26:54 +00:00
falgout
6067f8dd84 Added HAVE_MLI to the compile line. This definition was removed from several of
the code files in an earlier commit.
2012-09-25 16:25:23 +00:00
falgout
eb12520d0d Forgot some header files to install. 2012-09-25 00:13:39 +00:00
falgout
82a44dd2ce Put header file install copies back in. 2012-09-24 23:48:56 +00:00
falgout
b1235c8bef Minor modifications on setting CMake options. 2012-09-24 23:38:53 +00:00
falgout
3fafe2803b Forgot the test/cmbuild directory. 2012-09-24 23:23:26 +00:00
falgout
742544d027 Added new CMake support for building the FEI.
Reduced some of the warnings generated by the Visual Studio compiler.
Made the CMake build out-of-source only to reduce issues with make system.
Added some documentation to the 'INSTALL' file on compiling with CMake.
2012-09-24 22:59:54 +00:00
falgout
a0de0c4919 Adding one more filter for babel compile. 2012-09-21 17:44:06 +00:00
falgout
a698419c7a Updated crontab on tux339 due to hard drive and system changes. 2012-09-20 15:14:46 +00:00
falgout
b881b3b48c Changing filters to work with new Red Hat RHEL6 release on my linux box. 2012-09-19 23:30:17 +00:00
falgout
c9522c5675 Removed all use of the Korn Shell (/bin/ksh) from scripts for portability reasons.
Replaced with the Bourne shell (/bin/sh).
2012-09-19 20:44:04 +00:00
falgout
6f75adf5ff Fixed the print statements to use explicit formatting. This avoids problems with
regression testing comparisons to saved output.
2012-09-19 20:39:27 +00:00
falgout
c4f9079b84 Fixed a memory problem with new SetPeriodic() stuff and BoxMan info sizes. 2012-09-19 20:37:59 +00:00
falgout
40e176d653 Set num ghost to match what's in the grid. This gives users the ability to set
larger ghost layers to support non-distance-one stencils.
2012-09-18 18:04:05 +00:00
falgout
a217eb5eaa Removing blas and lib subdirectories because they are no longer needed. 2012-09-17 22:38:05 +00:00
falgout
87bb9ee02a Moved femli files to a single directory and removed directory dependencies in
the include lines to conform to conventions elsewhere in hypre.
The femli files were copied from amgs, base, cintface, fedata, mapper, matrix,
solver, util, and vector.  Log history prior to this date will be through those
subdirectories (which were "cvs remove'd").
2012-09-17 22:35:36 +00:00
falgout
49ff201c4e Fixed some compiler warnings 2012-09-13 15:10:12 +00:00
falgout
fb4f84a511 Fixed a memory allocation problem with the Uentries array in the SStructMatrix
data structure.
2012-08-27 16:29:36 +00:00
falgout
6e7fc7d69d Added code to delete old builds 2012-07-03 18:34:03 +00:00
kolev1
9f385dd9fa Fixed a bug. 2012-06-18 16:19:15 +00:00
falgout
65e423461b Changed a few fprintf statements to hypre_fprintf. 2012-06-05 16:27:05 +00:00
falgout
42e8999940 Adding a routine to print a hypre CSR matrix in Harwell-Boeing format. 2012-06-04 21:11:24 +00:00
falgout
05c2ec4ba3 The behavior of crontab changed on RZ, so some mods were needed. Also started
sending checkout output to a file to aid with debugging.  Only using a single
file since it always produces stderr.
2012-05-30 16:05:48 +00:00
falgout
509bc6ec6b Adding output files for autotest checkout 2012-05-30 15:20:06 +00:00
falgout
518fa75fa2 Made some makefile changes to reduce file copying for blas, lapack, and femli 2012-05-25 23:54:08 +00:00
falgout
b335ec98aa Fixed some strict checking errors associated with type hypre_MPI_User_function.
Updated the check-mpi autotest script to catch MPI_Comm_size, etc.
2012-05-25 21:00:52 +00:00
ulrikey
a1398aa709 fixed bug and memory leak 2012-05-25 17:19:52 +00:00
ulrikey
163a13bbb0 fixed a memory leak 2012-05-24 23:56:22 +00:00
ulrikey
ea4b7462f9 generalize communicator in assumed partition and moved Gussian elimination
matrix iteration into setup phase
2012-05-24 22:46:26 +00:00
falgout
3a1748b414 Fixed some compiler warnings with new boxloops 2012-05-21 17:13:05 +00:00
falgout
d9fcb77306 Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
dimension data (see [issue[926]).  Also added initial implementations of the new
loops and named them with the prefix 'zypre_'.  These new loops will be
optimized further before swapping them in permanently.
2012-05-18 23:47:12 +00:00
falgout
e4b78f816b Changed the schedule date for rzcereal3 2012-05-16 18:23:16 +00:00
falgout
2a874b6155 Done with 2.8.2a alpha release. 2012-05-10 23:58:43 +00:00
falgout
8932256d8e Added a comment about needing the absolute path in the release name. 2012-05-10 22:48:23 +00:00
falgout
8b68747eca Preparing for 2.8.2a release. 2012-05-10 22:01:06 +00:00
kolev1
fe88064d43 Added BoomerAMGSetMinCoarseSize(2) calls to the subspace solvers. 2012-05-10 20:33:25 +00:00
kolev1
6d84a472e9 Initialize the matrix pointers SN and AN in hypre_BoomerAMGSetup with NULL. 2012-05-10 20:32:48 +00:00
falgout
0d93eb4934 Updating for 2.8.2a release. 2012-05-10 00:08:53 +00:00
falgout
7b286bd16f Adding regression tests that check 7pt, 19pt, positive/negative definite, singular
problems with periodic and Neumann conditions.  Related to [issue915].
2012-05-09 23:41:22 +00:00