From f1181eecb82ca64cfa49259fe41a7115fdcf6bc0 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 15 Jul 2009 16:47:44 +0000 Subject: [PATCH] Compile the sendrecv example git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6512 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/smpi/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.20.1