Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Examples of CPP versions of Msg
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 3 Jul 2008 16:59:47 +0000 (16:59 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 3 Jul 2008 16:59:47 +0000 (16:59 +0000)
commit2abf25f94d9a3fd19a5d85637d6758932be8b047
tree2e1b5510c25f2a88fabaa7ba877dac786fde12ef
parent2371d0c1060589bd7b8757f47974ceaa906e0dba
Examples of CPP versions of Msg

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5855 48e7efb5-ca39-0410-a469-dd3cf9ba447f
66 files changed:
examples/cxx/autoDestination/BasicTask.cxx [new file with mode: 0644]
examples/cxx/autoDestination/BasicTask.hpp [new file with mode: 0644]
examples/cxx/autoDestination/FinalizeTask.cxx [new file with mode: 0644]
examples/cxx/autoDestination/FinalizeTask.hpp [new file with mode: 0644]
examples/cxx/autoDestination/Forwarder.cxx [new file with mode: 0644]
examples/cxx/autoDestination/Forwarder.hpp [new file with mode: 0644]
examples/cxx/autoDestination/Main.cxx [new file with mode: 0644]
examples/cxx/autoDestination/Master.cxx [new file with mode: 0644]
examples/cxx/autoDestination/Master.hpp [new file with mode: 0644]
examples/cxx/autoDestination/Slave.cxx [new file with mode: 0644]
examples/cxx/autoDestination/Slave.hpp [new file with mode: 0644]
examples/cxx/autoDestination/autoDestination_deployment.xml [new file with mode: 0644]
examples/cxx/autoDestination/autoDestination_platform.xml [new file with mode: 0644]
examples/cxx/basic/BasicTask.cxx [new file with mode: 0644]
examples/cxx/basic/BasicTask.hpp [new file with mode: 0644]
examples/cxx/basic/FinalizeTask.cxx [new file with mode: 0644]
examples/cxx/basic/FinalizeTask.hpp [new file with mode: 0644]
examples/cxx/basic/Forwarder.cxx [new file with mode: 0644]
examples/cxx/basic/Forwarder.hpp [new file with mode: 0644]
examples/cxx/basic/Main.cxx [new file with mode: 0644]
examples/cxx/basic/Master.cxx [new file with mode: 0644]
examples/cxx/basic/Master.hpp [new file with mode: 0644]
examples/cxx/basic/Slave.cxx [new file with mode: 0644]
examples/cxx/basic/Slave.hpp [new file with mode: 0644]
examples/cxx/basic/basic_deployment.xml [new file with mode: 0644]
examples/cxx/basic/basic_platform.xml [new file with mode: 0644]
examples/cxx/comm_time/CommTimeTask.cxx [new file with mode: 0644]
examples/cxx/comm_time/CommTimeTask.hpp [new file with mode: 0644]
examples/cxx/comm_time/FinalizeTask.cxx [new file with mode: 0644]
examples/cxx/comm_time/FinalizeTask.hpp [new file with mode: 0644]
examples/cxx/comm_time/Main.cxx [new file with mode: 0644]
examples/cxx/comm_time/Master.cxx [new file with mode: 0644]
examples/cxx/comm_time/Master.hpp [new file with mode: 0644]
examples/cxx/comm_time/Slave.cxx [new file with mode: 0644]
examples/cxx/comm_time/Slave.hpp [new file with mode: 0644]
examples/cxx/comm_time/comm_time_deployment.xml [new file with mode: 0644]
examples/cxx/comm_time/comm_time_platform.xml [new file with mode: 0644]
examples/cxx/explicitDestination/BasicTask.cxx [new file with mode: 0644]
examples/cxx/explicitDestination/BasicTask.hpp [new file with mode: 0644]
examples/cxx/explicitDestination/FinalizeTask.cxx [new file with mode: 0644]
examples/cxx/explicitDestination/FinalizeTask.hpp [new file with mode: 0644]
examples/cxx/explicitDestination/Forwarder.cxx [new file with mode: 0644]
examples/cxx/explicitDestination/Forwarder.hpp [new file with mode: 0644]
examples/cxx/explicitDestination/Main.cxx [new file with mode: 0644]
examples/cxx/explicitDestination/Master.cxx [new file with mode: 0644]
examples/cxx/explicitDestination/Master.hpp [new file with mode: 0644]
examples/cxx/explicitDestination/Slave.cxx [new file with mode: 0644]
examples/cxx/explicitDestination/Slave.hpp [new file with mode: 0644]
examples/cxx/explicitDestination/explicitDestination_deployment.xml [new file with mode: 0644]
examples/cxx/explicitDestination/explicitDestination_platform.xml [new file with mode: 0644]
examples/cxx/ping_pong/Main.cxx [new file with mode: 0644]
examples/cxx/ping_pong/PingPongTask.cxx [new file with mode: 0644]
examples/cxx/ping_pong/PingPongTask.hpp [new file with mode: 0644]
examples/cxx/ping_pong/Receiver.cxx [new file with mode: 0644]
examples/cxx/ping_pong/Receiver.hpp [new file with mode: 0644]
examples/cxx/ping_pong/Sender.cxx [new file with mode: 0644]
examples/cxx/ping_pong/Sender.hpp [new file with mode: 0644]
examples/cxx/ping_pong/ping_pong_deployment.xml [new file with mode: 0644]
examples/cxx/ping_pong/ping_pong_platform.xml [new file with mode: 0644]
examples/cxx/suspend/DreamMaster.cxx [new file with mode: 0644]
examples/cxx/suspend/DreamMaster.hpp [new file with mode: 0644]
examples/cxx/suspend/LazyGuy.cxx [new file with mode: 0644]
examples/cxx/suspend/LazyGuy.hpp [new file with mode: 0644]
examples/cxx/suspend/Main.cxx [new file with mode: 0644]
examples/cxx/suspend/suspend_deployment.xml [new file with mode: 0644]
examples/cxx/suspend/suspend_platform.xml [new file with mode: 0644]