2

I am working on a real time multiprocessor scheduling algorithm. I found very few results via google research related to it. A few simulators are available but are not robust enough.

OpenMp is an API I have previously used for small parallel application development. But I am not sure if it provides any support for real time parallel computing which involves time related parameters such as task period, deadline etc.

Are those features available in OpenMp? If not, are the underpinnings available so I could extend OpenMp instead?

asked Feb 21, 2014 at 3:23

1 Answer 1

-1

OpenMP is used in embedded systems programming, for instance on the TI Keystone processor. So it may be possible to do real time multiprocessing with it.

What hardware will you be using?

I opened a question for you on the OpenMP Forum. You can follow it there.
http://forum.openmp.org/forum/viewtopic.php?f=3&t=2091

Regards,
Matthijs

answered Dec 8, 2019 at 9:25

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.