<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Installing the Intel Compiler on Ubuntu Linux</title>
	<atom:link href="http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/</link>
	<description>A Blog on Parallel Programming and Concurrency by Michael Suess</description>
	<pubDate>Fri, 16 May 2008 17:15:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Giuseppe</title>
		<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-49053</link>
		<dc:creator>Giuseppe</dc:creator>
		<pubDate>Sat, 01 Mar 2008 12:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-49053</guid>
		<description>You are _fully_ right,Rushikesh!
The proper environment commands for Fortran Intel compilation from any location is yours, in 4 steps like below carried out directly from $ prompt:

1) $PATH=$PATH:/opt/intel/cc/9.1.044/bin (enter)
2) $export PATH (enter)
3) $LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/cc/9.1.044/lib (enter)
4) $export LD_LIBRARY_PATH (enter)

Thanks to all</description>
		<content:encoded><![CDATA[<p>You are _fully_ right,Rushikesh!<br />
The proper environment commands for Fortran Intel compilation from any location is yours, in 4 steps like below carried out directly from $ prompt:</p>
<p>1) $PATH=$PATH:/opt/intel/cc/9.1.044/bin (enter)<br />
2) $export PATH (enter)<br />
3) $LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/cc/9.1.044/lib (enter)<br />
4) $export LD_LIBRARY_PATH (enter)</p>
<p>Thanks to all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rushikesh Matkar</title>
		<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-45889</link>
		<dc:creator>Rushikesh Matkar</dc:creator>
		<pubDate>Wed, 13 Feb 2008 05:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-45889</guid>
		<description>Thanks for the excellent tutorial...
I would like to point out that the path statements should be amended in the ~/.bashrc or ~/.profile as follows

PATH=$PATH:/opt/intel/cc/9.1.044/bin/
export PATH
   
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/cc/9.1.044/lib
export LD_LIBRARY_PATH

I just downloaded 10.1.008 from intels website and everything works perfectly on ubuntu gutsy 7.10

I have a pentium celeron 556 Mhz 384 mb ram computer with linux installed

