- eprun-gather-results.py: reads a list of shell commands and invokes them, and collects the strings in the generated files.
- eprun.py: : reads a list of shell commands and invokes them.
- graysort.c: a graysort.
- kmeans-kmr.c: a k-means.
- kmeans-mrmpi.cpp: a rewrite of a k-means in MR-MPI examples.
- kmeanspy.py: a k-means in KMR for Python.
- mrmpi-crmat.c: a rewrite of a CRMAT matrix generator in MR-MPI examples.
- mrmpi-wordfreq.c: a rewrite of a word count program in MR-MPI examples.
- pagerank.c: a page rank.
- phoenix-kmeans.c: a rewrite of a k-means in Phoenix examples.
- phoenix-matrix-multiply.c: a rewrite of a matrix multiplication in Phoenix examples.
- tpch.c: some of the TPC-H.
- wordcount.c: a word count program.
- wordcountf.f90: a word count program.
- wordcountpy.py: a word count program.
- kmrdp.cpp: a "DP" library rewritten in KMR.
- testdp.c: a test program for a "DP" library.
- pi.c: a simple Pi calculation.
- "Flexdice" was moved to the "tool" directory (The moved files are: flexdice.c, flexdice.h, and flexdicemain.c).
- check-exec-in-mpi.c: test program for fork-execing subprocesses.
- check-exec-in-kmr.py: test program for fork-execing subprocesses.
- check-exec-in-mpi4py.py: test program for fork-execing subprocesses.
- forkexec.c: test subprogram used in check-exec-in-mpi4py.py.