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

NEST Topology crashes for fixed fan-out on multiple MPI processes #281

Closed
heplesser opened this issue Mar 18, 2016 · 0 comments
Closed

NEST Topology crashes for fixed fan-out on multiple MPI processes #281

heplesser opened this issue Mar 18, 2016 · 0 comments

Comments

@heplesser
Copy link
Contributor

The following code will work correctly if run on a single MPI process, but crashes reporting an IllegalConnection in ConnectLayers_i_i_D when run on two or more processes:

/layer << /rows 3 /columns 3 /elements /iaf_neuron >> CreateLayer def
layer layer << /connection_type /divergent /number_of_connections 1 >> ConnectLayers

The code works fine for /convergent connections and also if a connection probability is given instead of a fixed number of outgoing connections.

heplesser added a commit that referenced this issue May 3, 2016
Fixes #281: Topology now skips non-local potential targets correctly
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