8000 StarZone add_links_to_route strange behaviour · Issue #400 · simgrid/simgrid · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
StarZone add_links_to_route strange behaviour #400
Open
@JRodez

Description

@JRodez

Hi there,

While generating tests for the MR for #389, I noticed that the StarZone::add_links_to_route function, which adds links for the down subroute or the up subroute to the final route, filters out duplicate links (unordered_set).

I don't understand why dropping dupplicate would be useful, as I notice that when we resolve a route from src to src without loopback and symmetrical = true , the resulting route is the src to everywhere route (uproute).
This is because all the links in the downroute are also in the uproute, so by dropping duplicate links this function will drop all the links in the downroute when it first calculates the uproute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0