Skip to main content

An OBI Simulation Control application for NEURON

Project description

banner

Neurodamus

https://zenodo.org/badge/640796304.svg

Neurodamus is a BBP Simulation Control application for Neuron.

The Python implementation offers a comprehensive Python API for fine tuning of the simulation, initially defined by a BlueConfig file.

Description

Neurodamus is the BBP in-house developed application for setting up large-scale neuronal simulations. It has traditionally been implemented as a set of extensions to Neuron, in the form of .hoc and .mod files. The parameters of the simulation are loaded from a configuration file, by default BlueConfig.

To address several limitations of the Hoc implementation, including development effort, the high-level layers of Neurodamus have been reimplemented in Python. Such implementation effectively makes available to the user a Python module with a comprehensive API, suitable to fine control simulation aspects, as well as inspect and eventually adapt the simulations as intended.

Install

Prerequisites

Install neurodamus

git clone https://github.com/openbraininstitute/neurodamus.git
cd neurodamus
pip install .

Build special with mod files

Once neuron and neurodamus are installed, you can build special with your mod files:

mkdir mods
cp -r <your-mod-files> mods/
export DATADIR=$(python -c "import neurodamus; from pathlib import Path; print(Path(neurod)mus.__file__).parent / 'data')")
cp -L $DATADIR/mod/* mods/
nrnivmodl -incflags '-I <include-paths-of-our-dependencies>' -loadflags '-L <libs-paths-for-linking>' mods

To use the Blue Brain open models, you can build neurodamus-models rel 2.4.4. It will also produce a handy build_neurodamus.sh script that calls nrnivmodl with all dependencies to compile your future mod files

build_neurodamus mods/

Examples

Once neurodamus is installed, you should be able to find the executable neurodamus in your path:

$ neurodamus
  Usage:
      neurodamus <ConfigFile> [options]
      neurodamus --help

Among the options you will find flags to tune run behavior.

Neurodamus explicitly depends on MPI libraries for parallel execution. Therefore please use “srun” or “mpiexec” to launch it, according to your platform. If you don’t, complicated error messages may show up. Please remember it.

Even though a neurodamus launcher is provided, for production runs we suggest using special instead. This way has proven to take advantage of optimized math libraries. We hope to bring the same advantages to the launcher script soon.

export NEURODAMUS_PYTHON=$(python -c "import neurodamus; from pathlib import Path; print(Path(neurod)mus.__file__).parent / 'data')")
export HOC_LIBRARY_PATH=<hoc_files_folder>
srun <srun params> <your_built_special> -mpi -python $NEURODAMUS_PYTHON/init.py <neurodamus params>

An example of a full installation with a simulation run can be found in the workflow test simulation_test.yml.

Docker container

Alternatively, you can start directly a neurodamus docker container where all the packages are built. With the container, you can build your mod files and run simulations.

Building the docker container

The docker images will be built in the regular github action - it is built on tags.

Docker container

With the docker image, you can start a neurodamus container with an interactive Bash shell and meanwhile mount your local folder which contains your mod files and the circuit data.

docker run --rm -it -v <full path of your folder_mods_circuit>:/mnt/mydata ghcr.io/openbraininstitute/neurodamus:$TAG /bin/bash

To build new models, one can use the script in /opt/obi/build-neurodamus-models.sh. One can also examine the /opt/obi/env-neocortex.sh file to see how neocortext environment variables are setup so that the models are loaded. NEURON is installed, so by activating the virtual environment with source $USER_VENV/bin/activate one gets access to neuron and neurodamus

Acknowledgment

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.

Copyright (c) 2005-2024 Blue Brain Project/EPFL

Copyright (c) 2025-2026 Open Brain Institute

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neurodamus-4.2.4.tar.gz (200.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neurodamus-4.2.4-py3-none-any.whl (235.5 kB view details)

Uploaded Python 3

File details

Details for the file neurodamus-4.2.4.tar.gz.

File metadata

  • Download URL: neurodamus-4.2.4.tar.gz
  • Upload date:
  • Size: 200.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for neurodamus-4.2.4.tar.gz
Algorithm Hash digest
SHA256 02342a6f00138d925290509c1916ad0bcfdcffa46b606757dc7265d4c6cfee95
MD5 a0e746be1f214c7d20d90f4f838ef64b
BLAKE2b-256 744a1e80f008a54b6161aeccc0176b3756bac51f84e9daa2dc528f07e4d22d7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for neurodamus-4.2.4.tar.gz:

Publisher: publish_wheels.yml on openbraininstitute/neurodamus

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file neurodamus-4.2.4-py3-none-any.whl.

File metadata

  • Download URL: neurodamus-4.2.4-py3-none-any.whl
  • Upload date:
  • Size: 235.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for neurodamus-4.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8ae1286bb6d91c100fc81151b793d700237cc07f3960ce08b87fc1afd712e076
MD5 70de46d627c8378452fef8387d1e0032
BLAKE2b-256 2a46ec10be77a49eb1a5129114d260a7033fb2e5cc9a7a29b094891930af63ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for neurodamus-4.2.4-py3-none-any.whl:

Publisher: publish_wheels.yml on openbraininstitute/neurodamus

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page