<?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 Yes - no problem to change in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938201#M89333</link>
    <description>&lt;P&gt;Yes - no problem to change the compiler version: you can install multiple compilers and by 'sourcing' the corresponding compilervars.sh file, you can select what you need.&lt;/P&gt;
&lt;P&gt;On registrationcenter.intel.com we only offer 11.1 Update 9, not Update&amp;nbsp; 5. In case you really need U5, open a case at premier.intel.com or send me a private message and I will help&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2013 07:16:52 GMT</pubDate>
    <dc:creator>Heinz_B_Intel</dc:creator>
    <dc:date>2013-09-25T07:16:52Z</dc:date>
    <item>
      <title>Undefined references</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938195#M89327</link>
      <description>&lt;P&gt;I am having problem linking ansyscust.e145. The main problem is undefined refreences, such as:&lt;/P&gt;
&lt;P&gt;user03.o: In function `user03_':&lt;BR /&gt;user03.F:(.text+0x3): undefined reference to `__intel_cpu_feature_indicator'&lt;BR /&gt;user03.F:(.text+0x22): undefined reference to `__intel_cpu_feature_indicator'&lt;BR /&gt;user03.F:(.text+0x39): undefined reference to `__intel_cpu_features_init'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Compilers to use: &lt;BR /&gt;&amp;nbsp;F90: /opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/ifort &lt;BR /&gt;&amp;nbsp;C:&amp;nbsp;&amp;nbsp; /opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/icc &lt;BR /&gt;&amp;nbsp;C++: /opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/icpc &lt;/P&gt;
&lt;P&gt;Linux Red Hat 6.4&lt;/P&gt;
&lt;P&gt;Another problem I am having is that the command -lGLU is not found by ld. Is it lGLU obsolate for the compilers?&lt;/P&gt;
&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 15:50:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938195#M89327</guid>
      <dc:creator>Hector_C_</dc:creator>
      <dc:date>2013-09-24T15:50:14Z</dc:date>
    </item>
    <item>
      <title>Regarding the -lGLU issue,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938196#M89328</link>
      <description>&lt;P&gt;Regarding the -lGLU issue, make sure you have the library libGLU.so in your system library paths (or specify a path with -L/path/to/library). &amp;nbsp;You may be missing (and need to install) a package that supplies that library.&lt;/P&gt;
&lt;P&gt;Note that "-lGLU" isn't a linker command on its own, just the "-l" part is. &amp;nbsp;That option tells the linker to prepend "lib" and postpend ".so" to whatever follows "-l" and then look for that file in known library directories and any additional directories specified by the "-L" option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 16:39:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938196#M89328</guid>
      <dc:creator>Casey</dc:creator>
      <dc:date>2013-09-24T16:39:31Z</dc:date>
    </item>
    <item>
      <title>You may require an older</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938197#M89329</link>
      <description>&lt;P&gt;You may require an older version of ifort in order to avoid those undefined references, assuming you can't rebuild the ANSYS objects (specifically the Fortran main program).&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 17:54:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938197#M89329</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2013-09-24T17:54:02Z</dc:date>
    </item>
    <item>
      <title>Thanks Casey, now --lGLU is</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938198#M89330</link>
      <description>&lt;P&gt;Thanks Casey, now --lGLU is not a problem. My libGLU.so was a kind of corrupted, I removed it and ln.&lt;/P&gt;
&lt;P&gt;Thanks Timp, then I will contact ANSYS support.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 18:15:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938198#M89330</guid>
      <dc:creator>Hector_C_</dc:creator>
      <dc:date>2013-09-24T18:15:30Z</dc:date>
    </item>
    <item>
      <title>the undefined objects listed</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938199#M89331</link>
      <description>&lt;P&gt;the undefined objects listed above are in libirc ( /opt/intel/composer_xe_2013_sp1.0.080/composer/lib/intel64/libirc*). In case you use the Intel compiler for the link step, this will be taken care of automatically - no need to do add this library. This will work fine too &amp;nbsp;in case you have some object code generated by older Intel compilers.&amp;nbsp;Don't try to&amp;nbsp;link without the Intel compiler&amp;nbsp;- it is&amp;nbsp;rather complex to set up&amp;nbsp;the 'ld' call&amp;nbsp;explicitly. You can use a triival&amp;nbsp;Fortran code foo.f and run 'ifort -dryrun foo.f' to see&amp;nbsp;how 'ifort'&amp;nbsp;calls the linker 'ld'&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 19:41:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938199#M89331</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2013-09-24T19:41:24Z</dc:date>
    </item>
    <item>
      <title>For ANSYS 14.5, the needed</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938200#M89332</link>
      <description>&lt;P&gt;For ANSYS 14.5, the needed version for compilers is Intel 11.1.069 From this page:&amp;nbsp; &lt;A href="https://mail.uacj.mx/owa/redir.aspx?C=3f78710551ae495283cafdd5ec7dd1df&amp;amp;URL=http%3a%2f%2fsoftware.intel.com%2fen-us%2farticles%2fintel-compiler-and-composer-update-version-numbers-to-compiler-version-number-mapping"&gt;http://software.intel.com/en-us/articles/intel-compiler-and-composer-update-version-numbers-to-compiler-version-number-mapping&lt;/A&gt; I looked up the version and 11.1.069 is:&amp;nbsp; 11.1 Update 5. The version I have installed is composer_xe_2013_sp1.0.080. I wonder if there is a way to change the compiler version. I tryed to find the version 11.1.069 in the Intel website, but I could not.&lt;/P&gt;
&lt;P&gt;I will appreciate any piece of advice. Thanks a lot!!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 00:52:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938200#M89332</guid>
      <dc:creator>Hector_C_</dc:creator>
      <dc:date>2013-09-25T00:52:59Z</dc:date>
    </item>
    <item>
      <title>Yes - no problem to change</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938201#M89333</link>
      <description>&lt;P&gt;Yes - no problem to change the compiler version: you can install multiple compilers and by 'sourcing' the corresponding compilervars.sh file, you can select what you need.&lt;/P&gt;
&lt;P&gt;On registrationcenter.intel.com we only offer 11.1 Update 9, not Update&amp;nbsp; 5. In case you really need U5, open a case at premier.intel.com or send me a private message and I will help&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 07:16:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938201#M89333</guid>
      <dc:creator>Heinz_B_Intel</dc:creator>
      <dc:date>2013-09-25T07:16:52Z</dc:date>
    </item>
    <item>
      <title>11.1 update 9 should be fully</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938202#M89334</link>
      <description>&lt;P&gt;11.1 update 9 should be fully compatible for use with ANSYS which matches an earlier update of 11.1.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 13:30:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Undefined-references/m-p/938202#M89334</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2013-09-25T13:30:21Z</dc:date>
    </item>
  </channel>
</rss>

