Search found 8 matches

by badjoby
Mon Mar 23, 2009 8:04 pm
Forum: Getting started
Topic: Cellbuilder hangs the system
Replies: 7
Views: 3737

Re: Cellbuilder hangs the system

Hi,
I checked it out and it does not solve the problem :(.
Does CellBuild use the argument 1 anywhere?!
joby
by badjoby
Mon Mar 23, 2009 3:46 pm
Forum: Getting started
Topic: Cellbuilder hangs the system
Replies: 7
Views: 3737

Re: Cellbuilder hangs the system. Solution?

Hi, I modified part of my nrn/share/nrn/lib/hoc/celbild.hoc to the following and it seems work so far without hanging.. objref tobj proc makecellbuilder() { tobj = new CellBuild(1) tobj.map("CellBuild[0]", 117, 194, 788.16, 358.08) objref tobj } I am sure this is a kludge. What is the real...
by badjoby
Mon Mar 23, 2009 2:57 pm
Forum: Getting started
Topic: Cellbuilder hangs the system
Replies: 7
Views: 3737

Re: Cellbuilder hangs the system

Hi At the oc> prompt if I use {ocbox_ = new CellBuild()} instead of {ocbox_ = new CellBuild(1)} I have the same issue. I find that nrn70/share/lib/hoc/celbild.hoc uses the first format as given below objref tobj proc makecellbuilder() { tobj = new CellBuild() objref tobj } Any clues. I am totaly unf...
by badjoby
Mon Mar 23, 2009 2:27 pm
Forum: Getting started
Topic: Cellbuilder hangs the system
Replies: 7
Views: 3737

Re: Cellbuilder hangs the system

Neurondemo works.
by badjoby
Mon Mar 23, 2009 2:25 pm
Forum: Getting started
Topic: Cellbuilder hangs the system
Replies: 7
Views: 3737

Re: Cellbuilder hangs the system

Hi Ted,
I initially tried the compile and install. Same issue. Then I installed the rpm version. Same issue.
So I guess it is mismatch with my system configuration. What I find puzzling it that why only
invoking Cellbuilder from the GUI have the issue?
thanks, joby
by badjoby
Sun Mar 22, 2009 5:56 pm
Forum: Getting started
Topic: Cellbuilder hangs the system
Replies: 7
Views: 3737

Cellbuilder hangs the system

Hi, Using NEURON -- Release 7.0 (281:80827e3cd201) 2009-01-16 on Ubuntu 8.10 and 9.04 1) start nrngui 2) Build->Cell builder 3) The check boxes are not checkable including Cont Create. 4) Attempt to click on the check boxes 2-3 times cause the system hang. but If I do the following 1) start nrngui 2...
by badjoby
Sat Mar 21, 2009 12:28 am
Forum: UNIX/Linux
Topic: nrnocmodl make error
Replies: 2
Views: 3031

Re: nrnocmodl make error

Thanks Ted
by badjoby
Thu Mar 19, 2009 11:44 pm
Forum: UNIX/Linux
Topic: nrnocmodl make error
Replies: 2
Views: 3031

nrnocmodl make error

Hi, nrniv --version NEURON -- Release 7.0 (281:80827e3cd201) 2009-01-16 on Ubuntu 8.10 and 9.04 When I evoke nrnmodel I get the following error /usr/local/nrn/i686/lib/libnrnoc.so: undefined reference to `nrnmpi_numprocs' /usr/local/nrn/i686/lib/libnrnoc.so: undefined reference to `nrn_mk_prop_pools...