On 2/12/2009 7:15 AM, David Cournapeau wrote:

> Since openmp also exists on windows, I doubt that it is required that
> openmp uses pthread :)

On Windows, MSVC uses Win32 threads and GCC (Cygwin and MinGW) uses 
pthreads. If you use OpenMP with MinGW, the executable becomes dependent 
on pthreadGC2.dll (an LGPL library from Redhat).

S.M.



_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to