falgout
|
6d381a1bfd
|
Removed unneeded MPI_COMM_WORLD stuff.
|
2011-09-28 22:01:53 +00:00 |
|
falgout
|
3abf5eabdd
|
Fixed two memory leaks.
|
2010-04-22 19:50:59 +00:00 |
|
falgout
|
feaf65ed85
|
Removed the 'babel-runtime/sidl' directory from the link line.
|
2010-04-22 19:50:38 +00:00 |
|
falgout
|
6fdb8c74fd
|
Changed to install only one hypre lib file.
|
2010-01-29 01:40:29 +00:00 |
|
falgout
|
4db99892ab
|
Changed SetNeighborBox to SetNeighborPart in the implementation.
Did not switch to SetNeighborPart in the Babel interface yet.
|
2010-01-11 18:13:36 +00:00 |
|
ulrikey
|
6015f664f8
|
added various new functions to AMG to make them accessible through babel
|
2008-07-24 22:12:36 +00:00 |
|
ulrikey
|
b39374690d
|
replaced copyright headers
|
2008-07-18 01:34:48 +00:00 |
|
falgout
|
d0d956ce33
|
Fixed several -Wall warnings and a couple of errors, too.
|
2007-12-10 22:55:12 +00:00 |
|
ulrikey
|
4f3b3a8aa0
|
changed headers to reflect new management
|
2007-11-13 17:34:52 +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
|
e0db58902a
|
remove #include <assert.h>, because this hasn't been needed for some time
|
2007-06-08 21:47:53 +00:00 |
|
painter
|
e09b72404f
|
Fortran 90 client
|
2007-02-06 01:23:15 +00:00 |
|
painter
|
c7e7583e80
|
add runline for Fortran90, commented out so it won't happen unless you really
want it
|
2007-02-06 01:21:42 +00:00 |
|
painter
|
f8ca6d4a37
|
correct headers when printing convergence information
|
2007-01-29 18:21:06 +00:00 |
|
painter
|
4d6ac4066a
|
fix typo in error check
|
2007-01-29 17:39:52 +00:00 |
|
painter
|
2b0fd4aaba
|
Copy Babel-generated Fortran includes *.inc the same as Babel-generated C
includes *.h .
|
2007-01-29 17:38:06 +00:00 |
|
painter
|
4a4ea64d67
|
New Babel run due to many new documentation comments in Interfaces.idl.
|
2006-12-29 21:25:20 +00:00 |
|
painter
|
32adb5978f
|
New Babel run due to many new documentation comments in Interfaces.idl.
Also, eliminated fine grid options Cycle0NumSweeps and Cycle0RelaxType
from bHYPRE_BoomerAMG_Impl.c, because BoomerAMG no longer supports the.
|
2006-12-29 21:23:39 +00:00 |
|
painter
|
480b6e650f
|
Update and expand documentation comments in Interfaces.idl, and related
comment in babel-runall .
|
2006-12-29 21:22:00 +00:00 |
|
painter
|
5561cc6d30
|
Fix doc comment. This change will disappear with the next Babel run,
the fix really should be done in Babel somewhere.
|
2006-12-14 18:44:54 +00:00 |
|
ulrikey
|
7da5af7f51
|
changed parcsr_ls.h, parcsr_mv.h, IJ_mv.h to _hypre_parcsr_ls.h, _hypre_parcsr_mv.h , _hypre_IJ_mv.h
|
2006-11-29 17:24:08 +00:00 |
|
falgout
|
7d6b1c6158
|
Add '_hypre_' prefix to internal headers for utilities, struct, and sstruct.
|
2006-11-15 01:32:38 +00:00 |
|
painter
|
67d4234c01
|
fix typos
|
2006-10-12 18:22:33 +00:00 |
|
painter
|
17d0ea98c1
|
use new Python support in configure system
|
2006-10-12 17:47:11 +00:00 |
|
painter
|
b5f9f1c787
|
add libraries which seemed necessary in one run
|
2006-10-11 23:30:59 +00:00 |
|
painter
|
de0c7f7f60
|
Generate the .scl file which Babel requires to run its Python interface.
The path to this file must be in the SIDL_DLL_PATH environment variable.
|
2006-10-11 23:26:59 +00:00 |
|
painter
|
9e9852ba78
|
Add Python support.
It defaults off, change BUILD_PYTHON to 1 to build the Python interface.
|
2006-10-05 21:27:07 +00:00 |
|
painter
|
0a619b6bc8
|
point to more include directories, to avoid copying .h files;
new library directory added for unrelated reason
|
2006-10-05 21:16:55 +00:00 |
|
painter
|
fce3ba1ef3
|
new Python interface; all but the Makefile is Babel-generated
|
2006-10-05 00:15:02 +00:00 |
|
painter
|
9aac7b9a92
|
new lines to build the Python interface, and to automatically fix bad doc
comments so we can build the bHYPRE reference manual without hand-editing
|
2006-10-05 00:05:59 +00:00 |
|
painter
|
068b300edd
|
build shared library correctly with latest hypre build system
|
2006-10-02 22:53:26 +00:00 |
|
painter
|
39fcdb7599
|
escape underscore for doc++
|
2006-09-28 22:27:11 +00:00 |
|
hill66
|
d4b8f594bc
|
Minor edits to license info.
|
2006-09-27 16:45:24 +00:00 |
|
hill66
|
90cea322ec
|
Temoprary fix to allow reference manual to be built.
|
2006-09-25 22:23:03 +00:00 |
|
hill66
|
402d34179c
|
Updated license info.
|
2006-09-22 22:06:21 +00:00 |
|
painter
|
2d05a2727e
|
interface to hypre error handler
|
2006-09-14 22:13:03 +00:00 |
|
painter
|
ac15085e73
|
interface to error handler
|
2006-09-14 22:12:30 +00:00 |
|
painter
|
01dcf7016b
|
All files changed due to a Babel re-run. The substantive changes are:
1. new Destroy function, a synonym for deleteRef
2. interface to the hypre error handler
|
2006-09-14 21:52:16 +00:00 |
|
painter
|
c89e014a3c
|
1. new Destroy function, a synonym for deleteRef
2. interface to the hypre error handler
|
2006-09-14 21:49:07 +00:00 |
|
painter
|
d0c51fbf81
|
patch Babel-generated comments to work with doc++ (underscores escaped, no
more); done by running the "docfix.el" script
|
2006-09-11 20:53:57 +00:00 |
|
painter
|
45676831e6
|
temporary script to fix Babel-generated doc comments to work with doc++
|
2006-09-11 20:52:59 +00:00 |
|
painter
|
0153484daa
|
plug memory leaks
|
2006-09-08 23:46:20 +00:00 |
|
painter
|
943488a645
|
plug memory leaks
|
2006-09-08 20:16:18 +00:00 |
|
painter
|
d1fa31d649
|
plug memory leaks
|
2006-09-07 22:14:52 +00:00 |
|
painter
|
96fbf2e91a
|
more use of include-referenced argument so things will build
|
2006-08-31 18:03:20 +00:00 |
|