Hi,
I am currently using tizen 4, and I want to do some experiment with OpenMP. I was to build my hello_world sample using native code.
The OpenMP seems to be detected, but when I try to run my binary on the device directly (Not using a tpk). Not matter the num_thread I try to use it's always using only one thread.
My device is Raspberry PI 3, I should be able to use 4 thread without any issue.
Is there some kind of limitation regarding openmp ??
Thanks