<?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 Re: Simple HelloWorld with Intel 11 (Fortran and C/C++) in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Simple-HelloWorld-with-Intel-11-Fortran-and-C-C/m-p/879715#M1899</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;My guess would be that you didn't source an 11.0ifortvars or iccvars script to set up your environment variables. In 11.0, either will take care of both icc and ifort.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Dec 2008 23:47:02 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2008-12-18T23:47:02Z</dc:date>
    <item>
      <title>Simple HelloWorld with Intel 11 (Fortran and C/C++)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Simple-HelloWorld-with-Intel-11-Fortran-and-C-C/m-p/879714#M1898</link>
      <description>&lt;P&gt;I am trying to create a simple helloworld.for and helloworld.cc to prove my Intel 11 compiiler is correctly installed on my RedHat linux box but get the following errors:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;icc helloworld.cc&lt;BR /&gt;ld: cannot find -limf&lt;/P&gt;
&lt;P&gt;ifort helloworld.for&lt;BR /&gt;ld: /opt/intel/Compiler/11.0/074/bin/lib/for_main.o: No such file: No such file or directory&lt;/P&gt;
&lt;P&gt;Any idea what is going on? I can get these working finr with the old version 10 compiler.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2008 22:12:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Simple-HelloWorld-with-Intel-11-Fortran-and-C-C/m-p/879714#M1898</guid>
      <dc:creator>jayphallam</dc:creator>
      <dc:date>2008-12-18T22:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Simple HelloWorld with Intel 11 (Fortran and C/C++)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Simple-HelloWorld-with-Intel-11-Fortran-and-C-C/m-p/879715#M1899</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;My guess would be that you didn't source an 11.0ifortvars or iccvars script to set up your environment variables. In 11.0, either will take care of both icc and ifort.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2008 23:47:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Simple-HelloWorld-with-Intel-11-Fortran-and-C-C/m-p/879715#M1899</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-12-18T23:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Simple HelloWorld with Intel 11 (Fortran and C/C++)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Simple-HelloWorld-with-Intel-11-Fortran-and-C-C/m-p/879716#M1900</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;The above suggestion didn't help in my case.  I do a custom install to /var/tmp/intel, then package it up into my own RPM binary for local installations.  Part of this packaging involves fixing paths and - for optimization (which worked in V10.0) - moves aside the ifort shell script (I set vars via /etc/profile.d/, LD_LIBRARY_PATH done in /etc/ld.so.conf.d/) and just symlinking ifort -&amp;gt; ifortbin.  This breaks in V11.0; ifortbin apparently now cares about arg0.  Note the last few lines of the original ifort shell script - "exec -a" is used.  The most elegant fix is to rename ifortbin to ifort.&lt;/P&gt;
&lt;P&gt;Hope that helps someone!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2008 21:25:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Simple-HelloWorld-with-Intel-11-Fortran-and-C-C/m-p/879716#M1900</guid>
      <dc:creator>Chris_Schanzle</dc:creator>
      <dc:date>2008-12-29T21:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Simple HelloWorld with Intel 11 (Fortran and C/C++)</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Simple-HelloWorld-with-Intel-11-Fortran-and-C-C/m-p/879717#M1901</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/410255"&gt;jayphallam&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;I am trying to create a simple helloworld.for and helloworld.cc to prove my Intel 11 compiiler is correctly installed on my RedHat linux box but get the following errors:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;icc helloworld.cc&lt;BR /&gt;ld: cannot find -limf&lt;/P&gt;
&lt;P&gt;ifort helloworld.for&lt;BR /&gt;ld: /opt/intel/Compiler/11.0/074/bin/lib/for_main.o: No such file: No such file or directory&lt;/P&gt;
&lt;P&gt;Any idea what is going on? I can get these working finr with the old version 10 compiler.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;Could you refer the similar query&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=62599"&gt;http://software.intel.com/en-us/forums/showthread.php?t=62599&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=62689"&gt;http://software.intel.com/en-us/forums/showthread.php?t=62689&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please understand it, and execute for yourself, it 'll work.&lt;/P&gt;
&lt;P&gt;If still having problem either on implementation or understanding, do let me know.&lt;/P&gt;
&lt;P&gt;~BR&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jan 2009 16:39:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Simple-HelloWorld-with-Intel-11-Fortran-and-C-C/m-p/879717#M1901</guid>
      <dc:creator>srimks</dc:creator>
      <dc:date>2009-01-01T16:39:10Z</dc:date>
    </item>
  </channel>
</rss>

