We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

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_S
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

Â