Skip to content

Commit

Permalink
Add spack install instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford authored Dec 16, 2024
1 parent 8c0e7b9 commit 11b149d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,16 @@ Metis is usually detected automatically and needs not be specified under normal

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

## Install with Spack

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):

```bash
spack install hiop@develop
```

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)).

# Interfacing with HiOp

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).
Expand Down

0 comments on commit 11b149d

Please sign in to comment.