Re: [Knitro] Errors when knitroampl use AMPL GNU Scientific Library (GSL)
10 views
Skip to first unread message
Richard Waltz
unread,
Aug 19, 2023, 12:31:24 PM8/19/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Artelys Knitro forum
Hi,
I assume this is on the Win64 platform? If so, please make sure the dll you are using is also the version for 64-bit. You may also check with Ampl support. See for instance:
I'm currently using the knitroampl to solve *.nl format models via Knitro 13.2. However, it seems that knitroampl can not use external function libraries in AMPL GSL https://github.com/ampl/gsl. It will report "function gsl_cdf_gaussian_P not available"
even if I have already added the directory of "amplgsl.dll" to PATH. Is there any solution? Thanks!