Install NEST GPU

Requirements

Mandatory packages:

  • NVIDIA drivers

  • NVIDIA CUDA development toolkit

Recommended packages:

  • OpenMP binary and development package

Packages needed for using Python interface:

  • Python 3

  • Python - matplotlib

Packages needed for using MPI:

  • OpenMPI binary and development package

  • Python - mpi4py (for using MPI from Python)

Installation instructions

On a terminal, cd to the folder where you unpacked the tarball, and type:

autoreconf -i
./configure
make
sudo make install

For support: golosio@unica.it

Installation test

To check the correctness of NEST GPU installation you can find some tests in the directory python/test. Each Python script tests a specific feature of the library, and to perform all the tests you can run the bash scripts test_all.sh and test_mpi.sh. If everything worked well, for every test you should see a line indicating TEST PASSED or MPI TEST PASSED.