Stable release: | Unreleased |
---|---|
Status: | Experimental |
Maintainer: | http://github.com/jameshanlon |
Description: | A language and runtime system for dynamic process creation on the XMOS XS1 architecture |
sire is a small block-structured, imperative language with features to demonstate a mechanism for distributed and dynamic creation of processes in and over a parallel system. It can be compiled for the XMOS XS1 architecture or a cluster system with support for MPI.
For more information, check out the on-line documentation at http://xcore.github.com/tool_sire
- See
TODO.rst
.
- See
TODO.rst
.
- xcommon git@github.com:xcore/xcommon.git
- xdoc git@github.com:xcore/xdoc.git
- Python 3.2 (or 3.1 with the argparse module) avilable as
python3
inPATH
. - PLY (Python Lex-Yacc, 3.4+).
- XMOS development tools (11.2.0+):
xcc
,xas
,xsim
,xobjdump
andxrun
. - OpenMPI (v1.4.*):
mpicc
andmpirun
.
Issues may be submitted via the 'Issues' tab in this github repository. Response to any issues submitted as at the discretion of the maintainer for this line.