- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to compile a Fortran program with Intel 2019 Fortran Compiler, I keep getting the following unresolved external symbol errors:
error LNK2019: unresolved external symbol vdtanh_ referenced in function mlp_mp_tanh_func_
error LNK2019: unresolved external symbol vdasinh_ referenced in function mlp_mp_sinh_func_
error LNK2019: unresolved external symbol vddiv_ referenced in function mlp_mp_solve_
error LNK2019: unresolved external symbol vdinv_ referenced in function mlp_mp_solve_
error LNK2019: unresolved external symbol vdmul_ referenced in function mlp_mp_solve_
error LNK2019: unresolved external symbol vdinvsqrt_ referenced in function mlp_mp_solve_
Do you know what library to link with the program in order to resolve these errors?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The interfaces to the routines in question are in
-
mkl_vml.f90
Link to the MKL library. For simple uses of the MKL library, simply use the /Qmkl compiler option. Otherwise, use the MKL Link Line Advisor .
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The interfaces to the routines in question are in
-
mkl_vml.f90
Link to the MKL library. For simple uses of the MKL library, simply use the /Qmkl compiler option. Otherwise, use the MKL Link Line Advisor .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. Linking with mkl_rt.lib resolved the problem.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page