<?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;quot;forrtl: severe (172)...&amp;quot; when running via the CLI in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1650805#M36764</link>
    <description>&lt;P&gt;Hi, Andy:&lt;/P&gt;
&lt;P&gt;Thanks for your feedback. To investigate your issue further, please provide a code reproducer and details of your VS and oneAPI environment?&lt;/P&gt;
&lt;P&gt;You may self sanity check your command line environment first, by "ifx -# hello_world.f90". You may use your issue code reproducer to replace the hello_world.f90, as I used hw.f90&lt;/P&gt;
&lt;P&gt;This command will print out something similar to the following. Can you see the missing dll you need there?&lt;/P&gt;
&lt;P&gt;Also, in your successful VS GUI debug build, can you find your buildlog.htm showing the actual compile and link commands were executed? You may compare the two results to see if anything is missing.&lt;/P&gt;
&lt;P&gt;:: initializing oneAPI environment...&lt;BR /&gt;Initializing Visual Studio command-line environment...&lt;BR /&gt;Visual Studio version 17.3.6 environment configured.&lt;BR /&gt;"C:\Program Files\Microsoft Visual Studio\2022\Professional\"&lt;BR /&gt;Visual Studio command-line environment initialized for: 'x64'&lt;BR /&gt;: advisor -- latest&lt;BR /&gt;: compiler -- latest&lt;BR /&gt;: dal -- latest&lt;BR /&gt;: debugger -- latest&lt;BR /&gt;: dev-utilities -- latest&lt;BR /&gt;: dnnl -- latest&lt;BR /&gt;: dpcpp-ct -- latest&lt;BR /&gt;: dpl -- latest&lt;BR /&gt;: inspector -- latest&lt;BR /&gt;: ipp -- latest&lt;BR /&gt;: ippcp -- latest&lt;BR /&gt;: itac -- latest&lt;BR /&gt;: mkl -- latest&lt;BR /&gt;: mpi -- latest&lt;BR /&gt;: tbb -- latest&lt;BR /&gt;: vtune -- latest&lt;BR /&gt;:: oneAPI environment initialized ::&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI&amp;gt;ifx -# hw.f90&lt;BR /&gt;Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2024.0.2 Build 20231213&lt;BR /&gt;Copyright (C) 1985-2023 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;C:\PROGRA~2\Intel\oneAPI\compiler\latest\bin/compiler\xfortcom \&lt;BR /&gt;-triple \&lt;BR /&gt;x86_64-pc-windows-msvc \&lt;BR /&gt;--dependent-lib=libcmt \&lt;BR /&gt;--dependent-lib=ifconsol.lib \&lt;BR /&gt;--dependent-lib=libifcoremt.lib \&lt;BR /&gt;--dependent-lib=libifport.lib \&lt;BR /&gt;--dependent-lib=libircmt \&lt;BR /&gt;--dependent-lib=libmmt \&lt;BR /&gt;--dependent-lib=oldnames \&lt;BR /&gt;--dependent-lib=svml_dispmt \&lt;BR /&gt;-emit-obj \&lt;BR /&gt;"-verify nomodule" \&lt;BR /&gt;-main-file-name \&lt;BR /&gt;hw.f90 \&lt;BR /&gt;-mllvm \&lt;BR /&gt;--relocation-model=pic \&lt;BR /&gt;-pic-level \&lt;BR /&gt;2 \&lt;BR /&gt;"-options-string /# " \&lt;BR /&gt;-mframe-pointer=none \&lt;BR /&gt;-omp_simd \&lt;BR /&gt;-target-cpu \&lt;BR /&gt;x86-64 \&lt;BR /&gt;-fveclib=SVML \&lt;BR /&gt;-mllvm \&lt;BR /&gt;-loopopt=1 \&lt;BR /&gt;-floopopt-pipeline=light \&lt;BR /&gt;-mllvm \&lt;BR /&gt;-disable-hir-generate-mkl-call \&lt;BR /&gt;-mllvm \&lt;BR /&gt;-paropt=11 \&lt;BR /&gt;-fintel-libirc-allowed \&lt;BR /&gt;-o \&lt;BR /&gt;hw.obj \&lt;BR /&gt;-D__INTEL_LLVM_COMPILER=20240002 \&lt;BR /&gt;-D__INTEL_LLVM_COMPILER_UPDATE=2 \&lt;BR /&gt;-D_WIN32 \&lt;BR /&gt;-D_M_AMD64=100 \&lt;BR /&gt;-D_M_X64=100 \&lt;BR /&gt;-D_WIN64=1 \&lt;BR /&gt;-D_MSC_VER=1933 \&lt;BR /&gt;-D_MSC_FULL_VER=193331630 \&lt;BR /&gt;-D_MSC_EXTENSIONS \&lt;BR /&gt;"-D__MS_VC_INSTALL_PATH=C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.33.31629\" \&lt;BR /&gt;-D_MT \&lt;BR /&gt;-D__INTEL_COMPILER_BUILD_DATE=20231213 \&lt;BR /&gt;-D__INTEL_COMPILER=20240002 \&lt;BR /&gt;-D__INTEL_COMPILER_UPDATE=2 \&lt;BR /&gt;-I. \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\\..\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\mkl\latest\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\itac\2022.0\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\ippcp\latest\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\ipp\latest\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\dpcpp-ct\latest\env\..\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\dnnl\latest\env\..\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\dev-utilities\latest\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\dal\latest\include\dal" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\compiler\latest\include" \&lt;BR /&gt;-IC:\PROGRA~2\Intel\oneAPI\compiler\latest\include \&lt;BR /&gt;-IC:\PROGRA~2\Intel\oneAPI\compiler\latest\opt\compiler\include \&lt;BR /&gt;-IC:\PROGRA~2\Intel\oneAPI\compiler\latest\lib\clang\17\include \&lt;BR /&gt;"-IC:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.33.31629\include" \&lt;BR /&gt;"-IC:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.33.31629\ATLMFC\include" \&lt;BR /&gt;"-IC:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\VS\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\um" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\shared" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\winrt" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" \&lt;BR /&gt;-omp_simd \&lt;BR /&gt;-O2 \&lt;BR /&gt;"-reentrancy threaded" \&lt;BR /&gt;"-unroll 2" \&lt;BR /&gt;-simd \&lt;BR /&gt;-offload_host \&lt;BR /&gt;hw.f90&lt;/P&gt;
&lt;P&gt;link \&lt;BR /&gt;-out:hw.exe \&lt;BR /&gt;-subsystem:console \&lt;BR /&gt;hw.obj&lt;/P&gt;
&lt;P&gt;del C:\Users\shiquans\AppData\Local\Temp\182122clangdashv4&lt;BR /&gt;del C:\Users\shiquans\AppData\Local\Temp\182123arg5&lt;BR /&gt;del C:\Users\shiquans\AppData\Local\Temp\182124arg6&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2024 15:08:34 GMT</pubDate>
    <dc:creator>Shiquan_Su</dc:creator>
    <dc:date>2024-12-19T15:08:34Z</dc:date>
    <item>
      <title>Error "forrtl: severe (172)..." when running via the CLI</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1649683#M36746</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Hi there, I use the VS 2022 with Intel OneAPI 2024 for my FORTRAN projects on Windows 10.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Recently, I just come across a strange problem:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;1) when running the program in Debug mode (F5) within the IDE (i.e., VS 2022), everything looks fine and the program terminates normally;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;2) but if I build the program and then run it through a Windows CLI, e.g., the PowerShell, it always reports the following error message&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="none"&gt;forrtl: severe (172): Program Exception - exception code = 0x7e (126)
