HiOp is an optimization solver for solving certain mathematical optimization problems expressed as non-linear programming problems. HiOp is a lightweight HPC solver that leverages application’s existing data parallelism to parallelize the optimization iterations by using specialized parallel linear algebra kernels.
HiOp is an optimization solver for solving certain mathematical optimization problems expressed as non-linear programming problems. HiOp is a lightweight HPC solver that leverages application’s existing data parallelism to parallelize the optimization iterations by using specialized parallel linear algebra kernels.
To install hiop, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hiop
To see what files were installed by hiop, run:
port contents hiop
To later upgrade hiop, run:
sudo port selfupdate && sudo port upgrade hiop
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.