Pramod Kumbhar
Pramod Kumbhar
## Context A user has reported various build issues while building nrn+coreneuron on MacOS using oneAPI compilers. ### Overview of the issue Here is the summary sent via email ####...
## Context When translating MOD file containing array STATE variable and KINETIC block I see segfault. ### Overview of the issue If we take [cal4.mod](https://senselab.med.yale.edu/ModelDB/showmodel.cshtml?model=150551&file=/AshhadNarayanan2013/cal4.mod#tabs-2) from ModelDB and try to...
As discussed in https://github.com/BlueBrain/CoreNeuron/pull/685#issuecomment-964279999, we need a test that we can use for validating inter-thread event transfer. For both purposes - better code coverage and also identify possible bugs from...
This issues is to document process to build Windows instructions. Here are brief steps (WIP): - Install latest Visual Studio - Install msys2 - Look into https://github.com/neuronsimulator/nrn/blob/master/mingw_files/msys2 ``` msys2.org download...
When I use nrnivmodl on the mod files multiple times without changing, I see that mod files get retranslated and recompiled: ``` pip3 install neuron-nightly ``` ``` → nrnivmodl mod/...
## Overview For the upcoming release with frontiers paper, we will have neuron+coreneuron+nmodl wheel/binary installer with GPU support. It will be great if we could have some inbuilt model that...
## Overview of the feature Currently CoreNEURON+MOD2C doesn't support TABLE statement on the GPU. We plan to implement this support but it's pending for quite some time due to other...
If we have following code section in mod file that we want to compile only for neuron: ``` VERBATIM extern double* hoc_pgetarg(int iarg); extern double* getarg(int iarg); extern int ifarg(int...
This ticket is more as a question to gather feedback on the code refactoring aspects. ### Context In the past we have been doing periodic refactoring of the code e.g....
## Context If a test internally segfaults, it still shown as passed ### Overview of the issue Consider the below example where we see segfault but the test is still...