|
Posted
almost 13 years
ago
by
apdavison
All system tests now passing for NEURON backend in parameter_space branch
|
|
Posted
almost 13 years
ago
by
apdavison
Changed translate() from a classmethod to an instance method, to allow dynamic creation of translations dictionary for STDPMechanism
|
|
Posted
almost 13 years
ago
by
apdavison
in the parameter_space branch, the revamp of the projection/connection API is mostly complete for the NEURON backend
|
|
Posted
almost 13 years
ago
by
apdavison
In the parameter_space branch, changed the implementation of the Tsodyks-Markram synapse
|
|
Posted
almost 13 years
ago
by
eppler
invalid:
We found out that the problem only appears when mpi4py is not installed. Probably there should be a nicer error message in that case or some more documentation on the page for parallel simulations. Sorry for the noise!
|
|
Posted
almost 13 years
ago
by
eppler
owner changed
|
|
Posted
almost 13 years
ago
by
eppler
The minimal reporocuder shows above error if run with
mpirun -np 2 python ./test_init.py
|
|
Posted
almost 13 years
ago
by
eppler
Patch that fixes the problem
|
|
Posted
almost 13 years
ago
by
eppler
Minimal reproducer
|
|
Posted
almost 13 years
ago
by
j.jordan@…
Traceback (most recent call last):
File "./test_init.py", line 4, in <module>
p1.initialize('v',vinit_distr)
File "/users/jordan/pyNN0.7.install/lib/python2.6/site-packages/pyNN/common.py", line 645, in initialize
assert
|