%A Djurfeldt,Mikael %A Davison,Andrew P. %A Eppler,Jochen M. %D 2014 %J Frontiers in Neuroinformatics %C %F %G English %K model description,connectivity,Neural Simulation,CSA,NEST,PyNN,python,large-scale modeling %Q %R 10.3389/fninf.2014.00043 %W %L %M %P %7 %8 2014-April-22 %9 Methods %+ Dr Mikael Djurfeldt,International Neuroinformatics Coordinating Facility,Stockholm, Sweden,djurfeldt@incf.org %+ Dr Mikael Djurfeldt,PDC Center for High-Performance Computing, KTH Royal Institute of Technology,Stockholm, Sweden,djurfeldt@incf.org %# %! The connection generator API %* %< %T Efficient generation of connectivity in neuronal networks from simulator-independent descriptions %U https://www.frontiersin.org/articles/10.3389/fninf.2014.00043 %V 8 %0 JOURNAL ARTICLE %@ 1662-5196 %X Simulator-independent descriptions of connectivity in neuronal networks promise greater ease of model sharing, improved reproducibility of simulation results, and reduced programming effort for computational neuroscientists. However, until now, enabling the use of such descriptions in a given simulator in a computationally efficient way has entailed considerable work for simulator developers, which must be repeated for each new connectivity-generating library that is developed. We have developed a generic connection generator interface that provides a standard way to connect a connectivity-generating library to a simulator, such that one library can easily be replaced by another, according to the modeler's needs. We have used the connection generator interface to connect C++ and Python implementations of the previously described connection-set algebra to the NEST simulator. We also demonstrate how the simulator-independent modeling framework PyNN can transparently take advantage of this, passing a connection description through to the simulator layer for rapid processing in C++ where a simulator supports the connection generator interface and falling-back to slower iteration in Python otherwise. A set of benchmarks demonstrates the good performance of the interface.