7 Feb
2021
7 Feb
'21
11:15
Citeren andythe_great <andythe_great@protonmail.com>:
I will just skip the test. Thanks.
This package uses OpenMP to use all available cores to work together on a single task. If you allow %ctest to run as many tests as there are cores available, all these tests will be fighting for the same cores. On an eight core system, eight tests will be starting in parallel, each using all eight cores. This will run any system into the ground. The solution here is to run only one test at a time by adding '--parallel 1' to the %ctest command line. See https://build.opensuse.org/request/show/870071 Regards, Arjen