<?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: undefined symbol:__libm_error_support_wrapper_x64 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/undefined-symbol-libm-error-support-wrapper-x64/m-p/1426414#M28152</link>
    <description>&lt;P&gt;Hi Jiyanyi Liu,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting on Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share with us a sample reproducer/project file and steps(if any) so that we could try reproducing your issue at our end and assist you further?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 12:30:51 GMT</pubDate>
    <dc:creator>ShanmukhS_Intel</dc:creator>
    <dc:date>2022-10-31T12:30:51Z</dc:date>
    <item>
      <title>undefined symbol:__libm_error_support_wrapper_x64</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/undefined-symbol-libm-error-support-wrapper-x64/m-p/1426120#M28151</link>
      <description>&lt;P&gt;Dear colleagues,&lt;/P&gt;
&lt;P&gt;I'm compiling cpp code with icpc (icpc version 2021.7.0 (gcc version 4.8.5 compatibility), firstly &lt;A href="https://www.intel.cn/content/www/cn/zh/developer/tools/oneapi/toolkits.html#base-kit" target="_blank"&gt;&lt;STRONG&gt;Intel® oneAPI Base Toolkit&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;installed, and then&amp;nbsp;&lt;A href="https://www.intel.cn/content/www/cn/zh/developer/tools/oneapi/toolkits.html#hpc-kit" target="_blank"&gt;&lt;STRONG&gt;Intel® oneAPI HPC Toolkit&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;intalled&amp;nbsp;on the computer) on Centos 7.&amp;nbsp;During compilation there is no error, While during runtime there appears the error in the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;./md: symbol lookup error: ./md: undefined symbol: __libm_error_support_wrapper_x64&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my makefile in the following:&lt;/P&gt;
&lt;P&gt;icpc -g -diag-disable=10441 -o md *.cpp *.h -I/opt/fftw/3.3.10/include -L/opt/fftw/3.3.10/lib -lfftw3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By ldd md, I got&amp;nbsp;&lt;/P&gt;
&lt;P&gt;linux-vdso.so.1 =&amp;gt; (0x00007fffcb53c000)&lt;BR /&gt;libfftw3.so.3 =&amp;gt; /lib64/libfftw3.so.3 (0x00007fbe950d2000)&lt;BR /&gt;libstdc++.so.6 =&amp;gt; /lib64/libstdc++.so.6 (0x00007fbe94dca000)&lt;BR /&gt;libm.so.6 =&amp;gt; /lib64/libm.so.6 (0x00007fbe94ac8000)&lt;BR /&gt;libgcc_s.so.1 =&amp;gt; /lib64/libgcc_s.so.1 (0x00007fbe948b2000)&lt;BR /&gt;libc.so.6 =&amp;gt; /lib64/libc.so.6 (0x00007fbe944e4000)&lt;BR /&gt;libdl.so.2 =&amp;gt; /lib64/libdl.so.2 (0x00007fbe942e0000)&lt;BR /&gt;/lib64/ld-linux-x86-64.so.2 (0x00007fbe95457000)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i compile the same code with g++, everything is ok.&lt;/P&gt;
&lt;P&gt;g++ -o md *.cpp *.h -I/opt/fftw/3.3.10/include -L/opt/fftw/3.3.10/lib -lfftw3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot obtain any useful information about 'libm_error_support_wrapper_x64'. What's wrong with my system? Any suggestion to fix this problem will be greatly appreciated.&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;
&lt;P&gt;Jianyi Liu&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 11:51:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/undefined-symbol-libm-error-support-wrapper-x64/m-p/1426120#M28151</guid>
      <dc:creator>liujyi</dc:creator>
      <dc:date>2022-10-29T11:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol:__libm_error_support_wrapper_x64</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/undefined-symbol-libm-error-support-wrapper-x64/m-p/1426414#M28152</link>
      <description>&lt;P&gt;Hi Jiyanyi Liu,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting on Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share with us a sample reproducer/project file and steps(if any) so that we could try reproducing your issue at our end and assist you further?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 12:30:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/undefined-symbol-libm-error-support-wrapper-x64/m-p/1426414#M28152</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-10-31T12:30:51Z</dc:date>
    </item>
    <item>
      <title>Re:undefined symbol:__libm_error_support_wrapper_x64</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/undefined-symbol-libm-error-support-wrapper-x64/m-p/1428336#M28160</link>
      <description>&lt;P&gt;Hi Jiyanyi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;A gentle reminder:&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please get back to us with the earlier-mentioned details so that we could look into your issue further?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2022 04:00:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/undefined-symbol-libm-error-support-wrapper-x64/m-p/1428336#M28160</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-11-08T04:00:11Z</dc:date>
    </item>
    <item>
      <title>Re:undefined symbol:__libm_error_support_wrapper_x64</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/undefined-symbol-libm-error-support-wrapper-x64/m-p/1429991#M28167</link>
      <description>&lt;P&gt;Hi Jiyanyi Liu,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2022 16:43:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/undefined-symbol-libm-error-support-wrapper-x64/m-p/1429991#M28167</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-11-14T16:43:12Z</dc:date>
    </item>
  </channel>
</rss>

