Hi mjs,
re:
> many of the operations with modeling cannot occur in parallel and occur in series,
> thus the faster the CPU the better in most cases, even if it has many fewer cores.
Yes, unfortunately making use of multiple CPU cores is generally quite difficult, the work has to be divided up into a bunch of independent chunks.
Many kinds of modeling calculations don't really lend themselves to being arranged in such a manner.
However, MoI does do it for some heavily used areas including in the display engine, mesh export, and also file opening.
The display and file opening are things that get used a lot during every modeling session.
- Michael
|