Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
examples to demonstrate bugs in sendrecv
[simgrid.git] / examples / smpi / Makefile.am
index 807e1d7..89143ad 100644 (file)
 #    <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 
+noinst_PROGRAMS = allreduce bcast bcbench compute compute2 compute3 first second mvmul ring_c split scatter reduce 
 
+allreduce: allreduce.c
+       $(top_builddir)/src/smpi/smpicc $^ -o $@
 bcast: bcast.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 bcbench: bcbench.c
@@ -30,6 +32,8 @@ first: mvmul.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 second: second.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
+scatter: scatter.c
+       $(top_builddir)/src/smpi/smpicc $^ -o $@
 reduce: reduce.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 ring_c: ring_c.c