FlexNet Licensing error:-89,310

When I execute ‘pgf90 -o saxpy saxpy.cuf’ on terminal

I got a following message :

pgfortran: LICENSE MANAGER PROBLEM: This platform not authorized by license.
Feature: pgfortran
Platforms: lin-acc <> lin, x64_lsb, x64_re, x64_se, i86_lsb, i86_re, i86_se
License path: /opt/pgi/license.dat:
FlexNet Licensing error:-89,310
For further information, refer to the FlexNet Licensing documentation,
available at “www.flexerasoftware.com”.


PGI license is install on CentOS 6.5.

I executed ‘pgf90’ on Ubuntu 14.04

Could I know the origin of the problem ?

The issue was discovered in 16.1 and fixed in a later release.

The license management concludes you don’t have accelerator support
( lin-acc <> lin, x64_lsb, x64_re, x64_se, i86_lsb, i86_re, i86_se)
because everything else it tried failed.

It can also happen if the compilers were given too much to do, and the
license manager should indicate ‘you are out of seats and will need to wait’,
but instead it concludes ‘you do not have an accelerator license’.

Send your license, the flexlm.log file, and the outputs of
lmutil lmhostid
If on a laptop, run when on Ethernet, on Wifi, and on no network,
in order to find hostids that persist in all three environments.
lmutil lmhostid -hostname
lmutil lmhostid -internet
ping hpc00
/sbin/ifconfig

to license@pgroup.com.



dave

Thank you so much ! Finally, I got the reason why I could not use the compiler.