- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, everyone, I have a problem related to unsuccessful using of IMSL lib
In my original source code main.f90 (which is written by other people couple years ago), IMSL lib are called using
a command
include INCLUDE 'link_f90_static.h'
However, the ivf complier failed to find link_f90_static.h file in my computer, and threw me a Error #5102.
I guess it's because the version of IMSL is different on our two laptops. The problem was resolved when
I substituted the original command with the following one
include INCLUDE 'link_fnl_static.h'
However, though the first problem was resolved, the second one emerged:a branch of error messages appeared in
the input window, like
1>imsls_err.lib(e1ucs.obj) : error LNK2001: unresolved external symbol ___kmpc_global_thread_num
It seems I did not use the IMSL completely successful
I guess it's due to the modification of code I have engaged before, but I'm not 100% sure about that
Any suggestion? Thank you.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add the following line after the include:
!DEC$ OBJCOMMENT LIB:"libiomp5md.lib"

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