<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ifort:command not found in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746156#M4083</link>
    <description>From a terminal window &lt;BR /&gt;&lt;BR /&gt;source /opt/intel/Compiler/11.1/072/bin/ifortvars.csh intel64&lt;BR /&gt;&lt;BR /&gt;which ifort&lt;BR /&gt;&lt;BR /&gt;ifort program_name.f90&lt;BR /&gt;&lt;BR /&gt;this should work. If not, what is the output from those 3 commands - cut an paste the output so we can see what is going on.&lt;BR /&gt;&lt;BR /&gt;ron</description>
    <pubDate>Mon, 03 May 2010 13:56:09 GMT</pubDate>
    <dc:creator>Ron_Green</dc:creator>
    <dc:date>2010-05-03T13:56:09Z</dc:date>
    <item>
      <title>ifort:command not found</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746155#M4082</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I'm tyring to get ifort working for the first time on fedora 12 (I'm using tcsh). When I try to compile something I get "ifort:command not found". If I try &lt;BR /&gt;&lt;BR /&gt;/opt/intel/Compiler/11.1/072/bin/intel64 program_name.f90 &lt;BR /&gt;the response is &lt;BR /&gt;"/opt/intel/Compiler/11.1/072/bin/intel64:permission denied"&lt;BR /&gt;and I also tried writing&lt;BR /&gt;&lt;BR /&gt;source /opt/intel/Compiler/11.1/072/bin/ifortvars.csh intel64&lt;BR /&gt;&lt;BR /&gt;in .mycshrc&lt;BR /&gt;&lt;BR /&gt;but this didn't change anything....what should I do??&lt;BR /&gt;&lt;BR /&gt;thanks alot&lt;BR /&gt;</description>
      <pubDate>Mon, 03 May 2010 08:46:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746155#M4082</guid>
      <dc:creator>adrian_k10</dc:creator>
      <dc:date>2010-05-03T08:46:19Z</dc:date>
    </item>
    <item>
      <title>ifort:command not found</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746156#M4083</link>
      <description>From a terminal window &lt;BR /&gt;&lt;BR /&gt;source /opt/intel/Compiler/11.1/072/bin/ifortvars.csh intel64&lt;BR /&gt;&lt;BR /&gt;which ifort&lt;BR /&gt;&lt;BR /&gt;ifort program_name.f90&lt;BR /&gt;&lt;BR /&gt;this should work. If not, what is the output from those 3 commands - cut an paste the output so we can see what is going on.&lt;BR /&gt;&lt;BR /&gt;ron</description>
      <pubDate>Mon, 03 May 2010 13:56:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746156#M4083</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2010-05-03T13:56:09Z</dc:date>
    </item>
    <item>
      <title>ifort:command not found</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746157#M4084</link>
      <description>Hi Ron&lt;BR /&gt;&lt;BR /&gt;Thanks alot for your help.&lt;BR /&gt;Now when I try and compile something with ifort program_name.f90 I get&lt;BR /&gt;&lt;BR /&gt;/opt/intel/Compiler/11.1/072/bin/intel64/fortcom: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory&lt;BR /&gt;ifort: error #10273: Fatal error in /opt/intel/Compiler/11.1/072/bin/intel/fortcom, terminated by 0x7f&lt;BR /&gt;&lt;BR /&gt;I assume that I need to do yum install/provide &lt;I&gt;libstdc++.so.5/ or something??&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;(The first two commands that you suggested had no output...)&lt;BR /&gt;&lt;BR /&gt;Thanks heaps for your help&lt;BR /&gt;&lt;BR /&gt;Adrian&lt;BR /&gt;</description>
      <pubDate>Tue, 04 May 2010 02:12:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746157#M4084</guid>
      <dc:creator>adrian_k10</dc:creator>
      <dc:date>2010-05-04T02:12:39Z</dc:date>
    </item>
    <item>
      <title>ifort:command not found</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746158#M4085</link>
      <description>As discussed several times on these forums, you probably need the compat-libstdc++-33 (both 32- and 64-bit).</description>
      <pubDate>Tue, 04 May 2010 02:55:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746158#M4085</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-05-04T02:55:11Z</dc:date>
    </item>
    <item>
      <title>re:ifort:command not found</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746159#M4086</link>
      <description>thanks alot its working now</description>
      <pubDate>Tue, 04 May 2010 08:47:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-not-found/m-p/746159#M4086</guid>
      <dc:creator>adrian_k10</dc:creator>
      <dc:date>2010-05-04T08:47:17Z</dc:date>
    </item>
  </channel>
</rss>

