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

Allow user to set #defined sizes of BSPMP caches at runtime #30

Closed usewits closed 9 years ago

usewits commented 9 years ago

MAX_BSP_VARS, MAX_DATA_REQUESTS, etc are now defined in common.h, but since we now implemented malloc we could make these dynamically settable by the user.