Pramod Kumbhar
Pramod Kumbhar
- previously generates .cpp files in source tree. To have clean builds, move those in build dir - remove unnecessary includes for some cython extensions
When NEURON and CoreNEURON were separate repos, we needed callbacks / function-pointer mechanism between NEURON and CoreNEURON: See * https://github.com/neuronsimulator/nrn/blob/d2a76abcdc5f8b8a1a687a52f350e0255d1bd817/src/nrniv/nrncore_write/callbacks/nrncore_callbacks.h * Especially https://github.com/neuronsimulator/nrn/blob/d2a76abcdc5f8b8a1a687a52f350e0255d1bd817/src/nrniv/nrncore_write/callbacks/nrncore_callbacks.h#L195 * https://github.com/neuronsimulator/nrn/blob/d2a76abcdc5f8b8a1a687a52f350e0255d1bd817/src/nrniv/nrncore_write/callbacks/nrncore_callbacks.cpp#L34 With NEURON and CoreNEURON in...
As Python 3.12 is around now, we should update our releases to support this newer version. This should include wheels as well as binary installers. We could start with the...
While building NEURON with NVHPC compiler, I see lots of warnings like: ```console 2465 -noswitcherror --c++17 -o CMakeFiles/nrniv_lib.dir/__/ivos/regexp.cpp.o -c /root/nrn/src/ivos/regexp.cpp [ 85%] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivos/resource.cpp.o cd /root/nrn/build_gpu_nvhpc_237/src/nrniv && /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++...
## Context ### Overview of the issue If we install a wheel and try to compile a MOD file that requires sympy then compilation fails. ### Expected result/behavior Such a...
Dear David, We have been using v2.8 for quite some time in our production deployment of the [NEURON simulator](https://github.com/neuronsimulator/nrn) and it was working fine. Last week we upgraded to latest...
Hello Martin, Firstly, big thanks for putting together and keeping up with this invaluable tool 🙌 -- it's been very helpful for us, and I'm sure for many others, when...
### Overview of the CI issue See the discussion in #2793 and my comparison mentioned in https://github.com/neuronsimulator/nrn/pull/2794#issuecomment-2019813786: Recently we have seen OOMs for some of the CI jobs. From the...
(thanks to @arnaudon for creating the issue in the [BBP JIRA system](https://bbpteam.epfl.ch/project/issues/browse/HPCTM-1860) with a reproducer! 🙌 ) ### Overview of the issue When switching to NEURON 9 module (e.g. neuron-nightly...
This is not forbidden to have more, but due to a bug this fail in nrn. Just to re-trigger CI testing for #1098