Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
put the LGPL 2.1 in a specific file. This should make COPYING a bit easier to read
[simgrid.git] / examples / smpi / Makefile.am
index 10a3697..0b11def 100644 (file)
@@ -14,7 +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 pingpong second sendrecv mvmul ring_c split scatter reduce 
+noinst_PROGRAMS = allreduce bcast bcbench compute compute2 compute3 first pingpong second sendrecv mvmul split scatter reduce 
 
 alltoall2: alltoall2.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
@@ -44,8 +44,6 @@ scatter: scatter.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 reduce: reduce.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
-ring_c: ring_c.c
-       $(top_builddir)/src/smpi/smpicc $^ -o $@
 split: split.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 mvmul: mvmul.c