Skip to content
This repository was archived by the owner on Nov 25, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 453 Bytes

File metadata and controls

20 lines (15 loc) · 453 Bytes

Roadmap

0.1

  • Minimal subset of BSP model, sufficient for simple programs.
  • A working example. (dotproduct, hello world)

0.2

  • Buffered communication (bsp_put, bsp_get)
  • A non-trivial example. (lu-decomposition)
  • Simple malloc-esque memory management tool.
  • Stable syncing
  • Refactor build process

0.3

  • BSP message passing

1.0

  • All BSP primitives implemented
  • Complete documentation