X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/189f463aedf5f30f719709ec33a214063241d942..58e65482d9fc9becc9a6f31e6b8617a0a9b92a74:/examples/smpi/Makefile.am diff --git a/examples/smpi/Makefile.am b/examples/smpi/Makefile.am index 7c4beba706..10a3697333 100644 --- a/examples/smpi/Makefile.am +++ b/examples/smpi/Makefile.am @@ -16,6 +16,12 @@ noinst_PROGRAMS = allreduce bcast bcbench compute compute2 compute3 first pingpong second sendrecv mvmul ring_c split scatter reduce +alltoall2: alltoall2.c + $(top_builddir)/src/smpi/smpicc $^ -o $@ +alltoall_basic: alltoall_basic.c + $(top_builddir)/src/smpi/smpicc $^ -o $@ +alltoallv: alltoallv.c + $(top_builddir)/src/smpi/smpicc $^ -o $@ allreduce: allreduce.c $(top_builddir)/src/smpi/smpicc $^ -o $@ bcast: bcast.c @@ -40,8 +46,6 @@ reduce: reduce.c $(top_builddir)/src/smpi/smpicc $^ -o $@ ring_c: ring_c.c $(top_builddir)/src/smpi/smpicc $^ -o $@ -sendrecv: sendrecv.c - $(top_builddir)/src/smpi/smpicc $^ -o $@ split: split.c $(top_builddir)/src/smpi/smpicc $^ -o $@ mvmul: mvmul.c @@ -54,7 +58,7 @@ TESTS = bcast.tesh reduce.tesh # No need to change anything after that line TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh -EXTRA_DIST = $(TESTS) +EXTRA_DIST = $(TESTS) hostfile CLEANFILES = *~ include $(top_srcdir)/acmacro/dist-files.mk