Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compile reduce example
[simgrid.git] / examples / smpi / Makefile.am
index 63415a39d33fe1e04021d7cfabd054f321089f66..83984e3726a35cdc452b0c072ba1ecfa4247488d 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
 
-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 $@