Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ext_neuron class used for two distinct functions slows down execution #86

Open
golosio opened this issue Oct 18, 2023 · 0 comments
Open
Assignees

Comments

@golosio
Copy link
Collaborator

golosio commented Oct 18, 2023

The ext_neuron class is used both to represent the images of NEST (CPU) neurons, through a software interface, and the images remote source neurons communicating spikes to their images through MPI. In principle this could be acceptable, and does not yield errors, however the call to the kernel Update functions of this model, which is necessary for the NEST interface, is unnecessary and slows down execution in case of the image of remote source neurons. For this reason, for now it would be better to have two separate classes (models) for the two cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant