Commit Graph

9315 Commits

Author SHA1 Message Date
falgout
2599689c35 First draft. 2012-10-30 15:22:05 +00:00
falgout
e837883df1 Removed documentation for compiling on Windows with configure/make.
Recommending CMake now instead.
2012-10-30 15:19:08 +00:00
falgout
e02e94b05c Added information on new CMake build system.
Fixed url bibliograph entries to be clickable.
Changed the initial bookmarkopenlevel to zero.
2012-10-29 23:30:22 +00:00
falgout
42a4cb6c46 Made changes in preparation for 2.9.0b release 2012-10-29 21:54:16 +00:00
falgout
d467eb1884 Modified run.sh to allow more flexibility.
Added insure testing for the --with-no-global-partition configuration.
2012-10-23 17:45:57 +00:00
falgout
d500363205 Updated the checkout time on tux to be an hour earlier. There was apparently
a conflict with something else on the system at the 12:30am time.
2012-10-19 16:46:24 +00:00
falgout
bdf887ff01 Added prints of iterations and residual for BoomerAMG to ij (same as in new_ij).
Fixed regression tests due to the changed output.
2012-10-19 15:41:49 +00:00
falgout
e1bcab4710 Added a copy to /usr/gapps/hypre on RZ for backup reasons 2012-10-18 22:46:47 +00:00
falgout
3d065d5298 Changed the header information of PrintIJ() to be consistent with IJMatrixPrint() 2012-10-18 20:42:42 +00:00
falgout
35d711278c Added iteration count and residual prints to the BoomerAMG solver. 2012-10-18 17:48:12 +00:00
falgout
b5ffd1ed56 Changed the (diagonal==0) case in a couple of interpolation routines to avoid
possible divide-by-zero by setting interpolation in that row to all zeros.
2012-10-18 17:46:30 +00:00
falgout
7da71151f0 Added some debug printing of interpolation operators 2012-10-17 17:01:47 +00:00
falgout
f3ab16bd7f Added a comment about the current gather boxes implementation and a possible
approach for further optimization.
2012-10-17 15:53:56 +00:00
falgout
91e0f70baa Removing ARPACK 2012-10-17 00:00:22 +00:00
falgout
74ae90ee0c Made mostly minor changes related to Klocwork analysis 2012-10-13 01:19:59 +00:00
falgout
10481d66d1 Changed the file redirection to create a new 'checkout.out' file each time.
Currently, the autotest script does not remove this file, so it just grows when
the redirection is set to append.  It might be good to rework some of the
handling of these files in the script.
2012-10-02 18:07:56 +00:00
falgout
783c8902c5 Finalizing new alpha release. 2012-09-28 18:24:45 +00:00
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