- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No matter what I do, the Fortran -> Libraries -> Run-time library dropdown only contains multi-threaded runtimes. I have a distinct feeling that a library we use can only live in a single-threaded world (although it uses IMSL underneath, which as I understand uses OpenMP), and as such fails to link.
Any ideas?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're using VS2005 or 2008. Microsoft removed the single-threaded static libraries as of VS2005, so this is no longer an option. Keep in mind that the multithreaded libraries are really just "thread-safe" - they do not add threading to your application.

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