Hi all,
I'm using a TMDXEVM6678L board for a project. Previously I connected this board via JTAG to the PC, and wrote applications in CCS tools along with MCSDK. To run a openMP application, I needed to specify how many cores to use in the configuration file for the board and group these number of cores as one before loading the .out file onto them. That's what I did and it worked.
Right now I connect the board to PC via PCIe and application is developed under Desktop-linux-sdk, I'd also like to load application through PCIe to DSP to run. (Actually I was asking how to run application in case of using PCIe connection and Desktop-linux-sdk, but haven't figured out yet: http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/331999/1158899.aspx#1158899 ). Suppose I can run one application on one core, how about openMP application on which I'd like to employ multi-threading for multiple cores. Is there a way to do this? How can I do this?
Thank you very much for any help!
Regards,
Jie