Results 22 comments of Ioannis Magkanaris

I got some time to work again on this test. Thank you very much for your suggestion @nrnhines to set `nc.delay = 1`. `NEURON` and `CoreNEURON` with threading worked with...

Hello @salvadord , Just an update on the progress on this ticket. I started investigating this issue a few days ago but I didn't have time to find a solution....

Hello @nrnhines, I remember that I got the same `assertion` error in the beginning and if I remember correctly the issue is that `cvode.cache_efficient(1)` is called right before the `nrncore_run`...

Some of the mod files' fixes for GPU execution and NEURON 8.2.0+ were missing from the mod file directory of this branch. I opened a PR to update them in...

Hello @Kim1230 , do you have any update on the status of your simulation? Did you manage to run it with CoreNEURON on GPU? I saw in the `S1_netpyne` repo...

Coming back to this PR, what we would like to do before updating the branch and merging it is compare the output of the refactored random number distribution functions of...

Thanks a lot @1uc and @cattabiani for the detailed answers and sorry for the delayed reply but I've only seen them now. I think what's needed to move forward with...

On our discussion in the latest NEURON dev meeting we concluded the following: - All current random number generator implementations should be removed in favor of Random123 - The current...

I have started having a look at the changes in this PR and here are my initial answers to some of your questions: > Should the permutation vectors be converted...

Hi @nrnhines , > One issue here that gets too close to my cognitive clarity limits is that this pr's permutation is apparently a reverse permutation in the context that...