Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Test case for the gras_agent_spawn function
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 11 Jul 2007 11:15:55 +0000 (11:15 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 11 Jul 2007 11:15:55 +0000 (11:15 +0000)
commitfb16e0570dc67c637041ae0e5c339e29bc35078b
tree3b9f23208b27f8fc9b2201cfa318d2479ad88ae3
parentd7dc67d76d26296cfc6b256b672f975c2e854a98
Test case for the gras_agent_spawn function

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3730 48e7efb5-ca39-0410-a469-dd3cf9ba447f
14 files changed:
configure.ac
examples/gras/Makefile.am
examples/gras/Makefile.in
examples/gras/spawn/.cvsignore [new file with mode: 0644]
examples/gras/spawn/Makefile.am [new file with mode: 0644]
examples/gras/spawn/Makefile.in [new file with mode: 0644]
examples/gras/spawn/spawn.h [new file with mode: 0644]
examples/gras/spawn/spawn.xml [new file with mode: 0644]
examples/gras/spawn/spawn_child.c [new file with mode: 0644]
examples/gras/spawn/spawn_common.c [new file with mode: 0644]
examples/gras/spawn/spawn_father.c [new file with mode: 0644]
examples/gras/spawn/test_rl [new file with mode: 0755]
examples/gras/spawn/test_sg_32 [new file with mode: 0755]
examples/gras/spawn/test_sg_64 [new file with mode: 0755]