In 15.10, license.dat is in /opt/pgi.
Is this similar to the 16.9, copy the license → save as license.dat in /opt/pgi?
Thanks.
The default location of the PGI license is $PGI/license.dat.
If you do not set
PGROUPD_LICENSE_FILE (first place looked)
or
LM_LICENSE_FILE (second place looked)
as the full path to the license file, it will look in $PGI/license.dat
If you do not set $PGI (as in export PGI=/opt/pgi) it will
look in ./license.dat
dave