Edit History

Wiki » History » Version 3

Padraig Gleeson, 30 Apr 2014 14:57

1 1 Padraig Gleeson
Bluehive and OSB interactions
2 1 Padraig Gleeson
-----------------------------
3 1 Padraig Gleeson
4 3 Padraig Gleeson
Discussion of the options for running models from OSB (and any other models expressed in LEMS/NeuroML2) on the Bluehive hardware being developed in Cambridge.
5 3 Padraig Gleeson
6 1 Padraig Gleeson
### Overview of Bluehive system
7 1 Padraig Gleeson
8 3 Padraig Gleeson
Information on the current status of the Bluehive system can be found in presentations by [Steve Marsh](http://www.opensourcebrain.org/attachments/download/70/SteveMarsh_HiveMind_Overview_13_5_13.pdf) and [Paul Fox](http://www.opensourcebrain.org/attachments/download/74/Thousands-to-millions_PaulFox.ppt) at the [2013 OSB kickoff meeting](http://www.opensourcebrain.org/projects/osb/wiki/Meetings)
9 1 Padraig Gleeson
10 3 Padraig Gleeson
More…
11 3 Padraig Gleeson
12 1 Padraig Gleeson
### Potential OSB models to test on Bluehive hardware
13 1 Padraig Gleeson
14 3 Padraig Gleeson
Some of the potential models on OSB which could be tried out on Bluehive include:
15 3 Padraig Gleeson
16 3 Padraig Gleeson
-   project:brunel2000
17 3 Padraig Gleeson
-   project:destexhe\_jcns\_2009
18 3 Padraig Gleeson
     (Note these are both PyNN based networks, which could potentiall be scaled up by changing the population size parameters)
19 3 Padraig Gleeson
-   project:grancelllayer
20 3 Padraig Gleeson
     (This is a neuroConstruct based project containing a network of single compartment conductance based neurons. The [Large 3D network](http://www.opensourcebrain.org/embedded/grancelllayer/Large3DNetwork.html) simulation configuration could be used for testing on Bluehive, but would require more testing of the ChannelML ~~\> NeuroML2~~\> LEMS -\> Other formats pathway)
21 3 Padraig Gleeson
22 3 Padraig Gleeson
Note that a Google Summer of Code project for the INCF will start soon when a student will be specifically looking at converting large scale cortical models to NeuroML/PyNN and putting them on OSB: http://www.incf.org/gsoc/2013, http://www.google-melange.com/gsoc/project/google/gsoc2013/vitorchaud/14001.
23 3 Padraig Gleeson
24 3 Padraig Gleeson
These networks will be exactly the type needed for testing with Bluehive and comparing to other simulators.
25 3 Padraig Gleeson
26 3 Padraig Gleeson
More…
27 2 Padraig Gleeson
28 2 Padraig Gleeson
### Libraries which can be used for code generation, testing, etc.
29 2 Padraig Gleeson
30 2 Padraig Gleeson
[PyLEMS](https://github.com/LEMS/pylems)
31 2 Padraig Gleeson
Extended [org.neuroml.export package](https://github.com/NeuroML/org.neuroml.export/tree/master/src/main/java/org/neuroml/export) which exports [VFGEN](http://www.warrenweckesser.net/vfgen/index.html) format, to generate C/C++…