Re: [Bf-committers] Buildbot cuda-hack

2016-08-29 Thread Francesc Juhe
I have no idea. I hard-coded libiomp5 because that’s the one included in darwin libs and the default used by the also included clang-omp-3.5. Official clang 3.7 uses libgomp as default and 3.8 uses libomp. iomp5 is hard-coded on several places, it’s just not hard-coded on the lines I had to

Re: [Bf-committers] Buildbot cuda-hack

2016-08-29 Thread Sergey Sharybin
Hi, Is it possible to somehow automatically detect which OpenMP library to use without need to hard-code it per-compiler-version? Maybe using try_compile CMake trickery? On Sun, Aug 28, 2016 at 8:37 PM, Francesc Juhe wrote: > I run a few tests regarding clang and omp after