Efficient parallel simulation of large-scale neuronal networks on clusters of multiprocessor computers

  • Authors:
  • Hans E. Plesser;Jochen M. Eppler;Abigail Morrison;Markus Diesmann;Marc-Oliver Gewaltig

  • Affiliations:
  • Dept. of Mathematical Sciences and Technology, Norwegian University of Life Sciences, Ås, Norway;Honda Research Institute, Offenbach/Main, Germany and Bernstein Center for Computational Neuroscience, Albert-Ludwigs-University, Freiburg, Germany;RIKEN Brain Science Institute, Saitama, Japan;Bernstein Center for Computational Neuroscience, Albert-Ludwigs-University, Freiburg, Germany and RIKEN Brain Science Institute, Saitama, Japan;Honda Research Institute, Offenbach/Main, Germany and Bernstein Center for Computational Neuroscience, Albert-Ludwigs-University, Freiburg, Germany

  • Venue:
  • Euro-Par'07 Proceedings of the 13th international Euro-Par conference on Parallel Processing
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

To understand the principles of information processing in the brain, we depend on models with more than 105 neurons and 109 connections. These networks can be described as graphs of threshold elements that exchange point events over their connections. From the computer science perspective, the key challenges are to represent the connections succinctly; to transmit events and update neuron states efficiently; and to provide a comfortable user interface. We present here the neural simulation tool NEST, a neuronal network simulator which addresses all these requirements. To simulate very large networks with acceptable time and memory requirements, NEST uses a hybrid strategy, combining distributed simulation across cluster nodes (MPI) with thread-based simulation on each computer. Benchmark simulations of a computationally hard biological neuronal network model demonstrate that hybrid parallelization yields significant performance benefits on clusters of multi-core computers, compared to purely MPIbased distributed simulation.