randyk
Ansys Employee

Hi Alessandro,

Note that AEDT2023R2 skips the dependency check by default. 
ANS_DEPCHECK is not normally set and the default value is '0' - resulting in skipping the dependency check.

To force the dependency check, you would set the environment variable before starting AEDT - the technique depends on your shell.

ex: BASH  -  export ANS_DEPCHECK=1
ex: CSH    -  setenv ANS_DEPCHECK 1

Thanks
Randy

Â