Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add Exec::setBound (and what lies beneath)
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 26 Dec 2017 20:43:56 +0000 (21:43 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 26 Dec 2017 20:43:56 +0000 (21:43 +0100)
commit16e27d2a68b9d21536c50eddff53fb68caa30d91
tree3b886527422be3590dd32f95e05eee1e4283cefe
parent12ad1e7c01058fada33cecf2d4c4cb8bf9874f9e
add Exec::setBound (and what lies beneath)
also to convert the cloud-capping test (rather than example)
move the MSG to the dungeon
12 files changed:
.gitignore
examples/msg/CMakeLists.txt
examples/s4u/CMakeLists.txt
examples/s4u/cloud-capping/s4u-cloud-capping.cpp [new file with mode: 0644]
examples/s4u/cloud-capping/s4u-cloud-capping.tesh [new file with mode: 0644]
include/simgrid/s4u/Exec.hpp
src/kernel/activity/ExecImpl.cpp
src/kernel/activity/ExecImpl.hpp
src/s4u/s4u_exec.cpp
teshsuite/msg/CMakeLists.txt
teshsuite/msg/cloud-capping/cloud-capping.c [moved from examples/msg/cloud-capping/cloud-capping.c with 86% similarity]
teshsuite/msg/cloud-capping/cloud-capping.tesh [moved from examples/msg/cloud-capping/cloud-capping.tesh with 100% similarity]