Argonne-National-Laboratory / PIPS

Parallel solvers for optimization problems
Other
73 stars 21 forks source link

Binaries of PIPS-NLP #66

Closed tso-martin closed 11 months ago

tso-martin commented 11 months ago

Hello, Thank you for your work on PIPS. I built PIPS-NLP only and expected to find the binaries pipsnlp_serial and pipsnlp_parallel (https://github.com/Argonne-National-Laboratory/PIPS/blob/master/PIPS-NLP/README.md). However, I only found the shared objects lib/libparpipsnlp.so and lib/libpipsnlp.so. Is this correct or did I make a mistake during compilation?

Best regards, Martin

nychiang commented 11 months ago

Do you have MA57? It seems to me these two executables are build if HAVE_MA57 is true.

tso-martin commented 11 months ago

Ok, MA57 was not found automatically, so I had to add it with cmake. The binaries are built now. Thank you!