Skip to content

Commit cfd782f

Browse files
author
Cameron Rutherford
authored
Add spack install instructions to README.md (#701)
1 parent 8c0e7b9 commit cfd782f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,16 @@ Metis is usually detected automatically and needs not be specified under normal
148148

149149
UMFPACK (part of SuiteSparse) and METIS need to be provided as shown above.
150150

151+
## Install with Spack
152+
153+
If you would like to use our public [`package.py`](https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/hiop/package.py):
154+
155+
```bash
156+
spack install hiop@develop
157+
```
158+
159+
Additional information about using Spack can be found at [spack.readthedocs.io](https://spack.readthedocs.io/en/latest/) or within HiOp's [`package.py`]((https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/hiop/package.py)).
160+
151161
# Interfacing with HiOp
152162

153163
HiOp supports three types of optimization problems, each with a separate input formats in the form of the C++ interfaces `hiopInterfaceDenseConstraints`,`hiopInterfaceSparse` and `hiopInterfaceMDS`. These interfaces are specified in [hiopInterface.hpp](src/Interface/hiopInterface.hpp) and documented and discussed as well in the [user manual](doc/hiop_usermanual.pdf).

0 commit comments

Comments
 (0)