From: mquinson Date: Sun, 21 May 2006 20:40:14 +0000 (+0000) Subject: add the parallel matrix multiplication example X-Git-Tag: v3.3~3090 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/afff1eddda5b1dd80b832df9082efca080a21b02 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 --- 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