Search found 4 matches

by gduffley
Tue Jul 26, 2016 12:23 pm
Forum: UNIX/Linux
Topic: SUSE Linux Enterprise Server 11 Build problems
Replies: 3
Views: 10416

Re: SUSE Linux Enterprise Server 11 Build problems

Hi Ted,

Thanks for the quick reply. I used /../ (should have been / . . . /) to abbreviate the absolute path to my install directory. I have full permissions in the directory I am trying to install to. Sorry for my poor formatting.

Thanks,
Gordon
by gduffley
Mon Jul 25, 2016 6:48 pm
Forum: UNIX/Linux
Topic: SUSE Linux Enterprise Server 11 Build problems
Replies: 3
Views: 10416

SUSE Linux Enterprise Server 11 Build problems

System specs: Distributor ID: SUSE LINUX Description: SUSE Linux Enterprise Server 11 (x86_64) Release: 11 Codename: n/a When I try to compile neuron with this command: ./configure --prefix=/../neuron/nrn --with-iv=/../neuron-bin/iv --with-nrnpython=/usr/bin/python I get this error: I can't compile ...
by gduffley
Fri Jul 01, 2016 11:17 am
Forum: NEURON + Python
Topic: Import mechanism with different default parameters
Replies: 3
Views: 10678

Re: Import mechanism with different default parameters

Hi Ted, Thanks for the quick reply. I think my issue is resolved, but let me give the long form of my question for completeness. When parsing through the McIntyre MRG model, I came across this block of code: for i=0, paranodes1-1 { MYSA[i]{ nseg=1 diam=fiberD L=paralength1 Ra=rhoa*(1/(paraD1/fiberD)...
by gduffley
Thu Jun 30, 2016 6:45 pm
Forum: NEURON + Python
Topic: Import mechanism with different default parameters
Replies: 3
Views: 10678

Import mechanism with different default parameters

In Hoc, this syntax allows to import and change a default parameter for a mechanism:

Code: Select all

insert extracellular xraxial=Rpn0
Is there a equivalent syntax in Python?

Thanks,
Gordon