FNE: Install a New Developer / Developer for HPC License
Install Option 1: Install license file in the default location in your TotalView installation
Place the license file into the FNE_license directory of your TotalView installation.
 
cp <licensefile> <installdir>/toolworks/FNE_license
where <installdir> is the top-level directory where you performed the TotalView installation.
Install Option 2: Install license file in a custom location
1. Set the variable TV_LICENSE_FILE, by either:
*Setting your TV_LICENSE_FILE environment variable to the file's full pathname. For example:
 
$ TV_LICENSE_FILE=/home/jdoe/license.bin
$ export TV_LICENSE_FILE
or
*Creating a file, which avoids having to set up the TV_LICENSE_FILE environment variable for each user. Name this file tv_license_file and place it in the FNE_license directory. This file should contain the full path to the node-locked license file, which will be used if TV_LICENSE_FILE is not set. For example, this file:
installdir/toolworks/FNE_license/tv_license_file
could contain:
/usr/local/licenses/totalview/license.bin.
2. Copy the license file to the custom location.
cp license.bin <path-to-custom-location>