Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
VM.setBound(int load) is now VM.setBound(double bound) to meet the MSG semantics...
authorJulien Gossa <julien.gossa@unistra.fr>
Fri, 4 Mar 2016 17:01:55 +0000 (18:01 +0100)
committerJulien Gossa <julien.gossa@unistra.fr>
Fri, 4 Mar 2016 17:01:55 +0000 (18:01 +0100)
commit76c121ea258e9b3a5f7330efcb2babc6811c9314
tree2fb65c6c622408f7b72b91424bdd7c67239da6c6
parentc826aea97f55975f029422aa2a9cfdabf4846384
VM.setBound(int load) is now VM.setBound(double bound) to meet the MSG semantics. Use VM.getSpeed()*load/100 for the legacy behavior.
ChangeLog.SimGrid-java
examples/java/cloud/migration/XVM.java
src/bindings/java/jmsg_vm.cpp
src/bindings/java/jmsg_vm.h
src/bindings/java/org/simgrid/msg/VM.java