Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
properly deal with network/optim (end of the ModuleGroup cleanup)
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 15 Feb 2023 23:49:30 +0000 (00:49 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 15 Feb 2023 23:49:40 +0000 (00:49 +0100)
commit9376200857b0e84b35e47beb2719f426a4f8fd6f
treeddb2f416bd004b21af294d4f133ec19c077d9e12
parent6a15ead8935f15a401a087af76db93bdb5df1801
properly deal with network/optim (end of the ModuleGroup cleanup)

The network/optim was abusing the model description mechanism, because
it was introduced before the options could be restricted to a list of
values. That's a pretty old cruft :)

Moreover, the config mechanism (probably) allowed network/optim:TI but then
ignored it silently. Not nice for the users.
src/simgrid/module.cpp
src/simgrid/sg_config.cpp
src/surf/network_cm02.cpp
src/surf/surf_interface.hpp