This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Threadprivate performance problem :::Gfortran on Windows (mingw32) with OpenMP


Henry Kar Ming Chan wrote:
Hi,all,

I just note that there is an article titled
"Techniques Supporting threadprivate in OpenMP" (web
page :
personals.ac.upc.edu/aduran/papers/2006/tls_hips06.pdf)

It is an interesting article about solving the
performance problems of 'threadprivate'.

The OpenMP implementation in GCC already uses TLS for thread private variables on platforms where TLS is available. IIRC mingw32 doesn't support TLS.


--
Janne


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]