The language for implementation is Python. The messaging used is MPI. The implemented tests are EP-STREAM and RandomAccess.
The complete implementation of the benchmark tests is in file
hpcc.py
(raw source code
is available as well).
There is no default (out-of-the-box) interface to MPI in Python
so the submission includes one written in
Pyrex.
It's in the file mpi.pyx
Installation procedure should be self-explanatory after reading
a make(1)
file.