Pramod Kumbhar
Pramod Kumbhar
Currently we don't have any tests that use BEFORE / AFTER blocks. We should check ModelDB model and add it to our CI.
To avoid issues reported in #276 and #278, we should update CI to test * Internal and external NMODL * sympy based solvers (non-cnexp solvers) * ISPC backend
We have changed allocation of NrnThread with `new`. There were two use cases: * when we use `aligned` pragma with intel compilers we needed to have `nt` to be aligned...
Hello, I have following config : ``` CALI_SERVICES_ENABLE=aggregate,event,mpi,mpireport,timestamp CALI_TIMER_INCLUSIVE_DURATION=true CALI_MPIREPORT_CONFIG="select avg(sum#time.inclusive.duration) GROUP BY annotation,function FORMAT tree" ``` and that gives me following result : ``` Path avg#sum#time.inclusive.duration main 5.000000 finitialize...
**Describe the issue** OpenACC (offload) and OpenMP (host threading) seems to interact badly when launched from Python. Typical error: > call to cuLaunchKernel returned error 400: Invalid handle **To Reproduce**...
* Today user can "declare" a variable in the NEURON block and then PROCEDURE or FUNCTION with the same name. For example, the below doesn't raise any error today: ```python...
**Describe the issue** This is based on internal slack discussion [here](https://bluebrainproject.slack.com/archives/C023T9MRC3B/p1668615314386289?thread_ts=1668551167.002749&cid=C023T9MRC3B). In summary, what we see is that the datareturn_py test fails with OpenMP GPU offload and cell permute =...
Testing https://github.com/neuronsimulator/nrn/pull/2055 CI_BRANCHES:NEURON_BRANCH=pramodk/coreneuron_merge,NMODL_BRANCH=master,SPACK_BRANCH=pramodk/coreneuron_merge
CI_BRANCHES:NEURON_BRANCH=master,NMODL_BRANCH=master,SPACK_BRANCH=develop
## Context As seen in the recent PRs, the windows CI is failing: https://github.com/neuronsimulator/nrn/actions/runs/6567740016/job/17845811066?pr=2584 ### Overview of the CI issue On Windows CI: `lib/dllcrt2.o: lseek: Bad file descriptor` is coming...