Pramod Kumbhar

Results 84 issues of 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 ####...

bug

## 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...

bug
nmodl

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...

testing
improvement
dev

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...

build system
documentation

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/...

bug
good for beginners

## 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...

enhancement
dev

## 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...

enhancement
question
proposal

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...

coreneuron
proposal
improvement
dev
nmodl

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....

enhancement
proposal
refactoring

## 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...

bug
testing