Matthias Wiesenberger
Matthias Wiesenberger
What works for me is ```py sphinx: config: html_theme_options : pygment_light_style : "xcode" pygment_dark_style : "monokai" ```
Hi guys, I had an initial look at this pull request and before I continue I want to say that I am still learning cmake and I have not yet...
The issue with the GPU library was solved by using -lcusparse, which is shipped with CUDA, on the CPU and OpenMP end we use a trivial self-made matrix-vector kernel until...
Hi @LiamPattinson, nice work. I had a look at the github Action you pointed out and for some reason the test runner for GPUs skips loading the nvcc compiler and...
Hi @LiamPattinson In the failed test output in the runner I cannot see which test exactly failed, only that it is in the "Easy attributes" test case. Normally, catch2 has...
I had a practical question (sorry for spamming your mail with so many individual comments), is there or do you have a prefered way of storing individual cmake build configurations....
> I've finally gotten MPI + CUDA to compile! https://github.com/PlasmaFAIR/feltor/actions/runs/14712161450. Unfortunately I haven't been able to check if all the tests pass, as I ran into Nvidia driver issues on...
Hi @LiamPattinson, thanks a lot for the update. The only boost dependence is in the `taylor.h` file because it calls special mathematical functions. With their integration into the C++-17 standard...
This issue may be related https://gitlab.kitware.com/cmake/cmake/-/issues/26894
After some more research, I finally stumbled across the answer to the problem: From this page in the documentation https://sphinx-book-theme.readthedocs.io/en/stable/reference.html it is mentioned that pydata options are available as well....