From 9680c52f5eb51a0de8e5d01f8ee4882e5564ec1e Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 23 Jun 2012 02:40:46 +0000 Subject: [PATCH] Add mrplus examples to tarball This commit was SVN r26643. --- orte/test/system/Makefile.include | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/orte/test/system/Makefile.include b/orte/test/system/Makefile.include index ff5e40964a..960b470800 100644 --- a/orte/test/system/Makefile.include +++ b/orte/test/system/Makefile.include @@ -45,6 +45,8 @@ EXTRA_DIST += \ test/system/sigusr_trap.c \ test/system/spawn_child.c \ test/system/spin.c \ - test/system/orte_sensor.c - - + test/system/orte_sensor.c \ + test/system/mapper.c \ + test/system/mapr.py \ + test/system/reducer.c \ + test/system/red.py