David Weed
Ansys Employee

As a sanity check to see if your modified subroutine is being used in the custom exe, you can insert a Fortran write statement into the subroutine code, e.g., write(*,*) 'my usercreep routine is working'. When you compile and run a sample problem, you should see the write statement print during the solve.