Pramod Kumbhar

Results 229 comments of Pramod Kumbhar

Same here - interested in PPC support but could only help in testing/validation aspects.

same issue here!

Agree with @matkara : many of us **develop** scientific softwares on MacOS platform. We are curiously looking at OneAPI. Whenever I want to play with samples in free time, requirement...

Thank you @alexbatashev for quick response! > You'd loose a bit of performance, but containers are available right now, and it allows you to taste new amazing features of DPC++,...

ModelDB models / mod files that needs to be fixed are: ```console ➜ nrn-modeldb-ci git:(master) ✗ grep "both variable and function in file" log Error: new_seed used as both variable...

As PRs to respective ModelDB models are created, I will merge this.

Hello @nrnhines! In [the slack thread](https://neurondev.slack.com/archives/CS8R6MU2Y/p1660552235543249?thread_ts=1659627583.302139&cid=CS8R6MU2Y) you clarified about DISCRETE block: ```console Here is an example mod file $ cat disc.mod NEURON { SUFFIX disc GLOBAL k, a0 } PARAMETER...

We generated a detailed report of which NMODL constructs (actually, bison productions in [nmodl language parser](https://github.com/neuronsimulator/nrn/blob/master/src/nmodl/parse1.ypp)). Together with @nrnhines we looked at [this report](https://github.com/BlueBrain/nmodl/issues/936#issuecomment-1260381200) and looked at various examples. Here...

I was motivated by @ramcdougal's google [collab example](https://colab.research.google.com/drive/13_9AAqMkghgrgZAuNelPrOfdyq3H83cW?usp=sharing) from [CNS 2021 course](https://www.neuron.yale.edu/neuron/courses/2021-cns-neuron-netpyne-tutorial). May be @ramcdougal has more ideas to create a computationally expensive model? Me and Michael had a brief...