-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation updates #684
Conversation
docs/Documentation/Development/Languages/Julia/julia_install.md
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,21 @@ | |||
# IPOPT + HSL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Olivia wrote some documentation for IPOPT and HSL in the Libraries section (https://nrel.github.io/HPC/Documentation/Development/Libraries/). Should that be combined with this or moved?
|
||
```bash | ||
module load netlib-lapack | ||
module load idaes_solvers/3.4.0-netlib-lapack |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably change this to cray-libsci
? Might be good to have a recommendation here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. I can run some tests and update with recommendations in a subsequent PR.
mkdocs.yml
Outdated
- Bonmin : Documentation/Applications/IDAES_Solvers/bonmin.md | ||
- CBC : Documentation/Applications/IDAES_Solvers/cbc.md | ||
- CLP : Documentation/Applications/IDAES_Solvers/clp.md | ||
- Couenne : Documentation/Applications/IDAES_Solvers/couenne.md | ||
- IPOPT : Documentation/Applications/IDAES_Solvers/ipopt.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should consolidate these all to the same page, but then we can link to the individual sections here.
That way users know about the individual solvers available, but we don't have stub pages.
Co-authored-by: Haley Yandt <46908710+yandthj@users.noreply.github.com>
Co-authored-by: Haley Yandt <46908710+yandthj@users.noreply.github.com>
Co-authored-by: Haley Yandt <46908710+yandthj@users.noreply.github.com>
The following PR updates the documentation and makes the following changes