From c4a789302148e98a58c9c50d2ab5244cf4a374ae Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 30 Jun 2009 13:16:00 +0000 Subject: [PATCH 1/1] Compile reduce example git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6396 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/smpi/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/smpi/Makefile.am b/examples/smpi/Makefile.am index 63415a39d3..83984e3726 100644 --- a/examples/smpi/Makefile.am +++ b/examples/smpi/Makefile.am @@ -14,8 +14,7 @@ # /tools/tesh/README.tesh # - List the tesh file in the TESTS variable so that it gets tested on make check -noinst_PROGRAMS = bcast bcbench compute compute2 compute3 first second mvmul ring_c split -#reduce Not working yet (FIXME) +noinst_PROGRAMS = bcast bcbench compute compute2 compute3 first second mvmul ring_c split reduce bcast: bcast.c $(top_builddir)/src/smpi/smpicc $^ -o $@ -- 2.20.1