Displaying 2 results from an estimated 2 matches for "omp_get_nest".
Did you mean:
omp_get_nested
2008 Nov 12
2
dlopen-ing a library with OpenMP by a non-OpenMP process
...uilt without OpenMP (-fopenmp) is trying to
dlopen a library, built with the feature, the result is a crash from
"bad system call":
#0 0x00000008009a223c in ksem_init () from /lib/libc.so.7
#1 0x0000000800998a8f in sem_init () from /lib/libc.so.7
#2 0x00000008011a6537 in omp_get_nested () from /usr/lib/libgomp.so.1
#3 0x00000008011a3466 in ?? () from /usr/lib/libgomp.so.1
#4 0x0000000000000002 in ?? ()
#5 0x00000008005072b2 in dlsym () from /libexec/ld-elf.so.1
#6 0x0000000800507cd2 in dlopen () from /libexec/ld-elf.so.1
...
Can anything be done about t...
2012 Oct 12
0
Wine release 1.5.15
...quartz: Remove redundant traces.
Dan Kegel (6):
vcomp: Better stub for omp_get_num_threads.
vcomp: Better stub for omp_set_num_threads.
vcomp: Better stub for omp_get_max_threads.
vcomp: Better stubs for omp_get_dynamic, omp_set_dynamic.
vcomp: Better stubs for omp_get_nested, omp_set_nested.
vcomp: Better stub for omp_get_thread_num.
Daniel Jelinski (2):
comctl32: Use GetWindowLong to check for scrollbar.
comctl32: Clean up listview resizing code.
Daniel Lehman (11):
msvcrt: Add declaration for _sc[w]printf to header.
msvcp90: Change b...