Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
basic grounding of S4U, the next interface of SimGrid
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 22 Jul 2015 11:31:24 +0000 (13:31 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 21:06:49 +0000 (23:06 +0200)
commit087d11a0d22c93b0d9289684ceca2a8ed1db7e89
tree37fbba92899b1160ed6854b2d31f9aa62f726bf5
parentf26cd6685142f04fd0024837cd5251ceb34dbc41
basic grounding of S4U, the next interface of SimGrid
buildtools/Cmake/DefinePackages.cmake
include/simgrid/s4u.h [new file with mode: 0644]
include/simgrid/s4u/engine.hpp [new file with mode: 0644]
include/simgrid/s4u/host.hpp [new file with mode: 0644]
include/simgrid/s4u/process.hpp [new file with mode: 0644]
src/s4u/s4u_engine.cpp [new file with mode: 0644]
src/s4u/s4u_host.cpp [new file with mode: 0644]
src/s4u/s4u_process.cpp [new file with mode: 0644]