Pramod Kumbhar

Results 84 issues of Pramod Kumbhar

This ticket is just to track relevant tickets and mention their priorities of those. Ioannis has already created all tickets that can be found [here](https://github.com/BlueBrain/nmodl/issues?q=+is%3Aissue+label%3Anmodl_feature_complete+). But we want to know...

codegen
nmodl_feature_complete

## Overview As part of this ticket I would like to implement some QoL improvements when using NMODL. ## Example Let's take an example of MOD files directory from BB5:...

enhancement
good first issue
codegen

As part of this ticket, we should: - [ ] Review the existing CIs and their runtimes - [ ] Check what aspects of NMODL they are testing - [...

CI

* Proposal for Random number generators as language constructs (instead of VERBATIM blocks) * Review use cases from BBP models as well as ModelDB * Present this during next NEURON...

enhancement
semantics
proposal

While fixing the issues in #888, I came across [glia__dbbs_mod_collection__cdp5__CR.mod](https://github.com/dbbs-lab/dbbs-mod-collection/blob/master/dbbs_mod_collection/mod/glia__dbbs_mod_collection__cdp5__CR.mod) file (use attached version!). By using following nmodl command: ```console ./bin/nmodl glia__dbbs_mod_collection__cdp5__CR.mod host --c passes --inline sympy --analytic ```` The...

codegen
solver
performance

We have mod files with derivative block and derivimplicit method : ``` DERIVATIVE state { LOCAL minf_VDCC, hinf_VDCC minf_VDCC = 1/(1+exp(((vhm_VDCC-ljp_VDCC)-v)/km_VDCC)) hinf_VDCC = 1/(1+exp(((vhh_VDCC-ljp_VDCC)-v)/kh_VDCC)) A_AMPA' = -A_AMPA/tau_r_AMPA B_AMPA' = -B_AMPA/tau_d_AMPA...

bug
codegen
solver

On Intel machines, I am installing NEURON+CoreNEURON with the OpenMP variant i.e. ```console spack install neuron~report+caliper@develop+openmp%oneapi ``` and this produces build time errors like: ```console [NMODL] [info] :: Parsing Units...

bug
codegen

Empty unit name declaration is valid according to the original implementation in NEURON: i.e. ```console UNITS { () = (millivolt) } ``` is accepted now. Note the empty bracket on...

enhancement
parser
semantics

We have been working with Robin in order to run his model with CoreNEURON on GPU (see neuronsimulator/nrn/issues/1839). While testing the model, we have seen quite some issues in NMODL...

bug
codegen

In order to check the NMODL language spec coverage, we would like to know which of the grammar rules are used today in all of the existing models (e.g. ModelDB)....

parser