Go to file
Victor A. P. Magri 17fa100176
Update configure's default compilers list (#1024)
* The newer icx has precedence over icc
* mpiicx/mpiicpx have precedence over mpiicc/mpiicpc
* --enable-debug uses "-O0 -g -Wall" as CFLAGS
* Remove insure support
2023-12-21 14:41:12 -05:00
AUTOTEST SYCL triangular solves, Chebyshev relaxation, etc. (#972) 2023-10-11 15:05:21 -07:00
src Update configure's default compilers list (#1024) 2023-12-21 14:41:12 -05:00
.gitignore Doc updates (#974) 2023-09-28 18:43:53 -07:00
.readthedocs.yml Migrate docs to read-the-docs theme (#803) 2023-01-11 15:19:10 -08:00
CHANGELOG Release 2.30.0 (#1002) 2023-11-06 06:51:55 -08:00
COPYRIGHT Updating main license information 2019-07-08 08:55:26 -07:00
INSTALL.md Update CMake version in install directions (#793) 2022-12-14 13:33:03 -08:00
LICENSE-APACHE Updating main license information 2019-07-08 08:55:26 -07:00
LICENSE-MIT Fix copyright (#615) 2022-04-05 16:19:51 -07:00
NOTICE Updating main license information 2019-07-08 08:55:26 -07:00
README.md Update README.md (#1028) 2023-12-08 19:06:07 -05:00
SUPPORT.md Update README.md (#1028) 2023-12-08 19:06:07 -05:00

HYPRE is a library of high performance preconditioners and solvers featuring multigrid methods for the solution of large, sparse linear systems of equations on massively parallel computers.

For documentation, see our readthedocs page.

For information on code development, build requirements, publications, and more, see our Wiki page.

To install HYPRE, please see either the documentation or the file INSTALL.md.

An overview of the HYPRE release history can be found in the file CHANGELOG.

Support information can be found in the file SUPPORT.md.

License

HYPRE is distributed under the terms of both the MIT license and the Apache License (Version 2.0). Users may choose either license, at their option.

All new contributions must be made under both the MIT and Apache-2.0 licenses.

See LICENSE-MIT, LICENSE-APACHE, COPYRIGHT, and NOTICE for details.

SPDX-License-Identifier: (Apache-2.0 OR MIT)

LLNL-CODE-778117