Task-Based Crowd Simulation for Heterogeneous Architectures

Hugo Perez,Benjamin Hernandez,Isaac Rudomin,Eduard Ayguade
DOI: https://doi.org/10.4018/978-1-5225-0287-6.ch008
2016-01-01
Abstract:Industry trends in the coming years imply the availability of cluster computing with hundreds to thousands of cores per chip, as well as the use of accelerators. Programming presents a challenge due to this heterogeneous architecture; thus, using novel programming models that facilitate this process is necessary. In this chapter, the case of simulation and visualization of crowds is presented. The authors analyze and compare the use of two programming models: OmpSs and CUDA. OmpSs allows to take advantage of all the resources available per node by combining the CPU and GPU while automatically taking care of memory management, scheduling, communications and synchronization. Experimental results obtained from Fermi, Kepler and Maxwell GPU architectures are presented, and the different modes used for visualizing the results are described, as well.
What problem does this paper attempt to address?