The RSM job scripts that integrate with the Linux cluster using PuTTY SSH require
you to set AWP_ROOT251 in your environment
variables. If a job is not running properly, check the RSM job log in the client
application for "Command not found".
Remote command clients like PuTTY SSH use the remote account's default shell for running commands. For example, if the account's default shell is CSH, the following line needs to be added to the .cshrc file (path may be different for your environment):
setenv AWP_ROOT251/ansys_inc/v251
Note:
~ (tilde) representation of the home directory is not supported when specifying paths in RSM (for example, the path of the HPC staging directory when defining a configuration).
Different shells use different initialization files than the account's home directory and may have a different syntax than shown above. Refer to the Linux
manpage for the specific shell or consult the machine administrator.
See also: Configuration Requirement for LSF Cluster Job Submission