Giter Site home page Giter Site logo

Comments (4)

heplesser avatar heplesser commented on June 1, 2024

@bjourne Did you change local_num_threads in sim_params.py? With the default value of four and 300 million connections in total, you should not hit the limit at 134 million per virtual process (thread), unless you try to build the model once in a single Python instance without cleaning up with nest.ResetKernel() in between. You could try to increase local_num_threads.

If that does not help: How did you install/compile NEST?

BTW, for questions like these our NEST User Mailing List is the better place (https://www.nest-simulator.org/community/).

from nest-simulator.

bjourne avatar bjourne commented on June 1, 2024

Thanks. I changed the number of threads to 8 by setting "local_num_threads": 8,. This however seem to affect the simulation and I don't get the same results as when I run it with 1 thread.

from nest-simulator.

heplesser avatar heplesser commented on June 1, 2024

Due to the way random number generators work in NEST, different numbers of virtual processes (MPI ranks times OpenMP threads) will yield different random number sequences and thus different detailed spike patterns. But if you look at measures such as average firing rates, inter-spike interval distributions or cross-correlations, they should not differ significantly for different numbers of parallel processes.

from nest-simulator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.