RLM: Install a New Developer / Developer for HPC License
The license you have received is typically named license.lic. Install this in either the default location or a custom location.
Install Option 1: Install the license file in the default location
Place the license file into the toolworks/license directory of your TotalView installation.
 
cp <licensefile> <installdir>/toolworks/license
where <installdir> is the top-level directory where you performed the TotalView installation.
NOTE: When using a graphical installer, a toolworks directory may not be created; in this case, the license directory will be directly under the installation directory.
Install Option 2: Install the license file in a custom location
To use a custom licensing directory:
1. Set the RLM_LICENSE environment variable to the file's full pathname. The following example shows the bash shell style syntax for setting RLM_LICENSE.
 
export RLM_LICENSE=<nonstandard-dir>/<licensefile>
If a RLM_LICENSE environment variable already exists, add the pathname for the license file to this variable's declaration. Notice that the RLM_LICENSE variable contains a colon-separated list of license file pathnames. For example:
 
export RLM_LICENSE=<nonstandard-dir>/<licensefile>:${RLM_LICENSE}
2. Copy the license file into the custom directory.
 
cp <licensefile> <path-to-custom-dir>