Pramod Kumbhar
Pramod Kumbhar
> VS Code could attract a fair amount of computational scientists with this feature as not all universities have licenses for dedicated commercial debuggers, that cost upwards from around 700$....
@mjribeiro : I locally tried to build with NVHPC 22.11 and CUDA 11.8 but don't see obvious issue. In your logs I see: ``` nvc++-Fatal-/opt/nvidia/hpc_sdk/Linux_x86_64/22.11/compilers/bin/tools/cpp2 TERMINATED by signal 11 Arguments...
Sorry for delay in response. Not sure how I end-up in this situation but I am seeing same issue on our machine! ("similar" config I reported in previous comment was...
@mjribeiro : I can confirm that there is an issue in the latest neuron master with the newer NVHPC compilers. I have reported compiler bug to NVIDIA/NVHPC forum here: https://forums.developer.nvidia.com/t/cpp2-terminated-by-signal-11-error-with-newer-nvhpc-releases-like-23-1-22-11/242001....
@alkino : we can close this then I guess.
Just for the record, using Cython3 result into error like ` does not support 3d mode (no "volumes3d" attr)`: ``` simple_model = ((,
@ramcdougal : I was reading NumPy 2.0-specific advice from docs [here](https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-0-specific-advice). It doesn't say specifically about Cython 3 aspects but as we are now talking about ABI compatibility aspects, I...
I just wanted to add the necessary information from past debugging so that this ticket is up to date and it would be easy to debug further efficiently: 1. One...
We can investigate the neurodamus+coreneuron issue separately. @joseph-tharayil: Maybe you can better understand Michael's response + changes and see if that addresses issue in your original reproducer?
Copying comments from internal slack discussion: ```console If your test works for neurodamus tests and if you want a similar test in neuron then I wonder if we should just...