chtong
4566462bfc
Include LOBPCG in build.
2003-03-21 23:10:05 +00:00
falgout
ebcfeac481
A couple of things broke when 'beta' target was removed.
...
We need to reorganize this top-level makefile.
2003-03-06 18:56:06 +00:00
treadway
b760f76b96
removed make beta, test/make beta++, and test/make beta77
2003-03-05 01:41:59 +00:00
falgout
5d2b6ecda9
Removed PETSc configure symbols.
2003-02-20 17:37:35 +00:00
painter
911701d53e
fix the order of newly added Babel runtime
2003-01-22 21:47:10 +00:00
painter
75c1185696
we need Babel runtime for the Babel interface
2003-01-22 21:27:24 +00:00
treadway
ae68dc30e2
Using global variable ${AR} for ar command, AIX needed extra flags
...
to support 64-bit object files (AR="ar -X64")
2002-10-24 20:54:38 +00:00
chtong
5405df5294
change library name.
2002-06-26 16:37:35 +00:00
chtong
ddccfcf6ca
add mli.
2002-06-04 22:01:00 +00:00
treadway
42a0210859
FEI enhancements for Dave Stevens
...
1) add the option
--FEI_BASE_DIR=fei_base_directory
where fei_base_directory is a string specifying the directory where the
fei header files live. The effect of this configure directive would be
to set the variable FEI_BASE_DIR to the string fei_base_directory in the
file:
linear_solvers/FEI_mv/fei-hypre/Makefile
2) add the options:
a) --copy-hypre-fei-includes=hypre_fei_include_directory
this copies the files: cfei_hypre.h and cfei-hypre.h to the directory:
hypre_fei_include_directory
--copy-hypre-fei-libs=hypre_fei_lib_directory
this copies the files: libHYPRE_LSI.a and libHYPRE_superlu.a to the
directory: hypre_fei_lib_directory
2002-01-26 01:49:52 +00:00
treadway
d43b4afa55
removed MAKEFLAGS references
2001-08-27 21:24:02 +00:00
treadway
cf57f32309
modified to except pmake option
2001-08-23 19:35:10 +00:00
falgout
afa40eb072
Removed CI_struct directories.
2001-06-22 14:44:42 +00:00
falgout
71565cfe4b
Removed the structIJ directory. This work was moved into the recent
...
SStruct interface (and slightly modified; possibly further modified
and optimized in the future). When we change the Struct interface
release to support ParCSR matrices, etc., we will use the newer
technology in the SStruct interface.
2001-06-22 14:03:18 +00:00
falgout
2b1626d6a4
Fixed potential syntax problem when on some platforms.
2001-02-15 13:58:33 +00:00
painter
c86341d624
"configure --with-mli" to set up mli/matrix, and "make beta" to run
...
make in mli/matrix.
2001-02-12 22:59:07 +00:00
falgout
020612ce4e
_linear_solvers=>_ls and _matrix_vector=>_mv translations
2000-12-14 18:16:54 +00:00
treadway
5ab8408105
correct path to HYPRE_config.h
2000-12-12 00:06:34 +00:00
treadway
1df0c58311
support for $srcdir added
2000-11-14 01:01:42 +00:00
hysom
feb810cf39
Added lines to compile Euclid library (D.Hysom 2Nov2K)
2000-11-02 18:38:59 +00:00
chtong
8f5012ee41
solve an autotest problem.
2000-11-01 22:00:29 +00:00
chtong
c5ebf13f07
Fix a problem with linking in the Krylov solvers.
2000-10-30 16:54:57 +00:00
chtong
b78973d149
Modify in line with Jeff's creation of krylov directory.
2000-10-27 20:29:36 +00:00
falgout
8185b5b682
Fixed problem with 'HYPRE_EXTRA_DIRS' definition.
2000-10-11 17:47:30 +00:00
painter
2c53fab6b9
make babel/Hypre/* iff configure is run --with-babel
2000-10-10 00:06:18 +00:00
painter
50308c203e
New directory /krylov, for "generic" krylov solvers.
...
Minor changes in building from babel-generated files.
2000-10-09 16:44:25 +00:00
falgout
118ec6dab6
Moved semi-structured stuff (SStruct) out of beta.
...
Still need to add a test suite to autotest.
2000-09-01 00:58:37 +00:00
chtong
0b4bf685cf
Add compilation of IJ to the nofei option.
2000-08-09 19:22:48 +00:00
falgout
695b583154
First implementation of the Semi-structured interface.
2000-06-30 20:02:16 +00:00
falgout
29698da581
Made changes to move FEI into hypre release
2000-06-07 23:15:17 +00:00
chtong
1df13d4e80
Modified for correct installation of FEI -- Tong (5/18/00)
2000-05-18 19:14:43 +00:00
chtong
e68917e607
Get ready for autotesting the FEI -- Tong (5/8/00)
2000-05-08 21:31:45 +00:00
chtong
055ab1d818
Correct an error in this file to allow proper creation of FEI library
...
files. -- Tong (5/4/00)
2000-05-04 16:24:10 +00:00
chtong
d983677a2b
Modification made to enable a single .a file for fei applications - Tong (5/3/00).
2000-05-03 23:43:55 +00:00
chtong
f2490490d7
Modified to be more generic in handling the .a files - Tong (4/27/00)
2000-04-27 18:15:59 +00:00
chtong
e24abc297a
bug fix on making the fei library files. - Tong (4/27/00)
2000-04-27 17:23:39 +00:00
falgout
b0e3ffeb9e
Fixed struct, IJ, and fei targets to do temporary install into hypre subdir.
2000-04-19 22:57:59 +00:00
chtong
84c2d25f24
Add capability to generate one lib file for fei. - Tong (4/18/00)
2000-04-19 00:38:22 +00:00
chtong
e4703b6991
To improve interface with the FEI module - Tong(2/28/2000)
2000-02-28 23:27:46 +00:00
falgout
5d66017fcf
Changed so that 'test' directory code always gets compiled and linked.
1999-12-27 22:52:45 +00:00
ribbens
1a83b8a06e
Added structIJ_matrix_vector to the list of HYPRE_EXTRA_DIRS.
1999-12-22 21:19:55 +00:00
chtong
5f3bb9629f
Add hooks to compile the HYPRE_FEI -- Tong (11/24/99).
1999-11-24 20:28:42 +00:00
chow
64d7f7ae0f
Make ParaSails official - instead of commenting it out from the official test
...
program.
1999-10-29 00:41:07 +00:00
chow
230ae9a030
Added ParaSails to beta.
1999-10-29 00:12:04 +00:00
falgout
b7d8630626
Oops. Didn't need the tools directory after all.
1999-09-23 17:40:32 +00:00
falgout
a2540ad804
Added tools to the list of directories.
1999-09-23 17:36:53 +00:00
falgout
ada2f28bf4
Made search for BLAS the default on DECs.
...
Added lines to copy install HYPRE.h and HYPRE_config.h.
1999-09-23 07:54:09 +00:00
falgout
27df1bddcc
Moving IJ codes into official hypre.
1999-09-20 23:09:43 +00:00
dwalker
7a043cae48
added blas directory and associated code to be made
1999-09-15 22:31:32 +00:00
cleary
6fcfd60cba
change cp to cp -f.
1999-08-20 21:22:19 +00:00