From: mquinson Date: Thu, 23 Jun 2005 14:51:23 +0000 (+0000) Subject: New GRAS example: simple/static token ring implementation X-Git-Tag: v3.3~3968 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/71b1bcf9d7039df9c5810da59f8adfe2adbd9dc8?hp=e5baa4756f08e5a19b03f510d7552072ac5d208a New GRAS example: simple/static token ring implementation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1387 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 528dad13f0..8aa9c57332 100644 --- a/configure.ac +++ b/configure.ac @@ -161,9 +161,11 @@ AM_CONDITIONAL(HAVE_FLEXML,test x$FLEXML != xNOTFOUND) # examples/pastry/Makefile examples/pastry/test_sg -# examples/gras/token/Makefile examples/gras/token/test_sg examples/gras/token/test_rl # examples/gras/chord/Makefile examples/gras/chord/test_sg examples/gras/chord/test_rl +# examples/amok/Makefile +# examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl + SG_CONFIGURE_PART(Generating files...) AC_CONFIG_FILES([ Makefile @@ -176,8 +178,7 @@ AC_CONFIG_FILES([ examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/test_rl examples/gras/timer/Makefile examples/gras/timer/test_sg examples/gras/timer/test_rl examples/gras/chrono/Makefile examples/gras/chrono/test_sg examples/gras/chrono/test_rl - examples/amok/Makefile - examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg + examples/gras/tokenS/Makefile examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl doc/Makefile doc/Doxyfile tools/graspe-slave tools/Makefile @@ -196,14 +197,14 @@ AC_CONFIG_FILES([ examples/gras/ping/test_sg examples/gras/ping/test_rl \ examples/gras/timer/test_sg examples/gras/timer/test_rl \ examples/gras/chrono/test_sg examples/gras/chrono/test_rl \ - \ + examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl \ examples/msg/run_msg_test \ ; do \ test -e $file && chmod +x $file; \ done ]) -# examples/gras/token/test_sg examples/gras/token/test_rl \ + # examples/gras/chord/test_sg examples/gras/chord/test_rl \ # examples/gras/pastry/test_sg