<?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: Fortran Compiler within ABAQUS2024 and MSC Marc in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Re-Fortran-Compiler-within-ABAQUS2024-and-MSC-Marc/m-p/1626027#M36344</link>
    <description>&lt;P&gt;UPDATE&lt;/P&gt;&lt;P&gt;(1)&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;ifort&lt;/EM&gt;&lt;/STRONG&gt; is working after adding Variable Name:&amp;nbsp;IFORT_COMPILER24; Variable value:&amp;nbsp;C:\Program Files (x86)\Intel\oneAPI\compiler\2024.2\bin. It looks Fortran is well installed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(2) All verification is passed at Abaqus by &lt;STRONG&gt;&lt;EM&gt;Abaqus verify -all&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;. However, the program can run but the output results are 0. Only displacement/strain gives value as imposed.&amp;nbsp; It looks subroutines are NOT really compiled and excuted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(3)&amp;nbsp; Subroutines computation is launched under MarcMentat (tried on 2024.1 and 2022.2), which always gives '&lt;STRONG&gt;&lt;EM&gt;no Intel MKL available &lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Marc Exit number 3&lt;/EM&gt;&lt;/STRONG&gt;' while the software can run computation correctly without subroutines (i.e. without Fortran compile).&amp;nbsp; It seems MKL library migh be NOT well integrated into Visual Studio 2022 after reading &lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-MKL-2024-0-fails-to-fully-integrate-into-Visual-Studio/m-p/1553412" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-MKL-2024-0-fails-to-fully-integrate-into-Visual-Studio/m-p/1553412&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 08:41:20 GMT</pubDate>
    <dc:creator>Xiang_Kong</dc:creator>
    <dc:date>2024-08-26T08:41:20Z</dc:date>
    <item>
      <title>Re: Fortran Compiler within ABAQUS2024 and MSC Marc</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Re-Fortran-Compiler-within-ABAQUS2024-and-MSC-Marc/m-p/1626027#M36344</link>
      <description>&lt;P&gt;UPDATE&lt;/P&gt;&lt;P&gt;(1)&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;ifort&lt;/EM&gt;&lt;/STRONG&gt; is working after adding Variable Name:&amp;nbsp;IFORT_COMPILER24; Variable value:&amp;nbsp;C:\Program Files (x86)\Intel\oneAPI\compiler\2024.2\bin. It looks Fortran is well installed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(2) All verification is passed at Abaqus by &lt;STRONG&gt;&lt;EM&gt;Abaqus verify -all&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;. However, the program can run but the output results are 0. Only displacement/strain gives value as imposed.&amp;nbsp; It looks subroutines are NOT really compiled and excuted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(3)&amp;nbsp; Subroutines computation is launched under MarcMentat (tried on 2024.1 and 2022.2), which always gives '&lt;STRONG&gt;&lt;EM&gt;no Intel MKL available &lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Marc Exit number 3&lt;/EM&gt;&lt;/STRONG&gt;' while the software can run computation correctly without subroutines (i.e. without Fortran compile).&amp;nbsp; It seems MKL library migh be NOT well integrated into Visual Studio 2022 after reading &lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-MKL-2024-0-fails-to-fully-integrate-into-Visual-Studio/m-p/1553412" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-MKL-2024-0-fails-to-fully-integrate-into-Visual-Studio/m-p/1553412&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 08:41:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Re-Fortran-Compiler-within-ABAQUS2024-and-MSC-Marc/m-p/1626027#M36344</guid>
      <dc:creator>Xiang_Kong</dc:creator>
      <dc:date>2024-08-26T08:41:20Z</dc:date>
    </item>
    <item>
      <title>Re:Re: Fortran Compiler within ABAQUS2024 and MSC Marc</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Re-Fortran-Compiler-within-ABAQUS2024-and-MSC-Marc/m-p/1627222#M36367</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting in the forum! &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It looks to be a problem related to environment setting. I'm not an expert of Abaqus, but let's first try to make sure that oneMKL is installed correctly with Visual Studio. Regarding point (3), could you try to run an oneMKL Fortran example using Visual Studio to check if the environment works expectedly? Based on your Fortran compiler location, the examples should be located at "C:\Program Files (x86)\Intel\oneAPI\mkl\2024.2\share\doc\mkl\examples\examples_core_f.zip". Actually I can not reproduce the issue in the link you shared. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fengrui&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2024 22:30:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Re-Fortran-Compiler-within-ABAQUS2024-and-MSC-Marc/m-p/1627222#M36367</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2024-08-29T22:30:34Z</dc:date>
    </item>
  </channel>
</rss>

