Skip to content

Tasking: Simplify processor list matching regex

Sam H requested to merge SamH/cmake:Tasking-regex-fix into master

Previously, this caused catastrophic backtracking on my machine. This new expression isn't perfect, but it works. Now it should match at least all of the CPUs in --cpu-list.

An example can be found in the message attached to the commit.

Merge request reports