Hi
I am also trying to use OpenMP for parallelizing my huge "image processing" loops. I'm on Windows and using CB with Mingw 4.7.1, since those have the additional libraries needed to run oF. But it doesn't have OpenMP support (no lib files).
If I upgrade to Mingw 4.8.1, I can run OpenMP's sample program nicely, but the oF lib addons that came for Mingw 4.7.1 fail to run because of version mismatch.
Any help is appreciated.
P.S: I tried looking at Intel TBB, but it is too confusing to use.