Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compile reduce example
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 Jun 2009 13:16:00 +0000 (13:16 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 Jun 2009 13:16:00 +0000 (13:16 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6396 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/smpi/Makefile.am

index 63415a3..83984e3 100644 (file)
@@ -14,8 +14,7 @@
 #    <simgrid>/tools/tesh/README.tesh
 #  - List the tesh file in the TESTS variable so that it gets tested on make check
 
 #    <simgrid>/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 $@
 
 bcast: bcast.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@