Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #41: Separate execution and memory resources #80

Merged
merged 5 commits into from
Oct 8, 2018

Commits on Oct 7, 2018

  1. Issue codeplaysoftware#41: Separate execution and memory resources.

    * Fixes codeplaysoftware#41 and codeplaysoftware#42.
    * Introduce `memory_resource` to represent the memory component of a system topology.
    * Remove `can_place_memory` and `can_place_agents` from the `execution_resource` as these are no longer required.
    * Remove `memory_resource` and `allocator` from the `execution_context` as these no longer make sense.
    * Update the wording to describe how execution resources and memory resources are structured.
    * Refactor `affinity_query` to be between an `execution_resource` and a `memory_resource`.
    * Make minor corrections.
    Gordon authored and Gordon committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    2abd3fb View commit details
    Browse the repository at this point in the history
  2. Issue codeplaysoftware#41: Add missing changes from previous commit.

    Gordon authored and Gordon committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    f57d954 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Issue codeplaysoftware#41: Make minor changes based on feedback.

    Gordon authored and Gordon committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    3a81c45 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into issue-41

    Gordon authored and Gordon committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    92f6c80 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into issue-41

    Gordon authored and Gordon committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    84ff94a View commit details
    Browse the repository at this point in the history