You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without these rules `ctest --parallel` would massively overuse
resources: With `N` being the number of CPU cores up to `N` CMake
instances would be spawned in parallel. Each of these CMake instances
would again spawn up to `N` build jobs. The resulting `N * N` job jobs
easily overload any CPU.
0 commit comments