I’m having problems trying to setup the trial licence of the PGI Fortran compiler. I’ve followed the instructions in the install.txt up to the licensing section. I logged into my account, clicked on ‘Create trial keys’ and saved the ‘licence.dat’ that was generated. I then put this licence.dat into /opt/pgi/licence.dat. I have the correct paths setup as well:
export PATH=/opt/pgi/linux86/10.9/bin:$PATH
export MANPATH=$MANPATH:/opt/pgi/linux86/10.9/man
export LM_LICENSE_FILE=$LM_LICENSE_FILE:/opt/pgi/license.dat
However, when I try to compile something, it says this:
pgi-f95-lin32: LICENSE MANAGER PROBLEM: Failed to checkout license
Have I missed something?
Thanks for any help
-Tom