Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix set_read_bandwidth and set_write_bandwidth for disks
authorBruno Donassolo <bruno.donassolo@inria.fr>
Tue, 27 Jul 2021 18:53:35 +0000 (20:53 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Fri, 30 Jul 2021 12:54:11 +0000 (14:54 +0200)
commit52dde957c5fbacc07b51d5668698acac7b7fb8a9
tree87a75ad964ae7cecdcd6bb537150a6751cf385a6
parentf2ecde6af20db46907714e04cee35408df5f5a10
Fix set_read_bandwidth and set_write_bandwidth for disks

- Remove update_penalty method. Disk actions either are suspended or
running, this is managed by the Action class already.
- Only updating the constraint value seems enough for set_bandwidth
functions.
- Add a teshsuite for it
MANIFEST.in
src/kernel/lmm/maxmin.cpp
src/kernel/resource/DiskImpl.hpp
src/surf/disk_s19.cpp
src/surf/disk_s19.hpp
teshsuite/s4u/CMakeLists.txt