Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix super slow and meaning less code
authorTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Fri, 28 Jun 2013 15:39:07 +0000 (17:39 +0200)
committerTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Fri, 28 Jun 2013 15:39:07 +0000 (17:39 +0200)
The master process launches 10000 VMs on 1000 PMs.
Then, MSG_process_sleep() by the master process takes 0.3 seconds in the
real world. With this fix, the function returns in 0.01 seconds.


No differences found