<?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:Error &amp;amp;quot;undefined reference to `for_stop_core_quiet' &amp;amp;quot; when compiling with oneAPI MKL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-undefined-reference-to-for-stop-core-quiet-quot-when/m-p/1282230#M31339</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please tell us the oneAPI version and compiler version. And also please use the appropriate cluster libraries and MPI library using the link line advisor.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Link:&lt;A href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl/link-line-advisor.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl/link-line-advisor.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Let us know if you face any issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 May 2021 07:08:39 GMT</pubDate>
    <dc:creator>MRajesh_intel</dc:creator>
    <dc:date>2021-05-18T07:08:39Z</dc:date>
    <item>
      <title>Error "undefined reference to `for_stop_core_quiet' " when compiling with oneAPI MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-undefined-reference-to-for-stop-core-quiet-quot-when/m-p/1282090#M31337</link>
      <description>&lt;P&gt;I recently switched tp oneAPI from Parallel Studio for my cluster using linux. My code is in fortran and I used to compile it with "ifort -o file.e file.f -mkl=sequential -static-intel" with no problem. Now after switching to oneAPI, I got error "undefined reference to `for_stop_core_quiet' " when compiling it. Does anyone know what's causing the issue and how to fix it? Much appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: here is my compile line using oneAPI:&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;ifort &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;-O&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;3 &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;-o&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; file.e file.f &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;-I&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;${MKLROOT}&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;/include/intel64/ilp64 &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;-i&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;8&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;-I&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;"&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;${MKLROOT}&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;/include&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;"&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;${MKLROOT}&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;/lib/intel64/libmkl_blas95_ilp64.a &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;-Wl&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;,--start-group &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;${MKLROOT}&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;/lib/intel64/libmkl_intel_ilp64.a &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;${MKLROOT}&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;/lib/intel64/libmkl_sequential.a &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;${MKLROOT}&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;/lib/intel64/libmkl_core.a &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;-Wl&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;,--end-group &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;-lpthread&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;-lm&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;-ldl&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Yuxi&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 21:11:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-undefined-reference-to-for-stop-core-quiet-quot-when/m-p/1282090#M31337</guid>
      <dc:creator>Yuxi</dc:creator>
      <dc:date>2021-05-17T21:11:01Z</dc:date>
    </item>
    <item>
      <title>Re:Error &amp;quot;undefined reference to `for_stop_core_quiet' &amp;quot; when compiling with oneAPI MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-undefined-reference-to-for-stop-core-quiet-quot-when/m-p/1282230#M31339</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please tell us the oneAPI version and compiler version. And also please use the appropriate cluster libraries and MPI library using the link line advisor.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Link:&lt;A href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl/link-line-advisor.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl/link-line-advisor.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Let us know if you face any issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2021 07:08:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-undefined-reference-to-for-stop-core-quiet-quot-when/m-p/1282230#M31339</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-05-18T07:08:39Z</dc:date>
    </item>
    <item>
      <title>Re:Error &amp;quot;undefined reference to `for_stop_core_quiet' &amp;quot; when compiling with oneAPI MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-undefined-reference-to-for-stop-core-quiet-quot-when/m-p/1284109#M31361</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please let us know if there is any update?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2021 14:40:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-undefined-reference-to-for-stop-core-quiet-quot-when/m-p/1284109#M31361</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-05-24T14:40:05Z</dc:date>
    </item>
    <item>
      <title>Re:Error &amp;quot;undefined reference to `for_stop_core_quiet' &amp;quot; when compiling with oneAPI MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-undefined-reference-to-for-stop-core-quiet-quot-when/m-p/1285758#M31397</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since we have not heard back from you, we are closing this thread. If you need further assistance, please start a new thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2021 05:50:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-undefined-reference-to-for-stop-core-quiet-quot-when/m-p/1285758#M31397</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-05-31T05:50:06Z</dc:date>
    </item>
  </channel>
</rss>

