<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lwpwiki.webhosting.rug.nl/index.php?action=history&amp;feed=atom&amp;title=Using_the_Intel_Fortran_compiler</id>
	<title>Using the Intel Fortran compiler - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lwpwiki.webhosting.rug.nl/index.php?action=history&amp;feed=atom&amp;title=Using_the_Intel_Fortran_compiler"/>
	<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Using_the_Intel_Fortran_compiler&amp;action=history"/>
	<updated>2026-04-29T23:30:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Using_the_Intel_Fortran_compiler&amp;diff=133&amp;oldid=prev</id>
		<title>Chris: Created page with &quot;Category:software-faq The Intel Fortran compiler is available, but in order to use it, you need to set a few environment variables, and use your own license file.&lt;br/&gt; &lt;br...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Using_the_Intel_Fortran_compiler&amp;diff=133&amp;oldid=prev"/>
		<updated>2015-02-10T15:49:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=Category:Software-faq&quot; title=&quot;Category:Software-faq&quot;&gt;Category:software-faq&lt;/a&gt; The Intel Fortran compiler is available, but in order to use it, you need to set a few environment variables, and use your own license file.&amp;lt;br/&amp;gt; &amp;lt;br...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:software-faq]]&lt;br /&gt;
The Intel Fortran compiler is available, but in order to use it, you need to set a few environment variables, and use your own license file.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Enter something like this in your .bashrc:&lt;br /&gt;
 export PATH=/opt/netapps/intel/Compiler/11.1/073/bin/intel64/:$PATH&lt;br /&gt;
 export NLSPATH=/opt/netapps/intel/Compiler/11.1/073/lib/intel64/locale/en_US&lt;br /&gt;
 export LD_LIBRARY_PATH=/opt/netapps/intel/Compiler/11.1/073/lib/intel64&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
And put your license file(s) in a directory:&lt;br /&gt;
 /home/p123456/intel/licenses&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Then start using the compiler.&amp;lt;br/&amp;gt;&lt;br /&gt;
(Thanks to Roel Luppes for providing this info.)&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Furthermore, we need to add the packages &amp;#039;libstdc++5&amp;#039; and possibly &amp;#039;libstdc++5-32bit&amp;#039; to your machine.&lt;/div&gt;</summary>
		<author><name>Chris</name></author>
	</entry>
</feed>