Image              PC                Routine            Line        Source
KERNELBASE.dll     00007FFB819ABA99  Unknown               Unknown  Unknown
mkl_intel_thread.  00007FFA9DD60146  Unknown               Unknown  Unknown
mkl_intel_thread.  00007FFA9DD65435  Unknown               Unknown  Unknown
mkl_intel_thread.  00007FFA9BEA6BDC  Unknown               Unknown  Unknown
mkl_intel_thread.  00007FFA9CB67258  Unknown               Unknown  Unknown
orbfit.exe         00007FF70202BE26  Unknown               Unknown  Unknown
orbfit.exe         00007FF701F4B6C9  SOLVENEQLS                 87  SolveNEQLS.f90
orbfit.exe         00007FF701FB4869  MAIN__                    857  orbfit.f90
orbfit.exe         00007FF70202D6DB  Unknown               Unknown  Unknown
orbfit.exe         00007FF70202DF69  Unknown               Unknown  Unknown
orbfit.exe         00007FF70202DE82  Unknown               Unknown  Unknown
orbfit.exe         00007FF70202DD3E  Unknown               Unknown  Unknown
orbfit.exe         00007FF70202DFDE  Unknown               Unknown  Unknown
KERNEL32.DLL       00007FFB81FF7374  Unknown               Unknown  Unknown
ntdll.dll          00007FFB83D1CC91  Unknown               Unknown  Unknown&lt;/LI-CODE&gt;on the line 87 within file `SOLENEQLS`, there is a call for a LAPACK subroutine, like " call dpptrf('U',n,N,i) " I have been using the development suit for a long time and this problem just came out recently. Does someone have any idea about the possible reasons? Thanks a lot in advance!</description>
      <pubDate>Mon, 16 Dec 2024 03:11:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1649683#M36746</guid>
      <dc:creator>Andy59</dc:creator>
      <dc:date>2024-12-16T03:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error "forrtl: severe (172)..." when running via the CLI</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1649918#M36749</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;The error message "forrtl: severe (172): Program Exception - exception code = 0x7e (126)" in Visual Studio typically indicates that there is a problem related to a missing or inaccessible dynamic link library (DLL) that your program depends on. This error is often encountered when running Fortran applications compiled with Intel Fortran Compiler, but it can also occur with other languages and compilers.&lt;/DIV&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;Here are some common causes and solutions for this error:&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Missing DLLs&lt;/STRONG&gt;: Ensure that all required DLLs are present in the system or in the application's directory. You can use tools like Dependency Walker (depends.exe) to check which DLLs your application depends on and whether they are available.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Incorrect PATH Environment Variable&lt;/STRONG&gt;: The PATH environment variable should include the directories where the required DLLs are located. Make sure that the directories containing the necessary DLLs are included in the PATH.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Incorrect Project Configuration&lt;/STRONG&gt;: Verify that your project configuration in Visual Studio is correct. Ensure that the correct runtime libraries are being linked and that the application is built for the correct platform (x86 or x64).&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Redistributable Packages&lt;/STRONG&gt;: Some applications require specific Microsoft Visual C++ Redistributable packages to be installed. Make sure that the appropriate redistributable packages are installed on your system.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Corrupted or Incompatible DLLs&lt;/STRONG&gt;: Sometimes, DLLs can become corrupted or incompatible due to updates or other changes. Try reinstalling the software or libraries that provide the required DLLs.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Permissions Issues&lt;/STRONG&gt;: Ensure that your application has the necessary permissions to access the required DLLs. Running Visual Studio or your application as an administrator might help resolve permission-related issues.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Third-Party Libraries&lt;/STRONG&gt;: If your application depends on third-party libraries, make sure that they are correctly installed and configured.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;To troubleshoot this error, you can follow these steps:&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Identify the Missing DLL&lt;/STRONG&gt;: Use Dependency Walker or a similar tool to identify which DLL is missing or causing the issue.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Check the PATH&lt;/STRONG&gt;: Verify that the PATH environment variable includes the directories where the required DLLs are located.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Reinstall Dependencies&lt;/STRONG&gt;: Reinstall any missing or corrupted dependencies, such as the Intel Fortran Compiler runtime libraries or Microsoft Visual C++ Redistributable packages.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Check Project Settings&lt;/STRONG&gt;: Review your project settings in Visual Studio to ensure that all necessary libraries are being linked correctly.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="ant-typography css-1jxo00x"&gt;&lt;STRONG&gt;Run as Administrator&lt;/STRONG&gt;: Try running Visual Studio or your application with administrative privileges to rule out permission issues.&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 19:30:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1649918#M36749</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2024-12-16T19:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error "forrtl: severe (172)..." when running via the CLI</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1650648#M36761</link>
      <description>&lt;P&gt;Thanks for your reply. But it seems that your reply is exactly the same as what I got when I input the error message into the ChatGPT. There are so many information but none of them is really constructive and helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 03:36:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1650648#M36761</guid>
      <dc:creator>Andy59</dc:creator>
      <dc:date>2024-12-19T03:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error "forrtl: severe (172)..." when running via the CLI</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1650705#M36762</link>
      <description>&lt;P&gt;It's likely dynamic link libraries that contains mkl functions cannot be found by your OS. You may need also some compiler dlls (I needed this when I used Intel C++ compiler) and openmp or mpi dlls in case you use parallel/cluster mkl version. You can just copy all the dlls required by error messages into the directory the executable is loaded from (search them somewhere in the directories where intel oneapi is installed) or specify paths to them in PATH envitonment variable (in Windows its convenient to be done through system parameters -&amp;gt; about -&amp;gt; additional parameters -&amp;gt; environment variables). For example I need about 10 dlls for running MKL PARDISO solver and I copy them into directory containing executable in order to make the application portable, they weight about 130 MB in sum though. I'm sure there are other ways to resolve linking issues though, like building single self-contained exe file. There should be a lot of tutorials how to link mkl correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 07:27:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1650705#M36762</guid>
      <dc:creator>morskaya_svinka_1</dc:creator>
      <dc:date>2024-12-19T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error "forrtl: severe (172)..." when running via the CLI</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1650706#M36763</link>
      <description>&lt;P&gt;"in order to make the application portable" - mistake, I meant "in order to make application self-dependant" so it can be run on systems that does not have mkl installed&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 07:10:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1650706#M36763</guid>
      <dc:creator>morskaya_svinka_1</dc:creator>
      <dc:date>2024-12-19T07:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error "forrtl: severe (172)..." when running via the CLI</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1650805#M36764</link>
      <description>&lt;P&gt;Hi, Andy:&lt;/P&gt;
