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