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

Threadprivate for exportable module variables

stydofe1
Beginner
523 Views
A while ago, I asked a question if with intel Fortran compiler, module variables with export attribute can be threadprivate in OMP. The answer is NO from Intel, is this something that will be implemented in a future? Do you have an idea if there are other fortran compilers that support this?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
523 Views
You mean exported from a DLL, right? We are limited by Windows here.
0 Kudos
Reply