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

Support for `bsp_abort` #3

Closed Tombana closed 9 years ago

Tombana commented 9 years ago

Currently crashes on Epiphany are hard to explain. If we add a ebsp_message which sets set an error "flag" or a string, and the bsp_abort primitive which sets the state to aborted, we can show clear error messages when things go wrong.

Tombana commented 9 years ago

Implemented.