Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compile the sendrecv example
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 15 Jul 2009 16:47:44 +0000 (16:47 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 15 Jul 2009 16:47:44 +0000 (16:47 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6512 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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