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

planner: initial planner work #274

Merged
merged 3 commits into from Oct 21, 2017
Merged

planner: initial planner work #274

merged 3 commits into from Oct 21, 2017

Commits on Oct 20, 2017

  1. planner: pull in Linux kernel's rbtree

    Package this into a stand-alone library for better
    separation of concerns and licensing.
    dongahn committed Oct 20, 2017
    Copy the full SHA
    1eeae71 View commit details
    Browse the repository at this point in the history
  2. planner: initial work for planner

    Planner provides a simple abstraction and efficient mechanisms
    to keep track of the resource states for batch-job scheduling.
    
    resource/planner/README.md has a high-level description on
    the API and its mechanisms which are based on top of
    Linux OS kernel's red-black binary search tree code.
    
    planner.h has in-lined documentation for its API.
    dongahn committed Oct 20, 2017
    Copy the full SHA
    4349f62 View commit details
    Browse the repository at this point in the history
  3. planner: Add unit tests

    dongahn committed Oct 20, 2017
    Copy the full SHA
    48c645e View commit details
    Browse the repository at this point in the history