nrnhines

Results 397 comments of nrnhines

@jamiani27 I ran on my virtualbox windows guest and (in the bash terminal) was successful with ``` bash-5.1$ python CaSignaling_v2.py CP1 .soma[0](0.5) CP4.5 CP2 Vector[588] bash-5.1$ ls -ltr total 319...

Well, this has turned into more of a mystery. I'm unable to reproduce the issue with NEURON 8.2.0 and python 3.10.0. I am running from the bash terminal installed by...

I'm not familiar with TDM-GCC. I think it is worth experimenting with putting c:\nrn\mingw\usr\bin before that in the path.

That's disappointing. @adamjhn or @ramcdougal are likely best positioned to track this down. But if the problem ends up being just environmental, I might be able to help via zoom...

I'm pretty flexible. Now is good or tomorrow at 1pm (east coast time). Otherwise suggest a time. Just send me a zoom invite to [email protected] Cheers, Michael ________________________________

For some more context, see https://docs.google.com/document/d/1iEo-b7Lrpk2EGko30Cic5IOtp0ByjFFZY9uZ3vNgyhg/edit And > ...Also, as I think about TrackingPointers, it seems to me there is an unnamed background concept not yet clearly defined that needs...

File format checking happens in Import3d_GUI so the following does not suffer from that problem. ``` from neuron import h h.load_file('import3d.hoc') class Cell: pass def mkcell(fname): loader = h.Import3d_GUI(None) loader.box.unmap()...

I did not succeed in installing a working ```nvcc/nvc++``` on my desktop (cuda refused to install). What is the name of the BB5 these days. Last time I logged in...

There are several way to implement ```FOR_NETCONS``` processing. Eg. pass the already setup information from NEURON or recompute from scratch in CoreNEURON. I lean toward the latter as it avoids...

Vectors of NetCon information are sent from nrnbbcore_write.cpp on a per thread basis and the order is the order seen for that thread from the HOC interpreter NetCon Object list...