<?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: Problem with ifort 10.1.018 and Libux Ubuntu 8.04 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750997#M7430</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/406744"&gt;sergio82&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Ok, so what can I do?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Set theLD_LIBRARY_PATH. You can also add the line source /opt/intel/&lt;YOUR version=""&gt;/icc/bin/icvars.sh to /etc/bashrc.&lt;/YOUR&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Nov 2008 17:45:50 GMT</pubDate>
    <dc:creator>af123_af007</dc:creator>
    <dc:date>2008-11-09T17:45:50Z</dc:date>
    <item>
      <title>Problem with ifort 10.1.018 and Libux Ubuntu 8.04</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750992#M7425</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I'm having some problem installing the Intel fortran Compiler 10.1.018 and my Linux Ubuntu 8.04&lt;/P&gt;
&lt;P&gt;After unpack the compiler package I executed the     install script in the directory where the tar file was extracted, I give the path for the licese file but after that I have this out:&lt;/P&gt;
&lt;P&gt;Installation package for IA-32 and Intel 64.&lt;BR /&gt;Checking Dependencies ...&lt;BR /&gt;Checking operating system requirements ................................&lt;BR /&gt; Detected operating system Debian* (generic) is not supported.&lt;BR /&gt;&lt;BR /&gt;Checking Kernel and glibc dependencies ...&lt;BR /&gt;&lt;BR /&gt;Your platform :&lt;BR /&gt; architecture = x86_64&lt;BR /&gt; kernel = 2.6.24-21-generic&lt;BR /&gt; glibc = /lib/libc-2.7.so&lt;BR /&gt; operating system = Debian* (generic)&lt;BR /&gt;&lt;BR /&gt;This product is supported for use with the following combinations :&lt;BR /&gt;&lt;BR /&gt; Machine Type   Kernel glibc&lt;BR /&gt;&lt;BR /&gt; Intel 64    2.4.21 2.3.2&lt;BR /&gt; Intel 64    2.6.x. 2.3.x&lt;BR /&gt; Intel 64    2.6.x. 2.4.x&lt;BR /&gt; Intel 64    2.6.x. 2.5.x&lt;BR /&gt; Intel 64    2.6.x. 2.6.x&lt;BR /&gt;&lt;BR /&gt;Would you like to perform an unsupported install of this product [yes/no] (no) ? :&lt;/P&gt;
&lt;P&gt;I perform the unsupported installation anyway with the typicall components,&lt;/P&gt;
&lt;P&gt;the installation for the compiler both for IA-32, Intel 64, for the dubegger for Intel 64 are done without problem, while the installation for the debugger for IA-32 give this warning:&lt;/P&gt;
&lt;P&gt;--- WARNING --- &lt;BR /&gt;The IA-32 version of the debugger is being installed on an Intel 64 system.&lt;BR /&gt;This version of the debugger will not work on the Intel 64 system.&lt;BR /&gt;It is being installed here only for access by IA-32 systems.&lt;BR /&gt; (But I think this is not a problem since I have a  Intel 64 processor.&lt;/P&gt;
&lt;P&gt;After the installation following the Installation guide and some discussion in the the thenical support forum I tried to set my environment for ifort writing in a terminal:&lt;/P&gt;
&lt;P&gt;source /opt/intel/fce/10.1.018/bin/ifortvars.sh&lt;/P&gt;
&lt;P&gt;After that (as suggested form a discussion in this forum) I typed:&lt;/P&gt;
&lt;P&gt;ifort helloworld.f90&lt;/P&gt;
&lt;P&gt;and this is the out:&lt;/P&gt;
&lt;P&gt;fortcom: Severe: No such file or directory&lt;BR /&gt;... file is 'helloworld.f90'&lt;BR /&gt;compilation aborted for helloworld.f90 (code 1)&lt;/P&gt;
&lt;P&gt;So it seems the ifort command is not recognized...&lt;/P&gt;
&lt;P&gt;Can you help me please...&lt;/P&gt;
&lt;P&gt;Thanks a lot!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Sergio&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2008 13:31:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750992#M7425</guid>
      <dc:creator>sergio82</dc:creator>
      <dc:date>2008-10-31T13:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifort 10.1.018 and Libux Ubuntu 8.04</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750993#M7426</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;No, it says the file helloworld.f90 is not present in the current directory. ifort appears to be found OK.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2008 16:27:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750993#M7426</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-10-31T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifort 10.1.018 and Libux Ubuntu 8.04</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750994#M7427</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&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;No, it says the file helloworld.f90 is not present in the current directory. ifort appears to be found OK.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Ok, Thank you.&lt;/P&gt;
&lt;P&gt;But now I'm having another problem,When I have to lunch a program I have this output:&lt;/P&gt;
&lt;P&gt;"error while loading shared libraries: libguide.so: cannot open shared object file: No such file or directory"&lt;/P&gt;
&lt;P&gt;I looked for the file "libguide.so" and I found it in the directory: "/opt/intel/fce/10.1.018/lib".&lt;/P&gt;
&lt;P&gt;I added this path in my ~/.bashrc file writing:&lt;/P&gt;
&lt;P&gt;export PATH=/opt/intel/fce/10.1.018/lib:$PATH&lt;/P&gt;
&lt;P&gt;I tried to lunch again the program but I'm having the same problem&lt;/P&gt;
&lt;P&gt;What do you think it could be?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks a lot!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Sergio&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2008 13:18:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750994#M7427</guid>
      <dc:creator>sergio82</dc:creator>
      <dc:date>2008-11-03T13:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifort 10.1.018 and Libux Ubuntu 8.04</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750995#M7428</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;The shared libraries of the ifort installation are found by the LD_LIBRARY_PATH set by running one of the ifortvars scripts in the ifort installation.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2008 13:27:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750995#M7428</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-11-03T13:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifort 10.1.018 and Libux Ubuntu 8.04</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750996#M7429</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&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;The shared libraries of the ifort installation are found by the LD_LIBRARY_PATH set by running one of the ifortvars scripts in the ifort installation.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Ok, so what can I do?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2008 14:58:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750996#M7429</guid>
      <dc:creator>sergio82</dc:creator>
      <dc:date>2008-11-03T14:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifort 10.1.018 and Libux Ubuntu 8.04</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750997#M7430</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/406744"&gt;sergio82&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Ok, so what can I do?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Set theLD_LIBRARY_PATH. You can also add the line source /opt/intel/&lt;YOUR version=""&gt;/icc/bin/icvars.sh to /etc/bashrc.&lt;/YOUR&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Nov 2008 17:45:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750997#M7430</guid>
      <dc:creator>af123_af007</dc:creator>
      <dc:date>2008-11-09T17:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ifort 10.1.018 and Libux Ubuntu 8.04</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750998#M7431</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/367365"&gt;tim18&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;No, it says the file helloworld.f90 is not present in the current directory. ifort appears to be found OK.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;I'm stillnot very clear about it.Could you pleaseexplain me some more details? Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2008 02:49:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-ifort-10-1-018-and-Libux-Ubuntu-8-04/m-p/750998#M7431</guid>
      <dc:creator>lvjw</dc:creator>
      <dc:date>2008-11-24T02:49:08Z</dc:date>
    </item>
  </channel>
</rss>

