<?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: Problem with using mkl module in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656953#M36827</link>
    <description>&lt;P&gt;Can you remove&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;mkl_sequential.2.dll to make sure the code links to&amp;nbsp;mkl_sequential.lib?&amp;nbsp;If you still have failures, please share the build commands from the command-line or build output in Visual studio.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2025 17:41:40 GMT</pubDate>
    <dc:creator>Shiquan_Su</dc:creator>
    <dc:date>2025-01-14T17:41:40Z</dc:date>
    <item>
      <title>Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656936#M36824</link>
      <description>&lt;P&gt;I've installed Intel Fortran, running on MS Visual Studio 2022, and also installed Intel oneMKL.&amp;nbsp; For a test program (shown below) I made sure, under properties, that Fortran included enabled Intel Math Kernel Library and that Linker included additional Library directory, C:\Program Files (x86)\Intel\oneAPI\mkl\2025.0\lib.&amp;nbsp; Compilation seems to work.&amp;nbsp; First error on running the program was "mkl_sequential.2.dll not found."&amp;nbsp; This was corrected (I guess) using instructions found at &lt;A href="https://www.dllme.com/dll/files/mkl_sequential_2," target="_blank"&gt;https://www.dllme.com/dll/files/mkl_sequential_2,&lt;/A&gt; where mkl_sequential.2.dll now (also) sits in C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE.&amp;nbsp; Now the program runs but gets stuck when attempting to call a module in the mkl.&amp;nbsp; I'm not versed in the background details of these software packages - can anyone help a novice?&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;program:&lt;/P&gt;&lt;P&gt;PROGRAM TESTMKL&lt;BR /&gt;! Program to test the use of routines in the math library MKL&lt;BR /&gt;!&lt;BR /&gt;REAL*8 A(3,3)&lt;BR /&gt;INTEGER N3,IPIV(3),INFO&lt;BR /&gt;!&lt;BR /&gt;! Define the matrix for LU factorization&lt;BR /&gt;DATA A/1.D0, 1.D0, 1.D0, 3.D0, 3.D0, 4.D0, 3.D0, 4.D0, 3.D0/&lt;BR /&gt;!&lt;BR /&gt;! Compute its LU factorization using an MKL routine&lt;BR /&gt;N3=3&lt;BR /&gt;print*,'ok up to here'&lt;BR /&gt;CALL DGETRF(N3,N3,A,N3,IPIV,INFO)&lt;BR /&gt;PRINT*,A&lt;BR /&gt;PRINT*,IPIV&lt;BR /&gt;PRINT*,INFO&lt;BR /&gt;!&lt;BR /&gt;STOP&lt;BR /&gt;END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output (with error messages):&lt;/P&gt;&lt;P&gt;ok up to here&lt;BR /&gt;forrtl: severe (172): Program Exception - exception code = 0x7e (126)&lt;BR /&gt;Image PC Routine Line Source&lt;BR /&gt;KERNELBASE.dll 00007FFA7C02AB89 Unknown Unknown Unknown&lt;BR /&gt;mkl_sequential.2. 00007FF9B8D2288E Unknown Unknown Unknown&lt;BR /&gt;mkl_sequential.2. 00007FF9B8D222B5 Unknown Unknown Unknown&lt;BR /&gt;test.exe 00007FF635273813 Unknown Unknown Unknown&lt;BR /&gt;test.exe 00007FF6352710AC Unknown Unknown Unknown&lt;BR /&gt;test.exe 00007FF63527499E Unknown Unknown Unknown&lt;BR /&gt;test.exe 00007FF635274CF4 Unknown Unknown Unknown&lt;BR /&gt;KERNEL32.DLL 00007FFA7CE07344 Unknown Unknown Unknown&lt;BR /&gt;ntdll.dll 00007FFA7E4826B1 Unknown Unknown Unknown&lt;BR /&gt;Press any key to continue . . .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 16:29:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656936#M36824</guid>
      <dc:creator>EGMguy</dc:creator>
      <dc:date>2025-01-14T16:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656947#M36825</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shiquan_Su_0-1736874016222.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/61813i3AB22207FBF5B2EC/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Shiquan_Su_0-1736874016222.png" alt="Shiquan_Su_0-1736874016222.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hi, there:&lt;/P&gt;
