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