An EScheduler-Based Data Dependence Analysis and Task Scheduling for Parallel Circuit Simulation

Xiaoming Chen,Wei Wu,Yu Wang,Hao Yu,Huazhong Yang
DOI: https://doi.org/10.1109/tcsii.2011.2164148
2011-01-01
IEEE Transactions on Circuits & Systems II Express Briefs
Abstract:The sparse matrix solver has become the bottleneck in a Simulation Program with Integrated Circuit Emphasis circuit simulator. It is difficult to parallelize the sparse matrix solver because of the high data dependence during the numerical LU factorization. In this brief, a parallel LU factorization algorithm is developed on shared-memory computers with multicore central processing units, based on KLU algorithms. An Elimination Scheduler (EScheduler) is proposed to represent the data dependence during the LU factorization. Based on the EScheduler, the parallel tasks are scheduled in two modes to achieve a high level of concurrence, i.e., cluster mode and pipeline mode. The experimental results on 26 circuit matrices reveal that the developed algorithm can achieve speedup of 1.18-4.55x (on geometric average), as compared with KLU, with 1-8 threads. The result analysis indicates that for different data dependence, different parallel strategies should be dynamically selected to obtain optimal performance.
What problem does this paper attempt to address?