IDAES / idaes-ext

IDAES developer repo for those building the idaes binary solvers and related tools.
Other
9 stars 11 forks source link

Add k_aug binary #49

Closed adowling2 closed 4 years ago

adowling2 commented 4 years ago

@adowling2 has recent experience compiling on macOS. This will be needed to use the upcoming sensitivity toolbox.

eslickj commented 4 years ago

@adowling2, I probably should know this, but can you point me to the K_aug code and docs?

adowling2 commented 4 years ago

https://github.com/dthierry/k_aug

@JanghoPark-LBL and I have limited experience getting it to compile.

Based on the limited documentation, I am worried that k_aug assumes the user has the HSL library installed (and in path). But my understanding is that we are distributing a version of Ipopt is compiled with Ipopt but does NOT expose the HSL to calls from other functions. (Ipopt allows you to either compile HSL as part of Ipopt or load it as a library.) @jsiirola knows more about this than me.

eslickj commented 4 years ago

Scripts are updated, and the binaries are built and in the test release now. Once I get them tested I'll make an official 2.2.0 binary release, we can bump the binary release version with the main IDAES release.

eslickj commented 4 years ago

Okay it should be done. We'll need to do some testing. We don't have tests for k_aug, but the rest is good.