Problem in lmgrd.rc

Hi
I found one problem in lmgrd.rc. In lmgrd.rc, it mention the release as 7.
But pwd showing, /opt/pgi/linux86/7.0-3/bin/. i.e, pgi having the release
of 7.0-3.

Where to find the PGI software?

PGI=${PGI:-/opt/pgi}
RELEASE=7.0

What target?

case “arch” in
x86_64 ) target=linux86-64 ;;

  • ) target=linux86 ;;
    esac

Path to master daemon lmgrd

LMGRD=$PGI/$target/$RELEASE/bin/lmgrd


when i tried ./lmgrd.rc start, it gave the error of
./lmgrd.rc: /opt/pgi/linux86/7.0/bin/lmutil: file not found
./lmgrd.rc: /opt/pgi/linux86/7.0/bin/lmgrd: file not found
I just want to know, will it cause any problem ?
After i changed manually to 7.0-3, its working fine

Regards
Velan

Hi Velan,

I just want to know, will it cause any problem ?
After i changed manually to 7.0-3, its working fine

No this should not cause any problems. Note that the PGI installer attempts to create a soft link from the major release name (i.e. 7.0) to the latest PGI versions (i.e. 7.0-3). This way you can have multiple versions of the PGI Compilers installed but have “7.0” point to the latest version.

As to why you don’t have a 7.0->7.0-3 link, I’m not sure. Perhaps a 7.0 directory already existed? or you removed the link?

  • Mat

Mat
I not removed any link. 7.0 directory doesn’t exist. Anyway i hope it will not be the problem

Thanks
Velan