&lt;P&gt;Thanks for your feedback. To investigate your issue further, please provide a code reproducer and details of your VS and oneAPI environment?&lt;/P&gt;
&lt;P&gt;You may self sanity check your command line environment first, by "ifx -# hello_world.f90". You may use your issue code reproducer to replace the hello_world.f90, as I used hw.f90&lt;/P&gt;
&lt;P&gt;This command will print out something similar to the following. Can you see the missing dll you need there?&lt;/P&gt;
&lt;P&gt;Also, in your successful VS GUI debug build, can you find your buildlog.htm showing the actual compile and link commands were executed? You may compare the two results to see if anything is missing.&lt;/P&gt;
&lt;P&gt;:: initializing oneAPI environment...&lt;BR /&gt;Initializing Visual Studio command-line environment...&lt;BR /&gt;Visual Studio version 17.3.6 environment configured.&lt;BR /&gt;"C:\Program Files\Microsoft Visual Studio\2022\Professional\"&lt;BR /&gt;Visual Studio command-line environment initialized for: 'x64'&lt;BR /&gt;: advisor -- latest&lt;BR /&gt;: compiler -- latest&lt;BR /&gt;: dal -- latest&lt;BR /&gt;: debugger -- latest&lt;BR /&gt;: dev-utilities -- latest&lt;BR /&gt;: dnnl -- latest&lt;BR /&gt;: dpcpp-ct -- latest&lt;BR /&gt;: dpl -- latest&lt;BR /&gt;: inspector -- latest&lt;BR /&gt;: ipp -- latest&lt;BR /&gt;: ippcp -- latest&lt;BR /&gt;: itac -- latest&lt;BR /&gt;: mkl -- latest&lt;BR /&gt;: mpi -- latest&lt;BR /&gt;: tbb -- latest&lt;BR /&gt;: vtune -- latest&lt;BR /&gt;:: oneAPI environment initialized ::&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI&amp;gt;ifx -# hw.f90&lt;BR /&gt;Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2024.0.2 Build 20231213&lt;BR /&gt;Copyright (C) 1985-2023 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;C:\PROGRA~2\Intel\oneAPI\compiler\latest\bin/compiler\xfortcom \&lt;BR /&gt;-triple \&lt;BR /&gt;x86_64-pc-windows-msvc \&lt;BR /&gt;--dependent-lib=libcmt \&lt;BR /&gt;--dependent-lib=ifconsol.lib \&lt;BR /&gt;--dependent-lib=libifcoremt.lib \&lt;BR /&gt;--dependent-lib=libifport.lib \&lt;BR /&gt;--dependent-lib=libircmt \&lt;BR /&gt;--dependent-lib=libmmt \&lt;BR /&gt;--dependent-lib=oldnames \&lt;BR /&gt;--dependent-lib=svml_dispmt \&lt;BR /&gt;-emit-obj \&lt;BR /&gt;"-verify nomodule" \&lt;BR /&gt;-main-file-name \&lt;BR /&gt;hw.f90 \&lt;BR /&gt;-mllvm \&lt;BR /&gt;--relocation-model=pic \&lt;BR /&gt;-pic-level \&lt;BR /&gt;2 \&lt;BR /&gt;"-options-string /# " \&lt;BR /&gt;-mframe-pointer=none \&lt;BR /&gt;-omp_simd \&lt;BR /&gt;-target-cpu \&lt;BR /&gt;x86-64 \&lt;BR /&gt;-fveclib=SVML \&lt;BR /&gt;-mllvm \&lt;BR /&gt;-loopopt=1 \&lt;BR /&gt;-floopopt-pipeline=light \&lt;BR /&gt;-mllvm \&lt;BR /&gt;-disable-hir-generate-mkl-call \&lt;BR /&gt;-mllvm \&lt;BR /&gt;-paropt=11 \&lt;BR /&gt;-fintel-libirc-allowed \&lt;BR /&gt;-o \&lt;BR /&gt;hw.obj \&lt;BR /&gt;-D__INTEL_LLVM_COMPILER=20240002 \&lt;BR /&gt;-D__INTEL_LLVM_COMPILER_UPDATE=2 \&lt;BR /&gt;-D_WIN32 \&lt;BR /&gt;-D_M_AMD64=100 \&lt;BR /&gt;-D_M_X64=100 \&lt;BR /&gt;-D_WIN64=1 \&lt;BR /&gt;-D_MSC_VER=1933 \&lt;BR /&gt;-D_MSC_FULL_VER=193331630 \&lt;BR /&gt;-D_MSC_EXTENSIONS \&lt;BR /&gt;"-D__MS_VC_INSTALL_PATH=C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.33.31629\" \&lt;BR /&gt;-D_MT \&lt;BR /&gt;-D__INTEL_COMPILER_BUILD_DATE=20231213 \&lt;BR /&gt;-D__INTEL_COMPILER=20240002 \&lt;BR /&gt;-D__INTEL_COMPILER_UPDATE=2 \&lt;BR /&gt;-I. \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\\..\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\mkl\latest\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\itac\2022.0\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\ippcp\latest\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\ipp\latest\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\dpcpp-ct\latest\env\..\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\dnnl\latest\env\..\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\dev-utilities\latest\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\dal\latest\include\dal" \&lt;BR /&gt;"-IC:\Program Files (x86)\Intel\oneAPI\compiler\latest\include" \&lt;BR /&gt;-IC:\PROGRA~2\Intel\oneAPI\compiler\latest\include \&lt;BR /&gt;-IC:\PROGRA~2\Intel\oneAPI\compiler\latest\opt\compiler\include \&lt;BR /&gt;-IC:\PROGRA~2\Intel\oneAPI\compiler\latest\lib\clang\17\include \&lt;BR /&gt;"-IC:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.33.31629\include" \&lt;BR /&gt;"-IC:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.33.31629\ATLMFC\include" \&lt;BR /&gt;"-IC:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\VS\include" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\um" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\shared" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\winrt" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" \&lt;BR /&gt;"-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" \&lt;BR /&gt;-omp_simd \&lt;BR /&gt;-O2 \&lt;BR /&gt;"-reentrancy threaded" \&lt;BR /&gt;"-unroll 2" \&lt;BR /&gt;-simd \&lt;BR /&gt;-offload_host \&lt;BR /&gt;hw.f90&lt;/P&gt;
&lt;P&gt;link \&lt;BR /&gt;-out:hw.exe \&lt;BR /&gt;-subsystem:console \&lt;BR /&gt;hw.obj&lt;/P&gt;
&lt;P&gt;del C:\Users\shiquans\AppData\Local\Temp\182122clangdashv4&lt;BR /&gt;del C:\Users\shiquans\AppData\Local\Temp\182123arg5&lt;BR /&gt;del C:\Users\shiquans\AppData\Local\Temp\182124arg6&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 15:08:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1650805#M36764</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2024-12-19T15:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error "forrtl: severe (172)..." when running via the CLI</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1667658#M36952</link>
      <description>&lt;P&gt;Hi Morskaya, thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I usually did the similar thing as you described in order to resolve dynamic link lib missed problems: copying missed ones from the installation path of Intel OneAPI to the directory of executables ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the problem I mentioned here seems weird as it did not report any missing libs and, the same code ran well previously. It looked like just coming out suddenly and the piece of code it points to should be correct without any modification for a long time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After re-installing the Visual Studio 2022 Community version and replacing the Intel OneAPI 2024 with Intel Fortran Essential, the proble just gone away...&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 01:36:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1667658#M36952</guid>
      <dc:creator>Andy59</dc:creator>
      <dc:date>2025-02-19T01:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error "forrtl: severe (172)..." when running via the CLI</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1667661#M36953</link>
      <description>&lt;P&gt;Hi Shiquan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks a lot for your answers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem just gone away after I replaced the Intel OneAPI 2024 with Inter Fortran Essential 2025 (and unintentionally, re-installed the Visual Studio 2022 Community).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 01:40:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-quot-forrtl-severe-172-quot-when-running-via-the-CLI/m-p/1667661#M36953</guid>
      <dc:creator>Andy59</dc:creator>
      <dc:date>2025-02-19T01:40:55Z</dc:date>
    </item>
  </channel>
</rss>

