INSTALL YOUR NEW PGI UNIVERSITY DEVELOPER LICENSE

Hi,
I got my Licensing Instructions today, but I can not get my Hostname nore my FLEXnet hostid

When I issue the following command at a shell prompt:

% lmutil lmhostid

I am getting:

$ /opt/pgi/linux86-64/15.7/bin $ lmutil lmhostid
bash: /opt/pgi/linux86-64/15.7/bin/lmutil: No such file or directory

All the software is pgi installed and working with a temporary license.

Can some one help me?

Thanks

The 15.* compilers and newer use new versions of flexlm that require
‘Linux Standard Base’ , aka ‘lsb’ be present.

The most common symptom of the problem will be
a message when you run the compilers
$PGI/linux86-64/15.*/bin/lmutil: No such file or directory

To determine if the problem is lsb, type
% lsb_release
if it returns core-3.0 or higher, you have lsb.

If less than 3.0 or ‘n/a’ is returned, you need to install it,
and then run the compilers.

For ubuntu, the process is

% apt-get install lsb

on other Linux versions, you need to find the rpm and
install it.

dave