A method for speeding up beam-tracing simulation using thread-level parallelization
University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, R. Boskovica 32, 21000 Split, Croatia
Engineering with Computers, 2013
@article{sikora2013method,
title={A method for speeding up beam-tracing simulation using thread-level parallelization},
author={Sikora, Marjan and Mateljan, Ivo},
journal={Engineering with Computers},
pages={1–10},
year={2013},
publisher={Springer}
}
In recent years, the computational power of modern processors has been increasing mainly because of the increase in the number of processor cores. Computationally intensive applications can gain from this trend only if they employ parallelism, such as thread-level parallelization. Geometric simulations can employ thread-level parallelization because the main part of a geometric simulation can be divided into a subset of mutually independent tasks. This approach is especially interesting for acoustic beam tracing because it is an intensive computing task. This paper presents the parallelization of an existing beam-tracing simulation composed of three algorithms. Two of them are iterative algorithms, and they are parallelized with an already known technique. The most novel method is the parallelization of the third algorithm, the recursive octree generation. To check the performance of the multi-threaded parallelization, several tests are performed using three different computer platforms. On all of the platforms, the multithreaded octree generation algorithm shows a significant speedup, which is linear when all of the threads are executed on the same processor.
April 26, 2013 by hgpu