Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSG] add MSG_task_get_remaining_work_ratio + test
authorMERCIER Michael <michael.mercier@inria.fr>
Thu, 9 Nov 2017 15:26:41 +0000 (16:26 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 22 Nov 2017 00:34:45 +0000 (01:34 +0100)
commitc49da53d70122cf649a262c830cf0c056dd1c8f1
tree263b86a2131b558d92274ba58a3c5d7ad2ea1bb2
parent3cc453fa197ea95b23e3be8e5f6e886be55abc48
[MSG] add MSG_task_get_remaining_work_ratio + test

Make MSG_task_get_flops_amount returning anly the actual flops amount

Create an other function tu return the remaining amount of work.
F
or more details:
https://github.com/simgrid/simgrid/issues/223
examples/msg/cloud-capping/cloud-capping.c
examples/msg/cloud-two-tasks/cloud-two-tasks.c
include/simgrid/msg.h
src/msg/msg_task.cpp
teshsuite/msg/CMakeLists.txt
teshsuite/msg/task_progress/task_progress.cpp [new file with mode: 0644]
teshsuite/msg/task_progress/task_progress.tesh [new file with mode: 0644]