Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the affinity database of each task
authorTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Mon, 28 Oct 2013 16:39:22 +0000 (17:39 +0100)
committerTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Mon, 28 Oct 2013 16:39:22 +0000 (17:39 +0100)
commit75587e6a0a5f0dd8356a90b67578a3be37d134de
treebe702c3eaa8b8b0f40847cf1914c78cb3600a298
parent80ae3ede78aa955568b1bb67362086144d314b66
Add the affinity database of each task

The SURF layer has affinity information only related to the current host
of a task. Affinity information on other hosts (i.e., the locations
where the task may move to) is maintained in the MSG layer.
src/msg/msg_gos.c
src/msg/msg_private.h
src/msg/msg_task.c
src/simix/smx_host.c
src/surf/cpu_cas01.c