Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix parallel execs after my change of yesterday
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 13 Feb 2021 21:11:40 +0000 (22:11 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 13 Feb 2021 21:11:43 +0000 (22:11 +0100)
commitacfd3860433a79c8620f7976ba1764d04253675b
treef73b0a6358cda5667e1549d99b6ae18df96d8a6c
parentfe9bc43645009c208f366d61193cd2e940b6e2ca
Fix parallel execs after my change of yesterday

The default timeout of parallel exec was 0. It was not an issue before
my fix of yesterday, which aimed at obeying timeout=0 when given.

The fix is simply to use a negative value meaning "infinite" as a
default value.
include/simgrid/s4u/Exec.hpp