CoreNeuron
CoreNeuron copied to clipboard
Simulator optimized for large scale neural network simulations.
- Protect aligned_alloc from potentially invalid 0 alignment argument - Handle alignment = 0 as normal malloc - Allocate MembList and ThreadMembList objects without alignment. They are small objects and...
**Describe the issue** Following the developer build workflow on macos (intel) with gcc-12 and otherwise default flags, I get the test `queuing_test` failing with following message: ``` 4: unknown location:0:...
**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**...
Using ARM DDT it's possible to get a detailed report on the memory being allocated in the application using the `Memory Usage` tool (source: [ARM DDT Documentation](https://developer.arm.com/documentation/101136/2021/DDT/Memory-debugging)). Using this tool...
**Describe the issue** I am currently trying to install NEURON/CoreNEURON following the instructions on the README in this repo, but the build and install step is not working. See logs...
**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
**Description** Enforce deterministic report events
**Description** (WIP) Fixes #806 **How to test this?** check out nrn, change to this branch in coreneuron submodule, build and test as per nrn repo instructions **Test System** - OS:...