Add this to your .cdsenv :
cdsLibManager.main dblClickEditCellView boolean nil
Thanks
Add commands to .cdsinit to:
Set the default ADE environment simulation data directory:
; Set the default simulation directory to local tmp: ; this also allows running sims on two different servers without having to worry about simulation folder overlap. envSetVal("asimenv.startup" "projectDir" 'string strcat("/scratch/" strcat(getShellEnvVar("USER") "/simulation/")))