&lt;P&gt;By visiting the&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I can get the above compile/link line command.&lt;/P&gt;
&lt;P&gt;In Windows, I launch the Intel OneAPI Command prompt, then I can run the following. Can you repeat this? If so, you may also make sure&amp;nbsp;mkl_intel_ilp64.lib mkl_sequential.lib mkl_core.lib all 3 lib files are in your MS VS lib folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI&amp;gt;ifx /4I8 -I"%MKLROOT%\include" testmkl.f90 mkl_intel_ilp64.lib mkl_sequential.lib mkl_core.lib&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;Microsoft (R) Incremental Linker Version 14.33.31630.0&lt;BR /&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;-out:testmkl.exe&lt;BR /&gt;-subsystem:console&lt;BR /&gt;testmkl.obj&lt;BR /&gt;mkl_intel_ilp64.lib&lt;BR /&gt;mkl_sequential.lib&lt;BR /&gt;mkl_core.lib&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI&amp;gt;testmkl.exe&lt;BR /&gt;ok up to here&lt;BR /&gt;1.00000000000000 1.00000000000000 1.00000000000000&lt;BR /&gt;3.00000000000000 1.00000000000000 0.000000000000000E+000&lt;BR /&gt;3.00000000000000 0.000000000000000E+000 1.00000000000000&lt;BR /&gt;1 3 3&lt;BR /&gt;0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The testmkl.f90 is:&lt;/P&gt;
&lt;P&gt;PROGRAM TESTMKL&lt;BR /&gt;! Program to test the use of routines in the math library MKL&lt;BR /&gt;!&lt;BR /&gt;REAL*8 A(3,3)&lt;BR /&gt;INTEGER N3,IPIV(3),INFO&lt;BR /&gt;!&lt;BR /&gt;! Define the matrix for LU factorization&lt;BR /&gt;DATA A/1.D0, 1.D0, 1.D0, 3.D0, 3.D0, 4.D0, 3.D0, 4.D0, 3.D0/&lt;BR /&gt;!&lt;BR /&gt;! Compute its LU factorization using an MKL routine&lt;BR /&gt;N3=3&lt;BR /&gt;print*,'ok up to here'&lt;BR /&gt;CALL DGETRF(N3,N3,A,N3,IPIV,INFO)&lt;BR /&gt;PRINT*,A&lt;BR /&gt;PRINT*,IPIV&lt;BR /&gt;PRINT*,INFO&lt;BR /&gt;!&lt;BR /&gt;STOP&lt;BR /&gt;END&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 17:05:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656947#M36825</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2025-01-14T17:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656951#M36826</link>
      <description>&lt;P&gt;Hi, Shiquan_Su,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&amp;nbsp; I'm not comfortable with using command-line runs - I prefer using the MS VS.&amp;nbsp; I now specifically added the lib's in the project (although I thought that ...mkl/2025/lib would cover them all, but maybe not).&amp;nbsp; I still get the same error.&amp;nbsp; Can you tell me where specifically I need to include these libraries - i.e., is there a separate/different location for the MS VS lib's?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 17:33:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656951#M36826</guid>
      <dc:creator>EGMguy</dc:creator>
      <dc:date>2025-01-14T17:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656953#M36827</link>
      <description>&lt;P&gt;Can you remove&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;mkl_sequential.2.dll to make sure the code links to&amp;nbsp;mkl_sequential.lib?&amp;nbsp;If you still have failures, please share the build commands from the command-line or build output in Visual studio.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 17:41:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656953#M36827</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2025-01-14T17:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656959#M36828</link>
      <description>&lt;P&gt;Hi, Shiquan_Su&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed mkl_sequential.2.dll and the build is fine (screen shot):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EGMguy_0-1736877272092.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/61814i0BAF15BC70F899C5/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="EGMguy_0-1736877272092.png" alt="EGMguy_0-1736877272092.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, when I run the program, I get&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EGMguy_1-1736877317333.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/61815i800A523D9241E8E2/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="EGMguy_1-1736877317333.png" alt="EGMguy_1-1736877317333.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The only way to avoid this error seems to be to add mkl_sequential.2.dll in the ... Common7/IDE folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 17:58:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656959#M36828</guid>
      <dc:creator>EGMguy</dc:creator>
      <dc:date>2025-01-14T17:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656963#M36829</link>
      <description>&lt;P&gt;Hi, there:&lt;/P&gt;
