nest-gpu
nest-gpu copied to clipboard
NEST GPU
The link in the main GitHub page in "To install NEST GPU see the [NEST GPU Installation Intructions](https://nest-gpu.readthedocs.io/en/latest/installation/installation.html) on our Documentation." is not working
Hello, Can NEST GPU automatically utilize multiple GPUs when running with SLURM? I have a two Tesla T4 setup on a single node configured with gres, and I found that...
The function RemoteConnect connects nodes across MPI processes _i_ and _j_ . When instantiating a connection with _i_ = _j_ the function does not return an error, neither does it...
Hi there, I am trying to compile Nest-gpu to experiment with calling it from Julia-lang with https://github.com/JuliaInterop/CxxWrap.jl However I am finding that I can not basically install nest-gpu. I suspect...
Currently, the number of neuron groups that can be created in the simulator is limited to 128. When more than 128 groups are requested, the simulation exit with "segmentation fault"....
Currently print statements are directly coded into the simulation loop without any flexible way of controlling them. Added a log manager with several verbosity levels would allow for much more...
After compiling with CMake, setting the same random generator seed across simulation runs produces different precise spike times. It has been confirmed that model behavior is still statistically valid using...
Edit spike_detector device to have an implementation similar to the one of the spike_recorder device of NEST. Change the device name to spike_recorder.
Edit spike_generator device to have an implementation similar to the one of NEST regarding the choice of the spike times.