-
Impact of parallel code optimization on computer power consumption
Authors:
E. A. Kiselev,
P. N. Telegin,
A. V. Baranov
Abstract:
The increase in performance and power of computing systems requires the wider use of program optimizations. The goal of performing optimizations is not only to reduce program runtime, but also to reduce other computer resources including power consumption. The goal of the study was to evaluate the impact of different optimization levels and various optimization strategies on power consumption. In…
▽ More
The increase in performance and power of computing systems requires the wider use of program optimizations. The goal of performing optimizations is not only to reduce program runtime, but also to reduce other computer resources including power consumption. The goal of the study was to evaluate the impact of different optimization levels and various optimization strategies on power consumption. In a series of experiments, it was established that the average power consumption tends to peak for the programs with optimized source code. The articles also describes the impact of changing computer architecture on power consumption graphs. The relationships between the average and median values of power consumption by example programs are considered. The possibility of creating program energy consumption profile for a parallel program is shown.
△ Less
Submitted 6 December, 2023;
originally announced December 2023.
-
Comparison of Three Job Mapping Algorithms for Supercomputer Resource Managers
Authors:
A. V. Baranov,
E. A. Kiselev,
B. M. Shabanov,
A. A. Sorokin,
P. N. Telegin
Abstract:
Performance of supercomputer depends on the quality of resource manager, one of its functions is assignment of jobs to the nodes of clusters or MPP computers. Parts of parallel programs interact with each other with different intensity, and mapping of program to supercomputer nodes influence efficiency of the run. At each program run graph representing application program is to be mapped onto grap…
▽ More
Performance of supercomputer depends on the quality of resource manager, one of its functions is assignment of jobs to the nodes of clusters or MPP computers. Parts of parallel programs interact with each other with different intensity, and mapping of program to supercomputer nodes influence efficiency of the run. At each program run graph representing application program is to be mapped onto graph of nodes representing a subset of computer system. The both graphs are not known beforehand, hence the mapping must be done in reasonable time while scheduling resources. Three mapping algorithms were explored: parallel versions of simulated annealing, genetic and composite algorithms. A set of experimental runs with different algorithms parameters was performed, comparison of mapping quality and runtime was made, and suggestions on applicability of algorithms for resource managers were provided.
△ Less
Submitted 22 December, 2022;
originally announced December 2022.
-
An energy-efficient scheduling algorithm for shared facility supercomputer centers
Authors:
E. A. Kiselev,
P. N. Telegin,
B. M. Shabanov
Abstract:
The evolution of high-performance computing is associated with the growth of energy consumption. Performance of cluster computes (is increased via rising in performance and the number of used processors, GPUs, and coprocessors. An increment in the number of computing elements results in significant growth of energy consumption. Power grids limits for supercomputer centers (SCC) are driving the tra…
▽ More
The evolution of high-performance computing is associated with the growth of energy consumption. Performance of cluster computes (is increased via rising in performance and the number of used processors, GPUs, and coprocessors. An increment in the number of computing elements results in significant growth of energy consumption. Power grids limits for supercomputer centers (SCC) are driving the transition to more energy-efficient solutions. Often upgrade of computing resources is done step-by-step, i.e. parts of older supercomputers are removed from service and replaced with newer ones. A single SCC at any time can operate several computing systems with different performance and power consumption. That is why the problem of scheduling parallel programs execution on SCC resources to optimize energy consumption and minimize the increase in execution time (energy-efficient scheduling) is important. The goal of the presented work was the development of a new energy-efficient algorithm for scheduling computing resources at SCC. To reach the goal the authors analyzed methods of scheduling computing resources in a shared facility, including energy consumption minimizing methods. The study made it possible to formulate the problem of energy-efficient scheduling for a set of CCs and propose an algorithm for its solution. Experiments on NPB benchmarks allowed achieving significant reduction in energy consumption with a minor increase of runtime.
△ Less
Submitted 17 November, 2021;
originally announced November 2021.