NAGWareCompiler

From UMIACS
Revision as of 14:19, 20 June 2014 by Jlent (talk | contribs)
Jump to navigation Jump to search


The NAGWare Fortran compiler is available under /opt/common/NAGWare_f95* on our supported RHEL6/RHEL7/Ubuntu hosts, and /opt/NAGWare_f95* 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.

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"