PGICompilers: Difference between revisions

From UMIACS
Jump to navigation Jump to search
(Created page with "__NOTOC__ :: The Portland Group C and Fortran compilers are available under <tt>/opt/common/pgi</tt>* on our supported RHEL6/RHEL7/Ubuntu hosts, and <tt>/opt/pgi</tt>* on our...")
 
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__


:: The Portland Group C and Fortran compilers are available under <tt>/opt/common/pgi</tt>* on our supported RHEL6/RHEL7/Ubuntu hosts, and <tt>/opt/pgi</tt>* on our supported RHEL5 hosts. Please make sure to set the LM_LICENSE_FILE environment variable to ''/etc/license.pgi''.  For tcsh, you can do this as follows:
The Portland Group C and Fortran compilers are available under <tt>/opt/common/pgi</tt>* on our supported RHEL6/RHEL7/Ubuntu hosts, and <tt>/opt/pgi</tt>* on our supported RHEL5 hosts.  
 
==LM_LICENSE_FILE [[EnvironmentalVariables | Environmental Variable]]==
Please make sure to set the LM_LICENSE_FILE environment variable to ''/etc/license.pgi''.   
 
For tcsh, you can do this as follows:
  setenv LM_LICENSE_FILE $LM_LICENSE_FILE:/etc/license.dat:/etc/license.pgi
  setenv LM_LICENSE_FILE $LM_LICENSE_FILE:/etc/license.dat:/etc/license.pgi
For bash:
For bash:
  export LM_LICENSE_FILE="$LM_LICENSE_FILE:/etc/license.dat:/etc/license.pgi"
  export LM_LICENSE_FILE="$LM_LICENSE_FILE:/etc/license.dat:/etc/license.pgi"

Revision as of 18:29, 19 June 2014


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

LM_LICENSE_FILE Environmental Variable

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

For tcsh, you can do this as follows:

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

For bash:

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