Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
For anyone interested in OpenMP stuff.Attached is a small project that shows how to use OpenMP with the CRT qsort.When OPENMPTEST is defined as 0 no OpenMP stuff is used, when 1, it is used.timings are 0 > 3285ms, 1 > 1969ms.John
Quote from: JohnF on July 17, 2014, 04:20:12 PMFor anyone interested in OpenMP stuff.Attached is a small project that shows how to use OpenMP with the CRT qsort.When OPENMPTEST is defined as 0 no OpenMP stuff is used, when 1, it is used.timings are 0 > 3285ms, 1 > 1969ms.JohnI get this error: (90): error #2918: [omp] Unrecognized or unsupported form of 'for' construct.