UCLA CS 239 Parallel Programming Languages Winter 2009
Project
Implement the algorithm for
May-Happen-in-Parallel Analysis of X10
, Section 4.
Grammar
(
source
) for a subset of X10 called miniX10.
Benchmarks written in miniX10:
MapReduce.x10
(prints 9045050) and
Series.x10
(prints nothing)
Here is
Main.java
for working with jtb and javacc.
Here is my script
runall.sh
for running x10 on both MapReduce.x10 and Series.x10.
Here is my script
testall.sh
for running Main.java on MapReduce.x10 and Series.x10.
Here is the
X10 1.5
release page.