Ansys Learning Forum Forums Discuss Simulation General Mechanical Slow down of a mechanical simulation after restarting Reply To: Slow down of a mechanical simulation after restarting

Gary Stofan
Ansys Employee

The Ansys APDL program has a Hybrid Parallel mode where for example:

32 cores requested might automatically choose 8 DMP x 4 SMP.

You can disable this auto Hybrid Parallel mode by adding -nt 1 to the APDL Command Line. 

In this way, 32 cores requested will choose 32 DMP

Â