Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix test tesh-s4u-trace-integration.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 3 May 2021 22:10:31 +0000 (00:10 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 3 May 2021 22:29:04 +0000 (00:29 +0200)
commit17befed2300f3cc90b12f186fc1274e75d63364b
tree01990b7f7f89fa159f1be4b1e52cd75aba10e09a
parent476b3c78f55e2433a4c28e2e687f321d9ff59b26
Fix test tesh-s4u-trace-integration.

Overriding CpuTiAction::set_max_duration() was wrongly inserting an action with min_finish = -1.0.
Simply use the parent Action::set_max_duration() instead.

The action will be inserted in action_heap by update_action_finish_time() when needed.
src/surf/cpu_ti.cpp
src/surf/cpu_ti.hpp