Page 1 of 1

eprime2 - modifications to the eprime example code

PostPosted: Wed Aug 19, 2015 4:51 am
by njpacoma
I have created another Parallella program, an adaptation of the eprime program in the parallella-examples set. My modifications aren't extensive but changes the way the program works, specifically how much work each core performs, how the main program determines that each core has completed it work, and how the results are reported.

The code can be gotten from my github repository: https://github.com/njpacoma/eprime2.git. The code includes a build.sh as well as a run.sh which takes a value.


I am looking for help with a particular programming problem -- I want to create a program where the main assigns tasks to the cores and when a core has completed its assigned task, the main program can assign another task to the core. In reading the documents, I don't understand how to coordinate the main and cores to do this.