G. P. Müller
G. P. Müller
The only related issues I could find are these: - https://github.com/arpg/Kangaroo/issues/3 - https://forums.developer.nvidia.com/t/cuda-infernal-error-assertion-failed-gen-initializer-consta/5993/2 Both are quite old and the issue should be fixed long ago, since CUDA 6.5 or so......
No idea why that error would occur, I have not seen that before... Did you remove the build folder by calling `./clean.sh` or `rm -rf build` before trying to configure?
Please try using the executable in this zip https://github.com/spirit-code/spirit/suites/1794914117/artifacts/34399360 Not sure it will work, since it is built for Ubuntu and some system dpendencies may be missing, but it might...
@Asohamithran I'm afraid I currently cannot figure out how to provide working cuda builds. If you wish to debug your compilation problem further, you could call `make VERBOSE=1` instead of...
Dear @Asohamithran did you maybe make any progress with your issue? I just realized you could try to remove these lines from core/CMakeLists.txt: ``` #----- Get git revision include( GetGitRevisionDescription...
@sqml-ust can you list here what system you are getting this error on? For reference, @Asohamithran's error was on - OS: Manjaro Linux x86_64 - Kernel: 5.10.2-2-MANJARO - CPU: Intel...
Indeed, we never had problems on Ubuntu18 (on Ubuntu 16 you had to make sure to get cuda > 8 I think) and I used to run an Arch-Linux system...
Dear @sqml-ust and @Asohamithran, did you finally have any success? And if so, do you remember your path to a solution, more than a year later? 😄 Since this thread...
Since commit ad9c9d4c65044c1e062dc8bd192f71fa3b457a52 the ImGUI app is available on the `develop` branch, and since commit 728b47800b5f1e5f50a0a4b0015a115d9b291226 it arguably works quite well. The "File" -> "settings" menu of the new app...
Dear Sotirios, sorry for the late reply, but it's actually a feature we rarely used and don't know the units by heart. We obviously should have documented it better. I...