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

Threading Inside DLL

bamram
Beginner
415 Views
I've written some code which is compiled multithread dll and am having no compile/link problems. The main program calls a subroutine inside the DLL which in turn attempts to kick off a thread which executes other subroutines inside the DLL.
Should this work? Or, does the new thread need to execute code external to the DLL not code co-located inside the DLL?
Thanks in advance for any help or guidance.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
415 Views
Should work fine.
0 Kudos
Reply