Hi everyone,
I would like to execute OpenMP applications in BOTS benchmark with clang 3.9.1 but I get the following error:
Assertion failure at kmp_tasking.c(421): taskdata → td_flags.tasktype == 1.
Assertion failure at kmp_tasking.c(439): taskdata → td_flags.started == 0.
OMP: Error #13: Assertion failure at kmp_tasking.c(421).
OMP: Hint: Please submit a bug report with this message, compile and run commands used, and machine configuration info including native compiler and operating system versions. Faster response will be obtained by including all program sources. For information on submitting this issue, please see http://www.intel.com/software/products/support/.
OMP: Error #13: Assertion failure at kmp_tasking.c(439).
OMP: Hint: Please submit a bug report with this message, compile and run commands used, and machine configuration info including native compiler and operating system versions. Faster response will be obtained by including all program sources. For information on submitting this issue, please see http://www.intel.com/software/products/support/.
Aborted (core dumped)
Here is my machine spec:
Linux pp-multicore 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Any help is highly appreciated!
Thank you and best,
Mohammad