A High-Performance Parallelization and Load-Balancing Approach for Modern Power-Systems

A High-Performance Parallelization and Load-Balancing Approach for Modern Power-Systems

Siddhartha Kumar Khaitan, James D. McCalley
Copyright: © 2015 |Pages: 13
DOI: 10.4018/ijban.2015040105
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

Due to the recent trends of chip-miniaturization, the performance of a single-core is plateauing and hence, improving the performance of serial-execution based legacy code has become challenging. Since the expansion in power system operation continues to increase the number of contingencies to be examined, serial-execution platforms present a crucial bottleneck in analyzing sufficiently large number of contingencies within a reasonably small time for performing power-system stability analysis. This paper presents an approach to parallelize power system contingency analysis over multicore processors using Chapel language. To achieve load-balancing for avoiding wastage of computation resources, the authors use efficient work-stealing scheduling. They discuss the important features of Chapel and design choices which enable us to achieve high performance gains. The approach is evaluated using hundreds of contingencies of a large 13029-bus power system. The authors compare the performance of serial-execution with that obtained using 2, 4, 8 and 16 threads. The simulation results have shown that the approach outperforms a conventional scheduling technique, namely master-slave scheduling and also scales effectively with increasing number of threads. It is believed that the performance gains obtained from the approach would be highly useful for control center operators in analyzing a large number of contingencies and thus taking suitable corrective and preventive action against catastrophic events. Also, the insights gained from these experiments will be useful in several business enterprises.
Article Preview
Top

1. Introduction

Due to the trends of continuous chip-miniaturization along with the limits posed by chip power-dissipation, the processor design industry has now reached the end of a decades-long trend of increasing clock frequencies. Instead, next-generation computing systems are expected to be built with tens of cores per chip. Thus, to achieve high performance, the computer designers are now focusing on using larger number of cores, instead of improving the performance of a single-core. This paradigm shift, however, has made a profound impact on the enterprises and businesses, such as power system control centers, which use serial execution based legacy codes. Since the processor clock-frequency and single-core performance are plateauing, the performance which can be achieved using serial execution is unlikely to improve. At the same time, due to rising electricity demands, the size of power systems is increasing which necessitates higher computational power for performing stability analysis. Thus, power system control centers now must move towards using parallel computing with multicore and many-core processors. Further, since a load-unbalanced scheduling is likely to nullify the advantage obtained from parallelization, use of efficient load-balancing techniques is also essential for achieving high performance gains.

In this paper, we present an approach for parallelization of power system contingency analysis while also achieving load-balancing. We use Chapel language (Chamberlain, Callahan, & Zima, 2007) which is a state-of-the-art high-performance parallel programming language. Chapel language has been developed by Cray Inc. and it is intended to increase the programmability, performance and portability of high performance computing systems and applications. It also aims to enable interoperability with existing languages to promote code reuse and easy adoption by programmers. In Chapel, concurrency is controlled by the language constructs themselves and not by library extensions or compiler directives. To achieve load-balancing, we use an efficient dynamic scheduling technique, viz. work-stealing scheduling (Blumofe & Leiserson, 1994), which has been shown to be efficient in terms of space requirment and execution time. We present the important features of Chapel and design choices which enable us to achieve high performance gains.

We simulate hundreds of contingencies of a large, 13029-bus power system. We parallelize the task of contingency analysis using 2, 4, 8 and 16 cores and compare the performance with that of serial execution. The results have shown that our approach scales well with number of cores and also provides large computational gains over serial execution. Further, it outperforms a conventional scheduling technique namely master-slave scheduling algorithm. The computational advantages provided by our approach can enable real-time simulation of power system contingencies and thus help avoid harmful effects of component failures.

Our approach is highly useful for control center operators in analyzing a large number of contingencies and thus taking suitable corrective and preventive action against catastrophic events such as blackouts. Our approach does not require modifying or rewriting legacy code and hence, can be integrated into large commercial simulation software with minimum overhead. Several previous studies on parallelization of contingency analysis have focused only on steady state contingency analysis (Huang, Chen, & Nieplocha, 2009). By comparison, in this paper, we perform dynamic contingency analysis since it presents significant challenges to parallelization due to variation in simulation times of different contingencies.

The rest of the paper is organized as follows. Section 2 reviews the use of HPC (high-performance computing) in power systems and also presents a brief background on the Chapel language. We also compare Chapel with other languages. Section 3 discusses the overall parallelization approach and also explains the work-stealing based algorithms. Section 4 discusses the salient features of our approach. Section 5 presents the experimental results. We also discuss the optimizations incorporated and analyze the results. Finally, Section 6 concludes this paper and also discusses future work.

Complete Article List

Search this Journal:
Reset
Volume 11: 1 Issue (2024)
Volume 10: 1 Issue (2023)
Volume 9: 6 Issues (2022): 4 Released, 2 Forthcoming
Volume 8: 4 Issues (2021)
Volume 7: 4 Issues (2020)
Volume 6: 4 Issues (2019)
Volume 5: 4 Issues (2018)
Volume 4: 4 Issues (2017)
Volume 3: 4 Issues (2016)
Volume 2: 4 Issues (2015)
Volume 1: 4 Issues (2014)
View Complete Journal Contents Listing