Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix: ptask should use expand_add for exec tasks
authorBruno Donassolo <bruno.donassolo@inria.fr>
Wed, 23 Feb 2022 10:15:18 +0000 (11:15 +0100)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Mon, 7 Mar 2022 09:23:25 +0000 (10:23 +0100)
commitecb0903f4fbba7956cb282729e21bdb30323a174
tree310639e535fc258be6787f84fe60134c30abfe5b
parentfcd07352208c76c3cf050718dac314807eaa7105
Bugfix: ptask should use expand_add for exec tasks

The variable in the system is the same for ptasks, so use expand_add to
reuse the element if it exists in the system. Similar as it's done for
communications
src/surf/ptask_L07.cpp