PGICompilers

From UMIACS
Revision as of 20:43, 27 May 2020 by Rfodge (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


The Portland Group C and Fortran compilers are available under /opt/common/pgi* on our supported RHEL/Ubuntu hosts.

LM_LICENSE_FILE Environmental Variable

Please make sure to set the LM_LICENSE_FILE environment variable to /etc/license.pgi.

In tcsh, you can do this as follows:

setenv LM_LICENSE_FILE $LM_LICENSE_FILE:/etc/license.dat:/etc/license.pgi

In bash:

export LM_LICENSE_FILE="$LM_LICENSE_FILE:/etc/license.dat:/etc/license.pgi"