Skip to content

dbbs-lab/nest-simulator

 
 

Repository files navigation

The Neural Simulation Tool - NEST

Installation

Install Ubuntu packages (build, GSL, LTDL, curses, readline, OpenMPI):

sudo apt update
sudo apt install -y build-essential libgsl-dev libltdl-dev libncurses-dev libreadline-dev openmpi-bin libopenmpi-dev

Create virtual env with build packages:

python -m venv nest-env
source nest-env/bin/activate
pip install cmake cython

Clone & build nest-simulator:

git clone https://github.com:dbbs-lab/nest-simulator
mkdir nest-simulator/build
cd nest-simulator/build
cmake ..
make install -j8

Test your install:

cd
python -c "import nest"

Should print the welcome banner.

About

The NEST simulator

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.0%
  • Python 19.8%
  • JavaScript 3.9%
  • CMake 2.5%
  • CSS 2.0%
  • Shell 1.1%
  • Other 0.7%