A Study of Successive Over-relaxation Method Parallelization Over Modern HPC Languages
title={A Study of Successive Over-relaxation Method Parallelization Over Modern HPC Languages},
year={2014},
author={Sparsh Mittal},
journal={International Journal of High Performance Computing and Networking},
volume={7},
number={4},
pages={292-298},
doi={10.1504/IJHPCN.2014.062731},
url={https://www.academia.edu/3982638/A_Study_of_Successive_Over-relaxation_SOR_Method_Parallelization_Over_Modern_HPC_Languages},
abstract={Successive over-relaxation (SOR) is a computationally intensive, yet extremely important iterative solver for solving linear systems. Due to recent trends of exponential growth in the amount of data generated and increasing problem sizes, serial platforms have proved to be insufficient in providing the required computational power. In this paper, we present parallel implementations of red-black SOR method using three modern programming languages namely Chapel, D and Go. We employ SOR method for solving 2D steady-state heat conduction problem. We discuss the optimisations incorporated and the features of these languages which are crucial for improving the program performance. Experiments have been performed using 2, 4, and 8 threads and performance results are compared with those obtained using serial execution. The analysis of results provides important insights into the working of SOR method.},
keywords={Successive over-relaxation (SOR), Chapel programming language, Go programming language (golang), D programming language (dlang), multithreading, high performance computing}
}