This repository contains examples and DECADES applications to run and experiment with the capabilities and different modes of the DECADES compiler, DEC++. There are several examples:
- A simple "Hello World"-like program to demonstrate the doall parallelism built into DEC++.
- A graph algorithm written in C++, "graph projections" to demonstrate doall parallelism, decoupling, and bit-serial processing capabilities.
- A graph algorithm written in Python, "vertex nomination" to demonstrate the capabilities of Numba and how it fits into the DEC++ framework.
To find out more about each example, navigate to their respective directories.