Go to file
Victor A. Paludetto Magri 69f74995e0
Add new search paths for the NVIDIA math libs (#788)
This PR adds two new search paths for the NVIDIA math libraries (cuSPARSE, cuBLAS, cuSOLVER). This fixes build issues on Polaris and Perlmutter.

* Add two new search paths for the NVIDIA math libs to configure
* Turn off CUDA math libs when CUDA is disabled
2022-12-13 17:56:56 -05:00
AUTOTEST SYCL regression testing (#778) 2022-12-05 16:21:03 -08:00
src Add new search paths for the NVIDIA math libs (#788) 2022-12-13 17:56:56 -05:00
.gitignore Add HYPRE_BRANCH_NAME (#759) 2022-10-18 16:54:17 -04:00
.readthedocs.yml Fix copyright (#615) 2022-04-05 16:19:51 -07:00
CHANGELOG CHANGELOG for 2.26.0 (#750) 2022-10-13 08:40:30 -07:00
COPYRIGHT Updating main license information 2019-07-08 08:55:26 -07:00
INSTALL.md Fix copyright (#615) 2022-04-05 16:19:51 -07: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 Fix copyright (#615) 2022-04-05 16:19:51 -07:00
SUPPORT.md Fix copyright (#615) 2022-04-05 16:19:51 -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