November 8, 2023 at 4:09 pm
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
Â