René Widera

Results 515 comments of René Widera

One reason I decided not to use std::mdspan for now is that operator()[] only supports std::array. I don't remember all the details, but I think there were many issues with...

IMO the performance test should always check for correct results. Such tests should be executable without a CI too and in that case, it could be that someone is testing...

> Example: filling a few GB buffers with random numbers. Would you want to run the number generator again on the host to verify that all random numbers are generated...

I would like that, as I know you need to querry the occupency API from cuda with different block sizes multiple times. I do not remember if the API provides...

@denisbertini could you please post your `speciesDefinition.param`, IMO you have the same species multiple times `VectorAllSpecies`. I compiled a simple KHI example and all looks fine, so I expect a...

I run a small compile test and if you add a species twice to `VectorAllSpecies` in `speciesDefinition.param` it will create multiple plugins, therefore I expect you added your electron species...

I opened PR #5565 to guard against adding duplicates in the list.

let me reopen the issue until @denisbertini reported back if this is solved

> Yes , i am wondering if there is not a memory issue hidden behind. when trying to increase the memory buffer in the Y direction in the `memory.param` file,...

You wrote in an other issue you got the mutiple definition issue again after recompiling. I assume there is sometjing wrong in your workflow. Xould you provide all commands you...