coduin / epiphany-bsp

BSP implementation for the Parallella; the world's smallest supercomputer
https://jwbuurlage.github.io/epiphany-bsp/
GNU General Public License v3.0
27 stars 14 forks source link

Make it easy to transfer data between epiphany cores host processor #22

Closed usewits closed 9 years ago

usewits commented 9 years ago

We need an easy to use function that allows users to distribute data to the epiphany cores, and an easy to use function that allows user to output data to host processors.

Tombana commented 9 years ago

Message queue system solves this: ebsp_send_down and ebsp_send_up