search for: omp_workshare2

Displaying 2 results from an estimated 2 matches for "omp_workshare2".

2014 May 18
3
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
...e build of llibclang_rt.asan_iossim_dynamic.dylib. wants link to a copy of /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/usr/lib/libc++.dylib as a x86_64 binary but it only exists as i386. Jack ps The previous report of omp_workshare2.c example failing to compile can be ignored as that was a stray character in my copy. On Sun, May 18, 2014 at 3:31 PM, Jack Howarth < howarth.mailing.lists at gmail.com> wrote: > It appears that the failure in the openmp build is due to a race > condition as if I use… > > mak...
2014 May 18
2
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
...n of openmp is triggered, but in the long run it probably should be using a different shared library name. Jack ps I found on 10.9, that current llvm/clang/openmp can compile and run all of the example code at https://computing.llnl.gov/tutorials/openMP/exercise.html to build except for omp_workshare2.c<https://computing.llnl.gov/tutorials/openMP/samples/C/omp_workshare2.c>. FYI, there appears to be an issue with building current openmp on 10.8 using the same approach. The openmp code appears to compile but the build fails with… make[1]: Leaving directory '/sw/src/fink.build/llvm35-3....