We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DC

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Distributed, Parallel, and Cluster Computing

Title: Cuttlefish: Library for Achieving Energy Efficiency in Multicore Parallel Programs

Abstract: A low-cap power budget is challenging for exascale computing. Dynamic Voltage and Frequency Scaling (DVFS) and Uncore Frequency Scaling (UFS) are the two widely used techniques for limiting the HPC application's energy footprint. However, existing approaches fail to provide a unified solution that can work with different types of parallel programming models and applications.
This paper proposes Cuttlefish, a programming model oblivious C/C++ library for achieving energy efficiency in multicore parallel programs running over Intel processors. An online profiler periodically profiles model-specific registers to discover a running application's memory access pattern. Using a combination of DVFS and UFS, Cuttlefish then dynamically adapts the processor's core and uncore frequencies, thereby improving its energy efficiency. The evaluation on a 20-core Intel Xeon processor using a set of widely used OpenMP benchmarks, consisting of several irregular-tasking and work-sharing pragmas, achieves geometric mean energy savings of 19.4% with a 3.6% slowdown.
Comments: To appear in SC '21
Subjects: Distributed, Parallel, and Cluster Computing (cs.DC)
ACM classes: D.1.3; D.3.4
Cite as: arXiv:2110.00617 [cs.DC]
  (or arXiv:2110.00617v1 [cs.DC] for this version)

Submission history

From: Vivek Kumar [view email]
[v1] Fri, 1 Oct 2021 18:56:39 GMT (1693kb,D)

Link back to: arXiv, form interface, contact.