From afff1eddda5b1dd80b832df9082efca080a21b02 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 21 May 2006 20:40:14 +0000 Subject: [PATCH] add the parallel matrix multiplication example git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2268 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gras/Makefile.am b/examples/gras/Makefile.am index cfad2f85f0..95550f21b1 100644 --- a/examples/gras/Makefile.am +++ b/examples/gras/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS= ping rpc timer chrono tokenS mmrpc p2p all2all +SUBDIRS= ping rpc timer chrono tokenS mmrpc p2p all2all pmm include $(top_srcdir)/acmacro/dist-files.mk -- 2.20.1