<?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 Recompiling an old visual studio parallel studio project in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1671233#M36968</link>
    <description>&lt;DIV class=""&gt;Hey guys,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I believe I have a defunct license Intel for Parallel Studio XE 2019 (?). I can no longer find my license in the intel software portal.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I need to compile some MKL dependent code again and I have no way of doing it. I tried installing the latest Intel OneAPI and using both ifx and ifort, but both crash unceremoniously, it seems like something to do with file order.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Do you have advice on the best path forward for me?&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Who could I contact to re-activate my old Intel Parallel XE license, such that I can at least compile this source with my old toolchain?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Regards,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;-Geoff&lt;/DIV&gt;</description>
    <pubDate>Sat, 01 Mar 2025 05:36:26 GMT</pubDate>
    <dc:creator>Groostav</dc:creator>
    <dc:date>2025-03-01T05:36:26Z</dc:date>
    <item>
      <title>Recompiling an old visual studio parallel studio project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1671233#M36968</link>
      <description>&lt;DIV class=""&gt;Hey guys,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I believe I have a defunct license Intel for Parallel Studio XE 2019 (?). I can no longer find my license in the intel software portal.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I need to compile some MKL dependent code again and I have no way of doing it. I tried installing the latest Intel OneAPI and using both ifx and ifort, but both crash unceremoniously, it seems like something to do with file order.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Do you have advice on the best path forward for me?&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Who could I contact to re-activate my old Intel Parallel XE license, such that I can at least compile this source with my old toolchain?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Regards,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;-Geoff&lt;/DIV&gt;</description>
      <pubDate>Sat, 01 Mar 2025 05:36:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1671233#M36968</guid>
      <dc:creator>Groostav</dc:creator>
      <dc:date>2025-03-01T05:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Recompiling an old visual studio parallel studio project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1671749#M36970</link>
      <description>&lt;P&gt;Hi Geoff,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in the oneMKL forum.&lt;/P&gt;
&lt;P&gt;Could you please provide more details about the crash? A stack trace would be helpful. Also could you describe how the code looks like near the crash?&lt;/P&gt;
&lt;P&gt;For the license, let's talk about it through email.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Fengrui&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 17:42:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1671749#M36970</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2025-03-03T17:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Recompiling an old visual studio parallel studio project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1671909#M36975</link>
      <description>&lt;P&gt;Well I just restarted the project and started adding things one-by-one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I added a vs-cpp project as a dependent to the fortran project I'm now getting&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lld-link error: undefined symbol: __declspec(dllimport) GetUserNameA file:lld-link&lt;/FONT&gt;&lt;BR /&gt;which is a linker error in the llvm linker that I should've known Id be using. I'm not familiar enough with this hybrid toolchain that im now apparently using to know why im getting this error from this linker for this function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 02:35:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1671909#M36975</guid>
      <dc:creator>Groostav</dc:creator>
      <dc:date>2025-03-04T02:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Recompiling an old visual studio parallel studio project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1672707#M36982</link>
      <description>&lt;P&gt;Ok, now I've got something closer to an SSCCE: in visual studio i simply get "Compilation aborted (code 1)", with no extra messages. I'm guessing that ifx is outputting some information somewhere, I just need to track it down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;MODULE UTILS&lt;BR /&gt;&amp;nbsp; ABSTRACT INTERFACE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE(C_PTR) FUNCTION evaluatorCallback(inputMat,matM,matN,chosenFunctions,length)&amp;amp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BIND(C)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USE, INTRINSIC :: ISO_C_BINDING&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE(C_PTR), INTENT(IN), VALUE :: inputMat, chosenFunctions&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTEGER(C_INT), INTENT(IN), VALUE :: matM, matN, length&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; END FUNCTION&lt;BR /&gt;&amp;nbsp; END INTERFACE&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;SUBROUTINE evaluateStuff(evalCbk,resOut)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROCEDURE(evaluatorCallback), POINTER, INTENT(IN) :: evalCbk&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REAL*8,DIMENSION(:,:),ALLOCATABLE,INTENT(OUT) :: resOut&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; ...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; END SUBROUTINE&lt;BR /&gt;END MODULE&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems to be the culprit. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 02:41:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1672707#M36982</guid>
      <dc:creator>Groostav</dc:creator>
      <dc:date>2025-03-06T02:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Recompiling an old visual studio parallel studio project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1675992#M37003</link>
      <description>&lt;P&gt;It looks "contains" is missing before "subroutine evaluateStuff()".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding "contains" would make it compile.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 23:25:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1675992#M37003</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2025-03-18T23:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Recompiling an old visual studio parallel studio project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1676028#M37005</link>
      <description>&lt;P&gt;I've omitted some things for brevity, apologies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my problem is not that it doesn't compile per se, if I had a compiler error I would be quite happy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is that ifx crashes unceremoniously with no output at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I must confess, I've said some unkind things about the bespoke nature of the go-lang toolchain, arguing that the community would be better served by writing a front-end to llvm. Now that I'm working with exactly such a front end as ifx I'm not impressed.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 01:26:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Recompiling-an-old-visual-studio-parallel-studio-project/m-p/1676028#M37005</guid>
      <dc:creator>Groostav</dc:creator>
      <dc:date>2025-03-19T01:26:17Z</dc:date>
    </item>
  </channel>
</rss>

