|
Gian
Paolo Cimellaro Full Professor |
gianpaolo.cimellaro@polito.it |
|
|
Parallel computing: |
Agent-Based Modeling involving High Performance ComputingMulti-Agent Systems (MAS) are seen as a promising technology to face the current requirements of large-scale distributed and complex systems (Leitão et al., 2013). ABM is a category of MAS. The application of MAS to such large scale systems, characterised by millions of distributed nodes, imposes special demanding requirements in terms of fast computation. High Performance Computing (HPC) technology is a reliable solution for this purpose. |
||
HPC definitionHPC systems are based on hardware architectures with a large number of processors: these cores work in parallel, in order to do as instructions as their number simultaneously. The reason of this architecture is to save a huge amount of time in calculations and to develop the precision of the calculations. Therefore, besides the compute power, the major challenges with the high end field of applications and economical resources usage there are an efficient communication and data locality: the most important requirements for a well designed HPC simulation are the intelligent design of instruction sequences and memory usage, in order to avoid bottlenecks during their flow. |
||
HPC application in ABMParallelizing MAS applications means deploying and running multiple intelligent agents on several computational resources nodes. However, the distribution of the multi-agent system execution is a complex task, due to the technical particularities, and particularly, to the intensive communication among agents and the environment. Additionally, individual agents need to modify the environment during their decision-making processes, which in terms of parallelization are translated to the need to share several layers of environmental data and agents, which is a complex process. HPC technologies help researchers to develop the reliability of the human behavior simulation, giving the sufficient computational power for running a social forces model instead of a traditional Cellular Automata approach (Quinn, Metoyer, Hunter-Zaworsky, 2010).
Moreover, many traditional ABM softwares have added an HPC tool in recent years: two examples are NetLogo (Thiele, 2015), which can be parallelized by R through a toolkit, and Repast, which has seen the new edition for HPC simulation (released in May 2015). References[1] Leitão, P., Indren, U., Rückemann C. P. (2013). “Parallelising Multi-agent Systems for High Performance Computing”, INFOCOMP 2013 : The Third International Conference on Advanced Communications and Computation. [2] Quinn, M. J., Metoyer, R. A., Hunter-Zaworsky, K. (2010). “Parallel Implementation of the Social Forces Model”, Oregon State University publication. [3] Thiele, J. C. (2015). “Parallel processing with the RNetLogo Package”, Document from the Department of Ecoinformatics, Biometrics - Forest Growth University of Göttingen. [4] Yilmaz, E., Isler, V., Çetin, Y. Y. (2009). “The virtual marathon: parallel computing supports crowd simulations”, IEEE Computer Graphics and Applications, Vol. 29, Issue 04. |