M. Koehrer wrote:
> Hi everybody,
>
> is it possible to use OpenMP with Xenomai Realtime threads? I have a
> Intel QuadCore CPU running. Currently I use the native skin to create
> multiple threads to run on multiple CPU cores. That works perfectly.
> However for some computations, a more local parallel computation
> could be great. And OpenMP provides exactly the right thing here. My
> question is now: Is it possible to use OpenMP with Xenomai real time
> tasks? How can I define the worker threads of OpenMP to be real time
> threads? What about the priority of these threads?
I do not know what OpenMP is, but if it uses the posix API, the first
step to make it work with Xenomai is to try and compile it with xenomai
posix skin. Then, all threads created by this openmp compiled for
xenomai posix skin will be real-time threads, and the priority of these
threads will be the one chosen by the pthread_att_setschedparam or
pthread_setschedparam services.
--
Gilles.
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help