Parallel forward and back substitution for efficient power grid simulation

  • Authors:
  • Xuanxing Xiong;Jia Wang

  • Affiliations:
  • Illinois Institute of Technology, Chicago, IL;Illinois Institute of Technology, Chicago, IL

  • Venue:
  • Proceedings of the International Conference on Computer-Aided Design
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Parallelizing power grid simulation with factorization-based direct or preconditioned iterative methods is a challenging task due to the data dependency among forward and back substitution. In this paper, we propose two approaches to parallelize forward and back substitution. The first approach exploits the parallelism by computing independent variables in parallel; the second approach resolves the data dependency by leveraging a node ordering produced by nested dissection. According to the requirements of TAU 2012 power grid simulation contest, a parallel power grid transient simulator is developed and tested with IBM power grid benchmarks. Results show that the second approach with the nested-dissection-based node ordering is more efficient.