<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.docking.org/index.php?action=history&amp;feed=atom&amp;title=Portland_Group_notes</id>
	<title>Portland Group notes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.docking.org/index.php?action=history&amp;feed=atom&amp;title=Portland_Group_notes"/>
	<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Portland_Group_notes&amp;action=history"/>
	<updated>2026-05-24T01:00:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Portland_Group_notes&amp;diff=7361&amp;oldid=prev</id>
		<title>Frodo: Created page with &quot;PORTLAND GROUP   The version we have purchased is: PGI Accelerator Fortran/C/C++ Workstation for Linux * Go to pgroup.com and login * Click on Manage PGI Products * Create Per...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Portland_Group_notes&amp;diff=7361&amp;oldid=prev"/>
		<updated>2014-03-19T18:23:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;PORTLAND GROUP   The version we have purchased is: PGI Accelerator Fortran/C/C++ Workstation for Linux * Go to pgroup.com and login * Click on Manage PGI Products * Create Per...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;PORTLAND GROUP &lt;br /&gt;
&lt;br /&gt;
The version we have purchased is: PGI Accelerator Fortran/C/C++ Workstation for Linux&lt;br /&gt;
* Go to pgroup.com and login&lt;br /&gt;
* Click on Manage PGI Products&lt;br /&gt;
* Create Permanent license keys&lt;br /&gt;
(If one already exists then submit deletion request)&lt;br /&gt;
The PGI Pin no. in license.dat is: “VENDOR_STRING=5XXXXXX” &lt;br /&gt;
* Get the tarball from the website.&lt;br /&gt;
PGI runs on port 27000.  Make sure this port is open on the machine you are installing on.&lt;br /&gt;
 In /nfs/software/pgi: &lt;br /&gt;
 mkdir version_number&lt;br /&gt;
 cd version_number&lt;br /&gt;
 mkdir tmp&lt;br /&gt;
&lt;br /&gt;
 vim env.csh &lt;br /&gt;
 setenv PGI /nfs/software/pgi/v12_10&lt;br /&gt;
 setenv MANPATH &amp;quot;$MANPATH&amp;quot;:$PGI/linux86/12.10/man&lt;br /&gt;
 setenv LM_LICENSE_FILE $PGI/license.dat&lt;br /&gt;
 set path = ($PGI/linux86/12.10/bin $path)&lt;br /&gt;
&lt;br /&gt;
 vim env.sh&lt;br /&gt;
 PGI=/nfs/software/pgi/v12_10; export PGI&lt;br /&gt;
 MANPATH=$MANPATH:$PGI/linux86/12.10/man&lt;br /&gt;
 export MANPATH&lt;br /&gt;
 LM_LICENSE_FILE=$PGI/license.dat&lt;br /&gt;
 export LM_LICENSE_FILE&lt;br /&gt;
 PATH=$PGI/linux86/12.10/bin:$PATH&lt;br /&gt;
 export PATH&lt;br /&gt;
&lt;br /&gt;
 vim MPICH_env&lt;br /&gt;
 #To access the MPICH commands, execute this command line:&lt;br /&gt;
 set path = ($PGI/linux86/12.10/mpi/mpich/bin $path)&lt;br /&gt;
 #To access the MPICH man pages, execute this command line:&lt;br /&gt;
 setenv MANPATH &amp;quot;$MANPATH&amp;quot;:$PGI/linux86/12.10/mpi/mpich/man&lt;br /&gt;
 PATH=$PGI/linux86/12.10/mpi/mpich/bin:$PATH&lt;br /&gt;
 export PATH&lt;br /&gt;
 MANPATH= $MANPATH:$PGI/linux86/12.10/mpi/mpich/man&lt;br /&gt;
 export MANPATH&lt;br /&gt;
&lt;br /&gt;
Move the tarball to the tmp directory you created.&lt;br /&gt;
 cd tmp&lt;br /&gt;
 tar -xvpf pgilinux-2012-1210.tar.gz&lt;br /&gt;
 ./install&lt;br /&gt;
Choose single system install&lt;br /&gt;
Install directory is /nfs/software/pgi/v12_10&lt;br /&gt;
* Install the ACML? y&lt;br /&gt;
* 1 for the default&lt;br /&gt;
* Install CUDA Toolkit Components? y&lt;br /&gt;
* Install JAVA JRE 6.0_21? yes&lt;br /&gt;
* Do you wish to update/create links in the 2012 directory? y&lt;br /&gt;
* Do you wish to install MPICH1? y&lt;br /&gt;
* Remote execution method? ssh&lt;br /&gt;
* Do you wish to generate license keys? yes&lt;br /&gt;
If this computer is behind a firewall at your site, please make sure it can&lt;br /&gt;
access the Internet.&lt;br /&gt;
&lt;br /&gt;
1  Generate a license key for this computer&lt;br /&gt;
2  Configure and start a license server on this computer&lt;br /&gt;
3  All of the above&lt;br /&gt;
4  I&amp;#039;m not sure (quit now and re-run this script later,)&lt;br /&gt;
&lt;br /&gt;
What do you want to do? 3&lt;br /&gt;
&lt;br /&gt;
The PGI license tool can be re-started by running the script located at&lt;br /&gt;
/nfs/software/pgi/v12_10/linux86-64/12.10/bin/pgi_license_tool.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Do you want the files in the install directory to be read-only? (y/n) n&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installation complete.&lt;br /&gt;
&lt;br /&gt;
Then I went to pgroup.com and generated the license key online.  Then I copied and pasted the key in the file (that I created): /nfs/software/pgi/v12_10/license.dat&lt;br /&gt;
&lt;br /&gt;
Then I ran the script /nfs/software/pgi/v12_10/linux86-64/12.10/bin/pgi_license_tool.&lt;br /&gt;
&lt;br /&gt;
Should license services start when the system boots? (y/n) y&lt;br /&gt;
 ./pgi_license_tool: line 778: /nfs/software/pgi/v12_10/license.script: Permission denied&lt;br /&gt;
&lt;br /&gt;
Since you are not the root user, the commands to configure and start a&lt;br /&gt;
license daemon on this computer have been saved to the file located at&lt;br /&gt;
/nfs/software/pgi/v12_10/license.script&lt;br /&gt;
&lt;br /&gt;
Then as root I ran all the things in license.script&lt;br /&gt;
&lt;br /&gt;
I ran into problems with the license server because flexlm identifies ifcfg-eth0 ‘s mac address as the hostid.  This is problem if you don’t have an eth0.  What I had to do was create ifcfg-eth0, move the existing ifcfg-em2 (and ifcfg-brem2) to like backup.ifcfg-em2.  Then I had to restart the machine.&lt;br /&gt;
&lt;br /&gt;
Then as root I re-ran all the things again in license.script and checked the flexlm.log to see that it had started okay.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Sysadmin]]&lt;/div&gt;</summary>
		<author><name>Frodo</name></author>
	</entry>
</feed>