Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplified methods to add routes
authorBruno Donassolo <bruno.donassolo@inria.fr>
Fri, 2 Apr 2021 15:21:23 +0000 (17:21 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Fri, 2 Apr 2021 16:50:39 +0000 (18:50 +0200)
commit997bba9ae87c486409f813912c27a64e5ed8c2cf
tree0ab5e5375c8fa40a8bf421b09da0e46c30d36ddd
parent38827683d04668760669be00ad72ec0e5d6ad5dc
Simplified methods to add routes

Avoid using LinkImpl in s4u interface.
Add method that raises and exception if netpoint isn't found

Allows the implementation of a platform like small_platform.xml without
using "internal" structures.
include/simgrid/s4u/Engine.hpp
include/simgrid/s4u/NetZone.hpp
src/s4u/s4u_Engine.cpp
src/s4u/s4u_Netzone.cpp