Search found 3 matches
- Tue Sep 03, 2024 2:23 pm
- Forum: Parallel NEURON
- Topic: Assigning GIDs to netcon without cell object
- Replies: 5
- Views: 26222
Re: Assigning GIDs to netcon without cell object
Thank you for the suggested test. After running the test and some variations of initializing a NetCon I observed the following. Phase 1: After initializing a Cell class and attaching a NetCon to its soma and associating with a GID to the spike source, gid2obj and gid2cell still return "None&quo...
- Wed Aug 28, 2024 6:10 pm
- Forum: Parallel NEURON
- Topic: Assigning GIDs to netcon without cell object
- Replies: 5
- Views: 26222
Re: Assigning GIDs to netcon without cell object
Thank you for the clarification! I have updated my model to comprise of h.Section() instead of h.SectionList() to implement the cell. I still wonder what could be the cause for the function gid2obj() or gid2cell() returning "None". Also, if the error raised by psolve() is a consequence of ...
- Tue Aug 27, 2024 1:12 pm
- Forum: Parallel NEURON
- Topic: Assigning GIDs to netcon without cell object
- Replies: 5
- Views: 26222
Assigning GIDs to netcon without cell object
Hello, I am new to Neuron and I have been working on getting and existing model to work on GPU. I have been following the ringtest repository to understand how the GPU implementation works and how I should initialize the model to work with parallel context. The model consists of k cells (motor neuro...