Power-aware load balancing of large scale MPI applications

  • Authors:
  • Maja Etinski;Julita Corbalan;Jesus Labarta;Mateo Valero;Alex Veidenbaum

  • Affiliations:
  • Barcelona Supercomputing Center, Jordi Girona 31, 08034, Spain;Barcelona Supercomputing Center, Jordi Girona 31, 08034, Spain;Barcelona Supercomputing Center, Jordi Girona 31, 08034, Spain;Barcelona Supercomputing Center, Jordi Girona 31, 08034, Spain;Department of Computer Science, University of California, Irvine, USA

  • Venue:
  • IPDPS '09 Proceedings of the 2009 IEEE International Symposium on Parallel&Distributed Processing
  • Year:
  • 2009

Quantified Score

Hi-index 0.01

Visualization

Abstract

Power consumption is a very important issue for HPC community, both at the level of one application or at the level of whole workload. Load imbalance of a MPI application can be exploited to save CPU energy without penalizing the execution time. An application is load imbalanced when some nodes are assigned more computation than others. The nodes with less computation can be run at lower frequency since otherwise they have to wait for the nodes with more computation blocked in MPI calls. A technique that can be used to reduce the speed is Dynamic Voltage Frequency Scaling (DVFS). Dynamic power dissipation is proportional to the product of the frequency and the square of the supply voltage, while static power is proportional to the supply voltage. Thus decreasing voltage and/or frequency results in power reduction. Furthermore, over-clocking can be applied in some CPUs to reduce overall execution time. This paper investigates the impact of using different gear sets , over-clocking, and application and platform propreties to reduce CPU power. A new algorithm applying DVFS and CPU over-clocking is proposed that reduces execution time while achieving power savings comparable to prior work. The results show that it is possible to save up to 60% of CPU energy in applications with high load imbalance. Our results show that six gear sets achieve, on average, results close to the continuous frequency set that has been used as a baseline.