Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add gras console example, illustrating the use of lua gras generator to setup the...
authorcoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 11 Aug 2010 13:01:53 +0000 (13:01 +0000)
committercoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 11 Aug 2010 13:01:53 +0000 (13:01 +0000)
commit9ba32e9e4cbb147b495d1c59711463c0b28c8a79
tree5ed4630e4beef8f51b50647fc8c8120249111efd
parent1f494d5b035cbdb6e62f6d2575f8d55282ccac8e
add gras console example, illustrating the use of lua gras generator to setup the project and lua console to bypass the parser

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8156 48e7efb5-ca39-0410-a469-dd3cf9ba447f
buildtools/Cmake/MakeExeLib.cmake
examples/gras/console/CMakeLists.txt [new file with mode: 0644]
examples/gras/console/gras_platform_script.lua [new file with mode: 0644]
examples/gras/console/ping.h [new file with mode: 0644]
examples/gras/console/ping_client.c [new file with mode: 0644]
examples/gras/console/ping_common.c [new file with mode: 0644]
examples/gras/console/ping_generator.lua [new file with mode: 0644]
examples/gras/console/ping_server.c [new file with mode: 0644]