Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
pthreads are not used anymore. Standard C++ ones are
[simgrid.git] / examples / deprecated / java / cloud / migration / README
1 There are two tests:
2 - The first one aims at validating the migration in presence of consolidated VMs
3 - The second one aims at validating the robustness of the migration process (the SRC node or the DST node are turned off during the migration process)
4
5 To switch between the first and the second tests, you should instrument Main.java (sorry for that :( )
6 Adsein - Thu Oct  9 18:25:39 CEST 2014
7
8 UPDATE: the second test was never used (dit it ever work?), and was removed 4 years later