hudon / spike

Brain Simulator Parallelization
http://nengo.ca/
1 stars 1 forks source link

fix ensemble communication deadlocks #62

Closed gretac closed 11 years ago

gretac commented 11 years ago

Closes #53

makes sure no active ensemble is trying to communicate with a finished ensemble

hudon commented 11 years ago

:+1: :shipit:

RobertElder commented 11 years ago

Pulled fix-comm-deadlocks branch into subnetworks branch.

Ran

while true; do /usr/bin/python2 /home/robert/spike/test/nengo_tests/test_subnetwork.py /home/robert/spike/test/../src; date; done;

for a while and observed no deadlocks

Also, make test passes.