Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
N
nrm
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • argo
  • nrm
  • Issues
  • #11

Closed
Open
Opened Jul 19, 2018 by Sridutt Bhalachandra@sriduttb4 of 4 tasks completed4/4 tasks
  • Report abuse
  • New issue
Report abuse New issue

Implement Power Policy based on Dynamic Duty Cycle Modulation in NRM

Need to implement Power Policy based on Dynamic Duty Cycle Modulation in NRM (See Issue #10 (closed)).

Dynamic Duty Cycle Modulation (DDCM) is core-specific and is mostly available on Intel architectures (even pre-Haswell).

DDCM based power policy is aimed to mitigate workload imbalance in parallel applications that use barrier synchronizations (E.g. MPI). It reduces the duty cycle of CPUs not on the critical path of execution thereby reducing energy with little or no adverse impact on performance.

Find below the set of tasks towards achieving this

  • Implement Model Specific Register (MSR) module in Coolr directory to allow access to MSRs
  • Implement Duty Cycle module using MSR module in Coolr directory to set, reset and check Duty Cycle on a CPU
  • Implement DDCM Policy
  • Implement Power Policy Manager to allow invocation of all power policies including DDCM Policy
Edited Jul 25, 2018 by Sridutt Bhalachandra
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
ee-nrm
Assign labels
  • View project labels
Reference: argo/nrm#11