Closed cubicibo closed 8 months ago
Adds the long-awaited multithreading to SUPer. Both CLI and GUI supports it. Tested on Windows 10 and macOS 12 Monterey.
--threads N
-t N
For BDN XML with very long epochs, the highest thread count may lead to a memory surge and the OS using memory caches on the disk.
This MR also adds the possibility to disable GPU usage. In config.ini. Set use_gpufield to 0. (#21)
use_gpu
Adds the long-awaited multithreading to SUPer. Both CLI and GUI supports it. Tested on Windows 10 and macOS 12 Monterey.
--threads N
(-t N
), with 1 <= N <= 8.For BDN XML with very long epochs, the highest thread count may lead to a memory surge and the OS using memory caches on the disk.
This MR also adds the possibility to disable GPU usage. In config.ini. Set
use_gpu
field to 0. (#21)