Parallel solution method for 3D Warp analysis

Parallel solution technology is implemented as an option in the process settings for 3D Warp analysis to improve solution speed, especially for large models.

The average expected solution time speed-up factor for 2-CPU systems is 1.3 and for 4-CPU systems is 1.5, where the speed-up factor is calculated as the ratio of serial solution time to parallel solution time (based on elapsed wall clock time).

The parallel solution method is supported for shared memory multi-processor (SMP) systems, also known as multiple core systems. In SMP systems, all physical processors (cores) are in the same computer and access the full system memory, so data sharing is fast.

Note: Distributed memory clusters are not supported.

If you have hyperthreading enabled, then the number of processors available will appear to be twice the number of physical processors. However, this does not result in the most efficient parallel execution. For best results, the number of threads specified for parallelization should not exceed the number of physical processors available on the system.

Note: For parallel analysis, the AMG matrix solver will always be used. The option to disable the AMG solver is only available for single-threaded analysis.