Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Cannot select "single-threaded"

sverweij
Beginner
449 Views

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?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
449 Views
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.
0 Kudos
Reply