Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compile the sendrecv example
[simgrid.git] / examples / smpi / Makefile.am
index 89143ad..0e55db2 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 = allreduce bcast bcbench compute compute2 compute3 first second mvmul ring_c split scatter reduce 
-
+noinst_PROGRAMS = allreduce bcast bcbench compute compute2 compute3 first second mvmul ring_c split scatter reduce  sendrecv 
 allreduce: allreduce.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 bcast: bcast.c
@@ -42,6 +41,8 @@ split: split.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 mvmul: mvmul.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
+sendrecv: sendrecv.c
+       $(top_builddir)/src/smpi/smpicc $^ -o $@
 
 # List the tesh files below
 TESTS = bcast.tesh reduce.tesh