-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-updates-dev' into 'develop'
Release updates See merge request ecpcitest/exasgd/resolve!42
- Loading branch information
Showing
2 changed files
with
39 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# ReSolve | ||
|
||
ReSolve is a library of GPU-resident linear solver. It is very much work in progres. When completed, it will contain iterative and direct linear solvers designed to run on NVIDIA and AMD GPUs, as well as CPU devices. | ||
ReSolve is a library of GPU-resident linear solver. It contains iterative and direct linear solvers designed to run on NVIDIA and AMD GPUs, as well as on CPU devices. | ||
|
||
## Getting started | ||
|
||
Dependencies: | ||
- KLU, AMD and COLAMD libraries from SuiteSparse | ||
- CUDA >= 11.4 | ||
- CMake >= 3.20 | ||
- CMake >= 3.22 | ||
|
||
To build it: | ||
```shell | ||
|
@@ -103,10 +103,10 @@ cmake -B build --preset cluster | |
``` | ||
|
||
## Support | ||
For any questions or to report a bug please submit a [GitLab issue](https://code.ornl.gov/ecpcitest/exasgd/resolve/-/issues). | ||
For any questions or to report a bug please submit a [GitHub issue](https://github.com/ORNL/ReSolve/issues). | ||
|
||
## Authors and acknowledgment | ||
Primary author of this project is Kasia Świrydowicz <[email protected]>. | ||
Primary authors of this project are Kasia Świrydowicz <[email protected]> and Slaven Peles <[email protected]>. | ||
|
||
Development of this coede was supported by the Exascale Computing Project (ECP), Project Number: 17-SC-20-SC, a collaborative effort of two DOE organizations—the Office of Science and the National Nuclear Security Administration—responsible for the planning and preparation of a capable exascale ecosystem—including software, applications, hardware, advanced system engineering, and early testbed platforms—to support the nation's exascale computing imperative. | ||
|
||
|