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)
committerMERCIER Michael <michael.mercier@inria.fr>
Thu, 9 Nov 2017 15:48:51 +0000 (16:48 +0100)
commit228b00a7592e4b107be9b3fb49e75617f92189f8
treee783ec01c145ea3b3c81dbdda41d46cd434690eb
parent7af42b150d36397fb6016657e10746b7515c658d
[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]