&lt;P&gt;Are you familiar with dynamic linking and static linking? The .dll files in Windows mean dynamic linking. What I showed you above is a static linking solution. It seems that you need a dynamic linking solution. I edited the configuration in&amp;nbsp;&lt;A class="sub_section_element_selectors" href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;accordingly. and it shows that you need nothing for linking flag, and you need "/4I8 /Qmkl-ilp64:sequential /MD" for compile flag. Do you know which button in your VS panel to hit and which fields to edit to put in the above flags? Do you know which button to click to instruct VS to print out the build(compile/link) command? The above error seems like you compile the test code in a static linking way, but run it as a dynamic linking app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shiquan_Su_0-1736878556766.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/61816iF06C001B11B36463/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Shiquan_Su_0-1736878556766.png" alt="Shiquan_Su_0-1736878556766.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 18:20:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656963#M36829</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2025-01-14T18:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656989#M36831</link>
      <description>&lt;P&gt;Hi, Shiquan_Su&lt;/P&gt;&lt;P&gt;Unfortunately, I do not know where these flags can be set within MS VS - at least it is not obvious how to do it (I tried project properties, but there was no option to "set flags".&amp;nbsp; Also, I tried using the command-line procedure you mentioned, but immediately encountered an error:&amp;nbsp; (again, I'm no expert with command-line programming and have no idea how to fix the error).&amp;nbsp; Any help with this or the MS VS option would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EGMguy_0-1736884419652.png" style="width: 944px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/61825i72879E8C8192D0E3/image-dimensions/944x73/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="944" height="73" role="button" title="EGMguy_0-1736884419652.png" alt="EGMguy_0-1736884419652.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 19:58:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1656989#M36831</guid>
      <dc:creator>EGMguy</dc:creator>
      <dc:date>2025-01-14T19:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1657003#M36832</link>
      <description>&lt;P&gt;You can not use the normal windows dark terminal for the above test. The normal window has not set up oneapi yet.&lt;/P&gt;
&lt;P&gt;You may follow the steps on this page:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2025-0/use-the-command-line-on-windows.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2025-0/use-the-command-line-on-windows.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;to launch the oneAPI windows command prompt. The terminal will first print out the oneAPI env initialization steps for you.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 21:37:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1657003#M36832</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2025-01-14T21:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1657007#M36833</link>
      <description>&lt;P&gt;In your Windows OS "start" menu, you should be able to search for: "Intel oneAPI command prompt for Intel 64 for Visual Studio 2022", which should initialize the oneAPI env for you.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 22:14:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1657007#M36833</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2025-01-14T22:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1657026#M36834</link>
      <description>&lt;P&gt;Hi, Shiquan_Su,&lt;/P&gt;&lt;P&gt;Indeed, that is what I did, but still get the error that ifx is not recognized.&amp;nbsp; However, after some searching I found that ifx.exe is located in C:\Program Files (x86)\Intel\oneAPI\compiler\2023.0.0\windows\bin.&amp;nbsp; There "ifx" is recognized.&amp;nbsp; I'll try working with this but hope that someone can come up with an easier solution going through MS VS.&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 23:39:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1657026#M36834</guid>
      <dc:creator>EGMguy</dc:creator>
      <dc:date>2025-01-14T23:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with using mkl module</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1657040#M36835</link>
      <description>&lt;P&gt;Hi, Shiquan_Su&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I may have serendipitously stumbled on the solution.&amp;nbsp; On the site: &lt;A href="https://stackoverflow.com/questions/79173586/how-to-force-intel-fortran-to-include-mkl-code-into-and-exe-mklsequential-2-dll" target="_blank"&gt;https://stackoverflow.com/questions/79173586/how-to-force-intel-fortran-to-include-mkl-code-into-and-exe-mklsequential-2-dll&lt;/A&gt; it is suggested to ensure that "in addition to using Math Kernel Library Sequential /Qmkl:sequential,... for Runtime library, you have to use /libs:static", which is done by selecting the project properties in MS VS and then going to Fortran&amp;gt;Libraries.&amp;nbsp; Then everything works (at least for the test program I had).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 00:48:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-using-mkl-module/m-p/1657040#M36835</guid>
      <dc:creator>EGMguy</dc:creator>
      <dc:date>2025-01-15T00:48:58Z</dc:date>
    </item>
  </channel>
</rss>

