Pramod Kumbhar
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...
## 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:...
As part of this ticket, we should: - [ ] Review the existing CIs and their runtimes - [ ] Check what aspects of NMODL they are testing - [...
* 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...
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...
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...
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...
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...
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...
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)....