Skip to content

Ipopt with OneAPI, HSL problem #656

Answered by svigerske
Leersmaekers asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like you use GCC when building HSL, but MSVC when building Ipopt.

For HSL, this one fails:

configure:21359: gcc -o conftest.exe -O2 -DNDEBUG    conftest.c -LC:\PROGRA~2\Intel\oneAPI\mkl\2023.0.0/lib/intel64 -Wl,--no-as-needed -lmkl_lapack95_lp64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm  >&5

For Ipopt, this one succeeds:

configure:22983: checking for LAPACK
configure:23343: /home/LaurentK/Ipopt/compile cl -o conftest.exe -nologo -DNDEBUG -O2 -MD    conftest.c /c/PROGRA~2/Intel/oneAPI/mkl/20230~1.0/lib/intel64/mkl_intel_lp64_dll.lib /c/PROGRA~2/Intel/oneAPI/mkl/20230~1.0/lib/intel64/mkl_sequential_dll.lib /c/PROGRA~2/Intel/oneAPI/mkl/20230~1.0/lib/intel64/mkl_core_dll.lib  >&5

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
2 replies
@tkralphs
Comment options

@Leersmaekers
Comment options

Comment options

You must be logged in to vote
12 replies
@Leersmaekers
Comment options

@svigerske
Comment options

@Leersmaekers
Comment options

@svigerske
Comment options

@Leersmaekers
Comment options

Answer selected by svigerske
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants