I found some article that suggests something like this:
require 'etc'
...
threads(Etc.nprocessors)
However, (hierarchical) DRC and LVS does not necessarily scale well with the number of cores. I usually find these features blocked by single large jobs which only utilize a single core. There is room for improvement.
Comments
Eh ... that will not change anything
I found some article that suggests something like this:
However, (hierarchical) DRC and LVS does not necessarily scale well with the number of cores. I usually find these features blocked by single large jobs which only utilize a single core. There is room for improvement.
Matthias