Related Experiment Video
Updated: Mar 17, 2026

Computational Modeling of Retinal Neurons for Visual Prosthesis Research - Fundamental Approaches
Published on: June 21, 2022
Optimizing NEURON Simulation Environment Using Remote Memory Access with Recursive Doubling on Distributed Memory
1Computer Engineering Department, Kadir Has University, 34083 Istanbul, Turkey.
This study enhances the NEURON simulation environment by optimizing interprocessor communication for large neuronal networks. New methods reduce spike exchange time, improving simulation efficiency and performance on parallel machines.
Area of Science:
- Computational Neuroscience
- High-Performance Computing
Background:
- Complex neuronal network models require efficient simulation environments like NEURON.
- Interprocessor communication, particularly spike exchange, is a bottleneck in parallel simulations.
- Current Message Passing Interface (MPI) usage, specifically MPI_Allgather, limits scalability with increased processors.
Purpose of the Study:
- To improve the efficiency of the NEURON simulation environment for large-scale neuronal networks.
- To reduce the communication overhead associated with spike exchange in distributed memory systems.
- To enhance the performance of NEURON on parallel computing architectures.
Main Methods:
- Modified the MPI_Allgather collective for spike exchange.
- Implemented Remote Memory Access (RMA) to transition from two-sided to one-sided communication.
- Utilized a recursive doubling mechanism for efficient, step-wise processor communication.
Main Results:
- Reduced communication time for spike exchange over distributed memory systems.
- Enhanced communication concurrency among processors.
- Improved the overall runtime performance of the NEURON simulation environment.
Conclusions:
- The optimized communication methodology significantly boosts NEURON's efficiency for large neuronal network simulations.
- The use of RMA and recursive doubling presents a scalable solution for parallel neuroscience simulations.
- This work contributes to advancing computational neuroscience by enabling more efficient modeling of complex neural systems.
Related Concept Videos
Neural Circuits
Neuronal pools are collections of nerve cells with similar functions and interact through chemical and electrical signals. These pools include both interneurons (the central neural circuit nodes that...
Distributed Loads: Problem Solving
Ampere-Maxwell's Law: Problem-Solving
To solve the problem, we can use the equations from the analysis of an RC circuit and Maxwell's version of Ampère's law.
For the first part of the...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Multimachine Stability
In analyzing the system, the nodal equations represent the relationship between bus voltages, machine voltages, and machine currents. The nodal equation is given by:
Understanding Memory

