Cosmin G Petra
Cosmin G Petra
Would be helpful for troubleshooting to print these in the log summary. - [ ] version # (w/ checksum) - [ ] timestamp - [ ] DEEPCHECKING - [ ]...
- [ ] Options `linear_solver_sparse` and `linear_solver_sparse_ordering` are not documented in the user manual - [ ] Code documentation for `linear_solver_sparse` is outdated [here](https://github.com/LLNL/hiop/blob/2b3d219134cfae501a9f05bb334aec9aed847a1c/src/Utils/hiopOptions.cpp#L822) - [ ] Code documentation for...
Usually occurs when the primal variables have converged but the duals have not. Possible remedies are to take full (primal and possibly dual step) for a couple of iterations (and...
We need to - [ ] enrich the test suite with an example that runs computations both in host (or default) and in device memory spaces. - [x] ensure recourse...
Draft of the abstraction needed to support multiple hardware backends. The goal is to allow multiple "backends" to run concurrently, e.g., Cuda/Hip linear algebra with Raja linear algebra. This proposed...
Provide f90 examples in addition to or replacing the existing f77 examples. Following up on https://github.com/LLNL/hiop/issues/7
fixed a wrong index in model
strongly recommended. for best performance, this should be done for multiple rhs along the lines of @BarrySmith 's comment from PR #58
garbage input point from julia (nans, denormalized numbers) creates an havoc in pips-nlp.
**Behavior** The NLP PIPS-NLP solver does not converge for some extreme-scale problems (thousands+ scenarios and million+ variables/constraints). The manifestation of this issue includes any of the following: 1. PIPS-NLP returns...