Page 1 of 1

Neuron Libraries

Posted: Thu Apr 19, 2012 9:08 pm
by Prokopiou
Hello,

Im trying to find a way to interface my application with NEURON, preferably with a library without using the Neuron GUI or executing the nrniv.exe from within my application.
I couldn't find libraries for any language and I was wondring if one exists.

Thank you,
Andreas.

Re: Neuron Libraries

Posted: Fri Apr 20, 2012 1:38 pm
by hines
On all machines, NEURON is generally built as a shared library that any program can link against or dynamically load.
Also mod files typically end up in a shared library which is loaded dynamically.
A typical example is to launch Python and extend with the NEURON module.
There is no GUI if NEURON is configured with the argument --without-iv