<?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 path issues compiling MPI in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757443#M12930</link>
    <description>If you installed only the intel64 (x86_64) ifort, it will reject the compilervars.sh ia32, accounting I suppose for your subsequent difficulty. Most people using MPI, including OpenMPI, are using the Intel64 compiler.</description>
    <pubDate>Thu, 08 Sep 2011 22:07:08 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2011-09-08T22:07:08Z</dc:date>
    <item>
      <title>ifort path issues compiling MPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757437#M12924</link>
      <description>Hi. I am running the most recent 32bit Ubuntu installation, and when I try to configure MPI to use ifort ($ sudo ./configure F77=ifort FC=ifort) I have a 'Could not run a simple Fortran 77 program. Aborting.' error. I added ' source /opt/intel/Compiler/11.1/046/bin/ifortvars.sh ia32' to ~/.bashrc and got a 'directory doesnt exist error.' I found the ifortvars.sh and used this: source /usr/bin/bin/ifortvars.sh ia32, which does invoke ifort (ifort --v returns the version). I am new to Linux and appreciate insight on where I went wrong and how to remedy it! Thanks in advance -Christopher&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Sep 2011 19:16:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757437#M12924</guid>
      <dc:creator>kawaisunn</dc:creator>
      <dc:date>2011-09-06T19:16:23Z</dc:date>
    </item>
    <item>
      <title>ifort path issues compiling MPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757438#M12925</link>
      <description>It looks as if the directory chosen for your ifort installation doesn't resemble the normal (default) path. Short of removing and making a normal installation, make certain that ifort is working in the shell where you start configure. You might try giving the entire path which you would see by "which ifort," and make sure that LD_LIBRARY_PATH includes the directory where the ifort .so library files lie.&lt;BR /&gt;You should get a config.log which gives the full failing command so you can try to set up to make it work.&lt;BR /&gt;There is a link at the top of the forum including hints on installation of older versions of ifort on Ubuntu, but a current ifort would likely install automatically on recent versions of Ubuntu.</description>
      <pubDate>Tue, 06 Sep 2011 20:01:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757438#M12925</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-09-06T20:01:31Z</dc:date>
    </item>
    <item>
      <title>ifort path issues compiling MPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757439#M12926</link>
      <description>I am working with the parallel_studio_xe_2011_update2. I cannot seem to locate ifort.so in my directories, but I am not a grep ( or Linux) whiz... However, ifort is working in my shell at startup. I am fairly certain that I installed initially using all defaults, from my /home/Downloads folder where I untarred. Would it be to my advantage to uninstall/reinstall vs. locating the ifort.so library files?</description>
      <pubDate>Wed, 07 Sep 2011 19:09:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757439#M12926</guid>
      <dc:creator>kawaisunn</dc:creator>
      <dc:date>2011-09-07T19:09:02Z</dc:date>
    </item>
    <item>
      <title>ifort path issues compiling MPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757440#M12927</link>
      <description>The actual library files include libifcore.so, libiomp5.so, ......&lt;BR /&gt;It's hard to follow generic advice, as you found out already, when you don't install your compiler in the normal place. If the custom installation location is specified during installation, the compilervars and similar scripts would be adjusted accordingly; if someone moves the directories afterwards, those scripts won't set the correct paths unless you go in and edit them.</description>
      <pubDate>Wed, 07 Sep 2011 21:27:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757440#M12927</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-09-07T21:27:29Z</dc:date>
    </item>
    <item>
      <title>ifort path issues compiling MPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757441#M12928</link>
      <description>Just a few things:&lt;BR /&gt;&lt;BR /&gt;1. parallel_studio_xe_2011_update2 does not install to the /opt/intel/Compiler/11.1/... as a default option!!!&lt;BR /&gt;2. if you move afterwards some dirctories ... I will expect serious problems&lt;BR /&gt;3. take a look on: &lt;A href="http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/" target="_blank"&gt;http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/&lt;/A&gt;&lt;BR /&gt;4. what MPI library was used (openMPI, MPICH2)? ... I recomend Intel MPI Library.&lt;BR /&gt;5. and finaly, latest version of Ubuntu (11.04) is not officially supported by Intel Parallel studio XE 2011!!!&lt;BR /&gt;&lt;BR /&gt;Michal</description>
      <pubDate>Thu, 08 Sep 2011 09:37:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757441#M12928</guid>
      <dc:creator>Michal_Kvasnicka</dc:creator>
      <dc:date>2011-09-08T09:37:52Z</dc:date>
    </item>
    <item>
      <title>ifort path issues compiling MPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757442#M12929</link>
      <description>I am trying to use openMPI with ifort because I could not locate a free-use license for the Intel MPI (we are using this software for research at University of Idaho), but would certainly prefer it over openMPI. I uninstalled the Parallel studio XE 2011 and reinstalled only the Fortran compiler to the default /opt/intel .. directory. I added /opt/intel/bin/compilervars.sh ia32 to the end of my ~ .bashrc file, and get an:&lt;BR /&gt;ERROR: Unknown option 'ia32'&lt;BR /&gt;&lt;BR /&gt;Syntax:&lt;BR /&gt; /opt/intel/bin/compilervars.sh &lt;ARCH&gt; [MKL_interface] [mod]&lt;BR /&gt;&lt;BR /&gt; &lt;ARCH&gt; must be one of the following&lt;BR /&gt; ia32 : Set up for IA-32 target&lt;BR /&gt; intel64 : Set up for Intel 64 target&lt;BR /&gt; mic : Set up for Intel MIC target&lt;BR /&gt;&lt;BR /&gt; mod (optional) - set path to MKL F95 modules&lt;BR /&gt;&lt;BR /&gt; MKL_interface (optional) - MKL programming interface for intel64&lt;BR /&gt; Not applicable without mod&lt;BR /&gt; lp64 : 4 bytes integer (default)&lt;BR /&gt; ilp64 : 8 bytes integer&lt;BR /&gt;&lt;BR /&gt;hazard@Hazard1:~$ &lt;BR /&gt;&lt;BR /&gt;This line gets ifort working in the shell: &lt;BR /&gt;source /opt/intel/composerxe-2011.5.220/bin/compilervars.sh ia32 &lt;BR /&gt;&lt;BR /&gt;however openMPI stops during checking the F77 compiler during configuration. The config log is showing ifort: command not found, the shell reports the F77 compiler is not working. I have also used:&lt;BR /&gt;source /opt/intel/composerxe-2011/bin/compilervars.sh ia32 &lt;BR /&gt;&lt;BR /&gt;with the same results. I found the ifort libraries and added this line to ~.bashrc: &lt;BR /&gt;PATH=/opt/intel/composerxe-2011.5.220/compiler/lib/ia32:$PATH &lt;BR /&gt;&lt;BR /&gt;but I get the same stop when I try to configure openMPI. With ifort in the correct directory, I thought compilervars.sh would indicate the libraries and I would not need to specify them in path, but I am still on the up side of a steep learning curve. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/ARCH&gt;&lt;/ARCH&gt;</description>
      <pubDate>Thu, 08 Sep 2011 21:45:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757442#M12929</guid>
      <dc:creator>kawaisunn</dc:creator>
      <dc:date>2011-09-08T21:45:35Z</dc:date>
    </item>
    <item>
      <title>ifort path issues compiling MPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757443#M12930</link>
      <description>If you installed only the intel64 (x86_64) ifort, it will reject the compilervars.sh ia32, accounting I suppose for your subsequent difficulty. Most people using MPI, including OpenMPI, are using the Intel64 compiler.</description>
      <pubDate>Thu, 08 Sep 2011 22:07:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757443#M12930</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-09-08T22:07:08Z</dc:date>
    </item>
    <item>
      <title>ifort path issues compiling MPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757444#M12931</link>
      <description>Installed the 32 bit version, on a 32 bit OS.</description>
      <pubDate>Thu, 08 Sep 2011 22:38:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757444#M12931</guid>
      <dc:creator>kawaisunn</dc:creator>
      <dc:date>2011-09-08T22:38:28Z</dc:date>
    </item>
    <item>
      <title>ifort path issues compiling MPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757445#M12932</link>
      <description>As someone said, 11.1.046 will not work with Ubuntu 11.04. But you also say you have Composer XE 2011 Update 2, this should work.&lt;BR /&gt;&lt;BR /&gt;read this &lt;A href="http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/"&gt;http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and this: &lt;A href="http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-open-mpi-with-the-intel-compilers/"&gt;http://software.intel.com/en-us/articles/performance-tools-for-software-developers-building-open-mpi-with-the-intel-compilers/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and check your shell is bash:&lt;BR /&gt;&lt;BR /&gt;echo $0&lt;BR /&gt;&lt;BR /&gt;and from the command line, and add to your ~/.bashrc this line:&lt;BR /&gt;&lt;BR /&gt;source /opt/intel/bin/compilervars.sh ia32&lt;BR /&gt;&lt;BR /&gt;before you build openmpi&lt;BR /&gt;&lt;BR /&gt;ron</description>
      <pubDate>Thu, 08 Sep 2011 23:13:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757445#M12932</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2011-09-08T23:13:40Z</dc:date>
    </item>
    <item>
      <title>ifort path issues compiling MPI</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757446#M12933</link>
      <description>The shell is bash. I got openMPI to install with ifort functionality (finally!) by specifying the /opt/intel/bin path via the openMPI configure flags. Thanks for the assistance!</description>
      <pubDate>Fri, 09 Sep 2011 19:21:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-path-issues-compiling-MPI/m-p/757446#M12933</guid>
      <dc:creator>kawaisunn</dc:creator>
      <dc:date>2011-09-09T19:21:27Z</dc:date>
    </item>
  </channel>
</rss>