Thanks again for the excellent tutorial...</description>
		<content:encoded><![CDATA[<p>Thanks for the excellent tutorial&#8230;<br />
I would like to point out that the path statements should be amended in the ~/.bashrc or ~/.profile as follows</p>
<p>PATH=$PATH:/opt/intel/cc/9.1.044/bin/<br />
export PATH</p>
<p>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/cc/9.1.044/lib<br />
export LD_LIBRARY_PATH</p>
<p>I just downloaded 10.1.008 from intels website and everything works perfectly on ubuntu gutsy 7.10</p>
<p>I have a pentium celeron 556 Mhz 384 mb ram computer with linux installed</p>
<p>Thanks again for the excellent tutorial&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Suess</title>
		<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-15717</link>
		<dc:creator>Michael Suess</dc:creator>
		<pubDate>Wed, 27 Jun 2007 21:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-15717</guid>
		<description>d: you need to set the PATH environment variable, as explained in the text above...</description>
		<content:encoded><![CDATA[<p>d: you need to set the PATH environment variable, as explained in the text above&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d.</title>
		<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-14356</link>
		<dc:creator>d.</dc:creator>
		<pubDate>Wed, 20 Jun 2007 15:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-14356</guid>
		<description>Hi all:
I followed your very welcomed instructions for the installation of the compiler (fortran instead of c) and things seem to be working if I stay in the installation directory, but not elsewhere or by other users.
Thanx again,

d.</description>
		<content:encoded><![CDATA[<p>Hi all:<br />
I followed your very welcomed instructions for the installation of the compiler (fortran instead of c) and things seem to be working if I stay in the installation directory, but not elsewhere or by other users.<br />
Thanx again,</p>
<p>d.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-10956</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 30 May 2007 00:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-10956</guid>
		<description>Can't get it to install using Ubuntu 7.04. Error:

proceeding as a root user...
/home/greg/Desktop/l_cc_c_9.1.049/install.sh: 295: pushd: not found
/home/greg/Desktop/l_cc_c_9.1.049/install.sh: 306: ./secore: not found
/home/greg/Desktop/l_cc_c_9.1.049/install.sh: 313: popd: not found

I have no clue what this means.</description>
		<content:encoded><![CDATA[<p>Can&#8217;t get it to install using Ubuntu 7.04. Error:</p>
<p>proceeding as a root user&#8230;<br />
/home/greg/Desktop/l_cc_c_9.1.049/install.sh: 295: pushd: not found<br />
/home/greg/Desktop/l_cc_c_9.1.049/install.sh: 306: ./secore: not found<br />
/home/greg/Desktop/l_cc_c_9.1.049/install.sh: 313: popd: not found</p>
<p>I have no clue what this means.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minori</title>
		<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-8406</link>
		<dc:creator>Minori</dc:creator>
		<pubDate>Mon, 07 May 2007 03:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-8406</guid>
		<description>Dear all,

I'm a begginer of LINUX.
I also faced same license problems with ubuntu7.04 for both intel fortran and C complier. I'd like to ask Eric which version of intel compiler did you use when you got sucsessful results.  I used 9.1_043 for fortran and 9.1.047 for C++. and in the install.sh files, #!/bin/bash is written on top already. Do I need to link as "l -s bash sh" in this case?
(Anyway I could not make it...)
Regards,

Minori</description>
		<content:encoded><![CDATA[<p>Dear all,</p>
<p>I&#8217;m a begginer of LINUX.<br />
I also faced same license problems with ubuntu7.04 for both intel fortran and C complier. I&#8217;d like to ask Eric which version of intel compiler did you use when you got sucsessful results.  I used 9.1_043 for fortran and 9.1.047 for C++. and in the install.sh files, #!/bin/bash is written on top already. Do I need to link as &#8220;l -s bash sh&#8221; in this case?<br />
(Anyway I could not make it&#8230;)<br />
Regards,</p>
<p>Minori</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-7538</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 26 Apr 2007 04:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-7538</guid>
		<description>The  ubuntu license file problem seems to be  cauased by the #!/bin/sh problem mentioned above. If you wish to use the install.sh without making furhter changes, you will need to unlink /bin/sh and link to bash instead (ln -s bash sh).

Doing this solved the problem for me on a fresh Ubuntu 7.04 install.

Eric</description>
		<content:encoded><![CDATA[<p>The  ubuntu license file problem seems to be  cauased by the #!/bin/sh problem mentioned above. If you wish to use the install.sh without making furhter changes, you will need to unlink /bin/sh and link to bash instead (ln -s bash sh).</p>
<p>Doing this solved the problem for me on a fresh Ubuntu 7.04 install.</p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: just me</title>
		<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-3950</link>
		<dc:creator>just me</dc:creator>
		<pubDate>Fri, 16 Mar 2007 14:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-3950</guid>
		<description>... you replace all (sharp bracket)INSTALL_DIR(sharppracket) ... with the real patj</description>
		<content:encoded><![CDATA[<p>&#8230; you replace all (sharp bracket)INSTALL_DIR(sharppracket) &#8230; with the real patj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: just me</title>
		<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-3949</link>
		<dc:creator>just me</dc:creator>
		<pubDate>Fri, 16 Mar 2007 14:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-3949</guid>
		<description>ahh,
i never  bother with the install script.. simply rpm2targz intel-icc91...rpm to obtain intel-icc91*tar.gz. then unpack the tar.gz archive (which will create opt/intel... so the best is to unpack to /). and all you have to do is edit files in /opt/intel/cc/9.1.*/bin; so that  you replace all  with the real path /opt/intel/cc/9.1.*. 
and that's it. no hidden operations, everything is completely transparent.  ah yeah, the license file should be put into /opt/intel/licenses/ (or ~/.intel/licenses/)...</description>
		<content:encoded><![CDATA[<p>ahh,<br />
i never  bother with the install script.. simply rpm2targz intel-icc91&#8230;rpm to obtain intel-icc91*tar.gz. then unpack the tar.gz archive (which will create opt/intel&#8230; so the best is to unpack to /). and all you have to do is edit files in /opt/intel/cc/9.1.*/bin; so that  you replace all  with the real path /opt/intel/cc/9.1.*.<br />
and that&#8217;s it. no hidden operations, everything is completely transparent.  ah yeah, the license file should be put into /opt/intel/licenses/ (or ~/.intel/licenses/)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-2293</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 15 Feb 2007 21:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2006/12/23/installing-the-intel-compiler-on-ubuntu-linux/#comment-2293</guid>
		<description>Same problem as Nicolaus, only with Fortran. I filed an online question with Intel Support, hope they get back.</description>
		<content:encoded><![CDATA[<p>Same problem as Nicolaus, only with Fortran. I filed an online question with Intel Support, hope they get back.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
