Skip to content

Commit

Permalink
remove link to spral fork on lanl
Browse files Browse the repository at this point in the history
- doesn't seem to be updated anymore
  • Loading branch information
svigerske committed Aug 18, 2023
1 parent 249f670 commit 11739c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/install.dox
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,6 @@ To compile %Ipopt with the linear solver SPRAL,
[SPRAL](https://github.com/ralna/spral) should first
be downloaded and compiled according to the associated
[SPRAL compilation guide](https://github.com/ralna/spral/blob/master/COMPILE.md).
Alternatively, consider using the [LANL ANSI fork of SPRAL](https://github.com/lanl-ansi/spral).
The maintainer of this fork test whether their current version works with %Ipopt.

After compilation of SPRAL, while configuring %Ipopt,
you need to specify the link and include directories for the library with the
Expand All @@ -415,7 +413,7 @@ the following flags should be used, instead:
--with-spral-lflags="-L/path/to/spral/lib -lspral -lgfortran -lhwloc -lm -lcoinmetis -lopenblas -lstdc++ -fopenmp -lcudadevrt -lcudart -lcuda -lcublas"
--with-spral-cflags="-I/path/to/spral/include"
\endverbatim
The above assume a SPRAL compilation using OpenBLAS libraries. For best
The above assumes a SPRAL compilation using OpenBLAS libraries. For best
performance, use SPRAL together with linear algebra routines from the Intel MKL
(see \ref EXTERNALCODE_LINALG).

Expand Down

0 comments on commit 11739c5

Please sign in to comment.