Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*
Viewing all articles
Browse latest Browse all 5691

threadprivate common-block for non-openmp thread

$
0
0

Hi,

I've got a FORTRAN dll that was made multi-threading-safe for openmp-threads by adding threadprivate-pragmas for all common-blocks.

Now, I'm trying to use this library in a multi-threaded environment, were the thread are NOT openmp threads. Is there any possibility to force allocation of the thread-local-memory for the common blocks and usage of thread-local-memory for those threads?

regards

Tobias


Viewing all articles
Browse latest Browse all 5691

Trending Articles