This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to load openmp code via MPM in K2H?



Hi,

We are EVMK2H and want to use MPM to load binaries on DSP. A particular situation has raised that we want to load DSPs with OpenMP code that runs on 6 of the cores. Problem is taht how should we load that code ? Should we load a single binary on each of the 6 dsp cores or should we load our program to single core i.e. dsp0 and it will dispatch code to all other cores? We want to do it with the help of MPM. Is it possible?