Hi
I am trying have matrix data in the form of text files, that I want to be processed by a program running openMP. I have tried two ways to get this to work, but both are meeting dead ends and need help to get past at least one:
The first is to upload via CCS. I have the evaluation module in 'No Boot' mode, and what have been doing is compiling via CCSv5, uploading the OpenMP program via the Jtag emulator, and successfully running. I would like it to import data and process it. I would like two text files to be read and processed, but I do not know/understand howto upload the data, and indicate to the program where the data is and in what format. What is the recommended format and method for uploading this data, as well as telling the program where it is and how to parse the data? Is there a quick start/definitive guide on how to do this?
The other method is to cross compile the program, and upload the program and the data via ethernet, while the board has booted into linux. I have been compiling using CodeSourcery Lite, combined with the ITK. However, there does not appear to be openMP support in the CodeSourcery lite. Is there another compiling option that will give me openMP support? Is there a way to take the OpenMP program compiled in CCS and allow it to run on the board while it has booted in linux.
Thanks,
Elaina