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

Fix POSTPONE Setup #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix POSTPONE Setup #32

wants to merge 2 commits into from

Conversation

uahic
Copy link

@uahic uahic commented Sep 18, 2016

@mdjurfeldt This PR is not really meant to merge as it is now bug to share the code in order for collaborative debugging;

A fixed PyNN 0.8.1 fork with MUSIC simulator support can be found here:

https://github.com/HBPNeurorobotics/PyNN.git
(music_port_0.8.1 branch)

If there are any issues regarding PyNN and MUSIC compatibility please let me know.

For debugging Ive choosen the example 'music_simple.py' from the PyNN subfolder /examples but of course you are free to use any other as well. However, this music_simple.py is modified such that two NEST simulators are launched instead of a NEST/NEURON pair


In the current version both NEST instances do start independently and it looks like the MUSIC_CONFIG is passed and parsed but I get some segmentation faults;

In general I use the following to debug in MPI environments:

mpiexec -np 2 xterm -e "gdb gdb.in python"
in the file gdb.in:

set breakpoint pending on
break MUSIC::Setup::init
run music_simple.py

if you have more advanced debugging techniques please let me know, thank you!

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

Successfully merging this pull request may close these issues.

1 participant