bcamus
bcamus
Ok, I implemented all the features of the roadmap in my [fork](https://github.com/bcamus/simgrid) (except for exec->cancel() and ExecImpl::on_bound_change). I also made the cloud-sharing test compliant with S4U and moved it to...
Hello, Here are the remaining tasks to do to close this bug: - [ ] In `VMModel::VMModel()`, add a callback to the signal `ExecImpl::on_migration` updating `active_tasks_` and calling `variable->update_variable_weight()` (only...
Ok, I took a look closer to the problem. Below is a part of the log generated in debug mode (the whole log is attached). When phase 2 of the...
I think I found the real problem for the energy consumption : suspending/resuming a VM (or more precisely the action related to the VM) does not trigger a signal for...
Ok, I have a patch ready for the energy consumption issue: CpuAction::resume() and CpuAction::suspend() now override Action::resume() and Action::suspend() and trigger a onStateChange signal. I'll Clean my code and prepare...
This bug is not fixed : the execution time of the task is wrong as it is only based on the speed of the source host (i.e. 10f/sec). Instead, It...