Fix cmsh not load on CoD
I removed cmsh from DefaultModules before because there's no cmsh on the login node and that causes the DefaultModules not being loaded at all on the login node.
Using try_load instead, it loads the module if it exists, ignore it if not exist.