From: mquinson Date: Wed, 15 Jul 2009 16:47:44 +0000 (+0000) Subject: Compile the sendrecv example X-Git-Tag: SVN~1136 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f1181eecb82ca64cfa49259fe41a7115fdcf6bc0?ds=sidebyside Compile the sendrecv example git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6512 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/smpi/Makefile.am b/examples/smpi/Makefile.am index 89143ad1c1..0e55db25e9 100644 --- a/examples/smpi/Makefile.am +++ b/examples/smpi/Makefile.am @@ -14,8 +14,7 @@ # /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