Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Say goodbye to last global: surf_host_model
authorBruno Donassolo <bruno.donassolo@inria.fr>
Thu, 4 Mar 2021 16:49:25 +0000 (17:49 +0100)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Tue, 9 Mar 2021 14:17:12 +0000 (15:17 +0100)
commitdf308bdc5212ab9944427c118fdf6a9cd84221ed
tree047d0b9812d963e5a54a5bb803d42024c73ea06f
parent0df2443c629a762737ece131404098bba63ef460
Say goodbye to last global: surf_host_model

- By now, add the host_model in netZone too
- Probably need some check when running parallel_execute in a list of
hosts (all belongs to same model/netzone?)
doc/doxygen/module-surf.doc
include/simgrid/kernel/routing/NetZoneImpl.hpp
src/include/surf/surf.hpp
src/kernel/activity/ExecImpl.cpp
src/kernel/routing/NetZoneImpl.cpp
src/simdag/sd_task.cpp
src/surf/HostImpl.cpp
src/surf/HostImpl.hpp
src/surf/host_clm03.cpp
src/surf/ptask_L07.cpp