source code for built-in mechanisms

NMODL and the Channel Builder.
Post Reply
mattmc88

source code for built-in mechanisms

Post by mattmc88 »

New problem. I have an installation of NEURON on a linux machine. On this machine, I couldn't find the files for AlphaSynapse (Syn.mod) or Exp2Syn (exp2syn.mod). I searched for the text string 'AlphaSynapse' in the neuron folder, which came up with the file 'libnrnoc.so.0.0.0.' I read about shared libraries, and now understand that the mod files are probably collapsed into this shared library.

Is my interpretation correct?

If so, how do I get at the mod files, and create a new one that is part of the shared library?

Thanks again,

Matt
ted
Site Admin
Posts: 6305
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: source code for built-in mechanisms

Post by ted »

Presumably you used the rpm to install NEURON. If you need the source code for the built-in mechanisms, download the corresponding tar.gz file and expand it
tar xzf whatever.tar.gz
You'll find the mod files in
nrn-x.x/src/nrnoc
Post Reply