* Add Wiki info to README * Updates to README and SUPPORT files --------- Co-authored-by: Rob Falgout <rfalgout@llnl.gov>
41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
<!--
|
|
Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
|
|
HYPRE Project Developers. See the top-level COPYRIGHT file for details.
|
|
|
|
SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
-->
|
|
|
|

|
|
|
|
|
|
[HYPRE](http://www.llnl.gov/casc/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](https://hypre.readthedocs.io/en/latest/).
|
|
|
|
For information on code development, build requirements, publications, and more,
|
|
see our [Wiki page](https://github.com/hypre-space/hypre/wiki).
|
|
|
|
To install HYPRE, please see either the documentation or the file [INSTALL.md](./INSTALL.md).
|
|
|
|
An overview of the HYPRE release history can be found in the file [CHANGELOG](./CHANGELOG).
|
|
|
|
Support information can be found in the file [SUPPORT.md](./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-MIT), [LICENSE-APACHE](./LICENSE-APACHE),
|
|
[COPYRIGHT](./COPYRIGHT), and [NOTICE](./NOTICE) for details.
|
|
|
|
SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
LLNL-CODE-778117
|