Go to file
Denis Barbier dcbee14539
Add convenient CMake alias (#563)
Usually consumers of HYPRE call find_package(HYPRE) and depend on
HYPRE::HYPRE target.  But they could also want to use HYPRE via
add_directory (for instance via a git submodule)) or FetchContent,
in which case they have to depend on HYPRE target.

This alias makes this usage more consistent, all users could then
depend on HYPRE::HYPRE.  See for instance
  https://cmake.org/pipermail/cmake/2018-November/068629.html
2022-01-25 12:06:47 -08:00
AUTOTEST Fortran gpu (#470) 2022-01-19 21:24:05 -08:00
src Add convenient CMake alias (#563) 2022-01-25 12:06:47 -08:00
.gitignore Gpu default (#336) 2021-05-24 17:16:35 -07:00
.readthedocs.yml Added copyright header to readthedocs.yml file 2020-02-21 14:04:54 -08:00
CHANGELOG Updated CHANGELOG 2021-09-30 15:54:27 -07:00
COPYRIGHT Updating main license information 2019-07-08 08:55:26 -07:00
INSTALL.md Added ABI compabitility comment to INSTALL.md file 2019-10-17 07:22:50 -07:00
LICENSE-APACHE Updating main license information 2019-07-08 08:55:26 -07:00
LICENSE-MIT Updating main license information 2019-07-08 08:55:26 -07:00
NOTICE Updating main license information 2019-07-08 08:55:26 -07:00
README.md Change issue reporting to use github's issue tracker (#189) 2020-09-02 22:35:36 -07:00
SUPPORT.md Change issue reporting to use github's issue tracker (#189) 2020-09-02 22:35:36 -07: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.

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.

We appreciate feedback from users. Please submit comments, suggestions, and report issues on our issues page. See also 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