Commit Graph

343 Commits

Author SHA1 Message Date
falgout
7038621993 Apparently 'cp -fa' does not work on Solaris, so changing to 'cp -fR' after all. 2013-01-10 15:59:09 +00:00
falgout
d696f7c535 Changed 'cp -fpPR' to 'cp -fa' in all of makefiles.
The PETSc developers have had trouble on some platforms with -fpPR, but the -fa
option seems better than the -fR option they suggested because it will also
preserve attributes.  See [issue1022].
2013-01-10 00:32:15 +00:00
falgout
52796d3aea First implementation of CMake build. 2012-03-06 19:15:29 +00:00
kolev1
1b497fb016 Fixed globally exposed symbols without namespace protection in pilut/, lapack/
and blas/. See issue 536.
2011-11-07 18:12:01 +00:00
kolev1
a09d1e4a6f Fixed compiler warning with gcc 4.2.1. 2011-09-29 18:10:26 +00:00
kolev1
aa55608ea9 Fixed autotest errors from the C++ compiler on the new mac regression tests. 2011-09-29 00:15:09 +00:00
kolev1
acc396a003 Bugfix from issue 729. 2011-05-25 19:50:16 +00:00
falgout
0859f791e1 Changed the error control handling to use the new system. 2011-03-24 22:13:12 +00:00
falgout
68b7b5518a Changed 'long' to either 'hypre_longint' or 'HYPRE_Int'. 2011-01-27 19:46:14 +00:00
kolev1
af30c9e9ec Removed an empty file. 2011-01-11 20:38:54 +00:00
falgout
e3181f26b1 Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details).
Changed MPI routines to hypre_MPI routines.
Added hypre_printf, etc. routines.
Added AUTOTEST tests to look for 'int' and 'MPI_' calls.
Added a new approach for the Fortran interface (not implemented everywhere yet).
2010-12-20 19:27:44 +00:00
falgout
1fccbcfb7c Fixed a few things to get the MS Visual Studio compile working again. 2010-02-02 23:02:15 +00:00
falgout
6fdb8c74fd Changed to install only one hypre lib file. 2010-01-29 01:40:29 +00:00
falgout
73a0867c82 Added configure-line options to change name mangling for Fortran.
Cleaned up a lot of things in configure itself (still more to do though).
2010-01-25 22:51:05 +00:00
falgout
9f26a7739a Changed 'cp -fpd' to 'cp -fpPR' for better portability.
This should work on the Mac now in particular.
2010-01-14 18:17:53 +00:00
falgout
8ed12c2264 Added the release number to the names of hypre shared libraries (see [issue181]).
Also removed the HYPRE_LSI library because it was nearly identical to HYPRE.
2010-01-14 01:16:24 +00:00
kolev1
06916c815c Small changes to enable compulition on Windows with Visual C++. 2009-11-17 22:27:43 +00:00
falgout
8bd48d653b Changing the name of the 'FlexGmres.c' file to avoid conflicts with the
'krylov/flexgmres.c' file on Windows systems.
2008-08-08 01:09:55 +00:00
ulrikey
b39374690d replaced copyright headers 2008-07-18 01:34:48 +00:00
kolev
61121e62c3 Made sure that the hypre_F90_NAME_LAPACK/hypre_F90_NAME_BLAS macros are used correctly. See issue169. 2008-02-07 00:43:22 +00:00
ulrikey
1222a255ff fixed usage to match documentation 2007-11-30 21:36:39 +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
chtong
00e0bf3230 Change the max number of mpi tasks. 2007-06-22 23:02:51 +00:00
chtong
c9589d018b Change max mpi tasks to be very large. 2007-06-22 21:46:30 +00:00
baker59
06dedbf641 Removed return statements for errors in the middle of functions (should just set the error). 2007-04-19 20:42:03 +00:00
baker59
e63fb84296 Commented out the return statements for non-zero errors that were in the middle of functions. 2007-04-17 23:29:45 +00:00
kolev
e007861544 Fixed some hypre LAPACK/BLAS issues that surfaced when building shared
libraries (./configure --enable-shared).
2006-12-07 16:44:49 +00:00
falgout
403ea05783 Add '_hypre_' prefix to internal headers for utilities, struct, and sstruct. 2006-11-15 01:08:13 +00:00
hill66
dc7dc95e81 Corrections made to use internal blas/lapack routines. 2006-10-20 15:45:21 +00:00
hill66
d4b8f594bc Minor edits to license info. 2006-09-27 16:45:24 +00:00
hill66
402d34179c Updated license info. 2006-09-22 22:06:21 +00:00
ulrikey
bfe0495252 removed ierr's and replaced them by hypre_error codes 2006-09-14 22:05:00 +00:00
hill66
b3e54b65d1 shared libraries enabled. 2006-08-29 15:45:05 +00:00
hill66
92a1558e24 Remove temporary directories created by libtool. 2006-08-15 22:27:32 +00:00
hill66
fb29a207c7 Updated to enable shared libraries. 2006-08-15 22:09:36 +00:00
hill66
a87065d817 Corrected errors introduced when adding license info. 2006-08-01 15:36:38 +00:00
hill66
eedcac98ff Updated with LGPL license info. 2006-07-31 22:54:37 +00:00
hill66
e5ec2c6dec Modified HEADER to include LGPL (license) info. 2006-07-27 23:26:57 +00:00
hill66
9e54f927d3 Updated to enable building shared libraries. 2006-07-25 17:27:34 +00:00
hill66
5fbe619077 Changed C++ style comments to C-style 2006-02-03 18:23:18 +00:00
hill66
a3ac1eaa48 Removed spurious ^M to resolve warning messages. 2006-02-03 17:31:17 +00:00
chtong
b52db295dc Bug fix by David Hysom. 2006-01-31 21:21:25 +00:00
hill66
3cb00d1123 Removed spurious newlines that caused warning errors on gps. 2005-10-06 21:04:33 +00:00
hill66
4a261fabd9 Modified to be compatible with changes for building blas and lapack options. 2005-09-26 22:01:42 +00:00
hill66
d9f1a27bab Added removal of insure related files to clean target. 2005-08-15 23:01:21 +00:00
hill66
ba9613d09d Copy *.o files to lib directory. 2005-03-09 17:21:14 +00:00
hill66
2f7c840795 New build system. 2005-01-10 19:03:38 +00:00
hill66
bbe3b5435c New build system; added #ifdef WIN32 as requested by Al Nichols. 2005-01-10 19:01:46 +00:00
hill66
f8cbbc124f Added Makefile removal to veryclean target. 2004-12-08 23:15:00 +00:00