Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add stuff to make transfer task names unique.
authorsuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 12 Jul 2010 07:26:53 +0000 (07:26 +0000)
committersuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 12 Jul 2010 07:26:53 +0000 (07:26 +0000)
commita3bf55a6ab4215e3d7f577c7de35db8c0b280cd9
treef694cfbd8b9b62ac77b8d0abb37285e5c8fcfe59
parent027ae9451ba821fbbc3e5a60c0098000ba4a2864
Add stuff to make transfer task names unique.
Problem was that if task A sends file F to tasks B and C, there were
two tasks named F.
With this commit, tranfers are named A_F_B and A_F_C respectively.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8009 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/simdag/sd_daxloader.c