<?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:Coarray does not work after updating to intel fortran 2024 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548027#M169475</link>
    <description>&lt;P&gt;Are you building with ifx or ifort? With this release ifx is the default compiler with VS.&lt;/P&gt;&lt;P&gt;I just compiled and ran a hello_coarray.f90 program in a Windows command window successfully using ifx 2024.0.0.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Nov 2023 21:58:48 GMT</pubDate>
    <dc:creator>Barbara_P_Intel</dc:creator>
    <dc:date>2023-11-27T21:58:48Z</dc:date>
    <item>
      <title>Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1547581#M169427</link>
      <description>&lt;P&gt;After updating to the new compiler version, coarray fortran does not work at all. Building in visual studio does not return errors, but the program instantly closes. It does not matter what the program is. Output from debug is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;'Coarray.exe' (Win32): Loaded 'C:\Water simulation\Coarray\x64\Debug\Coarray.exe'. Symbols loaded.
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140d.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbased.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Program Files (x86)\Intel\oneAPI\compiler\2024.0\bin\libifcoremdd.dll'. Module was built without symbols.
'Coarray.exe' (Win32): Loaded 'C:\Program Files (x86)\Intel\oneAPI\compiler\2024.0\bin\libicaf.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\imagehlp.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Program Files (x86)\Intel\oneAPI\compiler\2024.0\bin\libmmd.dll'. Symbols loaded without source information.
'Coarray.exe' (Win32): Loaded 'C:\Program Files (x86)\Intel\oneAPI\mpi\2021.11\bin\impi.dll'. Symbols loaded without source information.
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. 
'Coarray.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. 
The thread 0x4360 has exited with code 1090191 (0x10a28f).
The thread 0x29e8 has exited with code 1090191 (0x10a28f).
The thread 0x1f48 has exited with code 1090191 (0x10a28f).
The program '[9812] Coarray.exe' has exited with code 1090191 (0x10a28f).&lt;/LI-CODE&gt;&lt;P&gt;Am i missing something? I already tried reinstalling everything.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 22:07:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1547581#M169427</guid>
      <dc:creator>Chem</dc:creator>
      <dc:date>2023-11-26T22:07:34Z</dc:date>
    </item>
    <item>
      <title>Re:Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548027#M169475</link>
      <description>&lt;P&gt;Are you building with ifx or ifort? With this release ifx is the default compiler with VS.&lt;/P&gt;&lt;P&gt;I just compiled and ran a hello_coarray.f90 program in a Windows command window successfully using ifx 2024.0.0.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Nov 2023 21:58:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548027#M169475</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-11-27T21:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548047#M169479</link>
      <description>&lt;P&gt;Same thing happens with both compilers.&amp;nbsp; If i try to run the executable file directly from&amp;nbsp; i get 2 errors: missing libicaf.dll and libifcoremdd.dll.&lt;/P&gt;&lt;P&gt;But i compiled from intel oneAPI command prompt and there it works. I assume something is wrong with my installation and will recheck.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 22:43:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548047#M169479</guid>
      <dc:creator>Chem</dc:creator>
      <dc:date>2023-11-27T22:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548054#M169480</link>
      <description>&lt;P&gt;Can you zip up your solution and post it here? I'm happy to see what happens in my environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 23:14:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548054#M169480</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-11-27T23:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548102#M169484</link>
      <description>&lt;P&gt;It sounds to me as if PATH did not get properly updated to include the redistributable libraries. First thing to do is reboot - I have seen cases where PATH updates from new installs don't take effect immediately. The next thing is to do a "repair" on the compiler install (or oneAPI toolkit if that's what you used.)&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 01:20:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548102#M169484</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-11-28T01:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548350#M169512</link>
      <description>&lt;P&gt;I have tried that and nothing changed.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 15:29:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548350#M169512</guid>
      <dc:creator>Chem</dc:creator>
      <dc:date>2023-11-28T15:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548355#M169514</link>
      <description>&lt;P&gt;Sure. It's just the example project with an added&amp;nbsp; 'read*' line. Same thing happens with every coarray project.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 15:36:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548355#M169514</guid>
      <dc:creator>Chem</dc:creator>
      <dc:date>2023-11-28T15:36:44Z</dc:date>
    </item>
    <item>
      <title>Re:Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548526#M169539</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/325788"&gt;@Chem&lt;/a&gt;, your solution worked for me. I got a bunch of "Hello World" and then it failed because more than one image was trying to do that "read*".&lt;/P&gt;&lt;P&gt;As &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/5442"&gt;@Steve_Lionel&lt;/a&gt; wrote it looks like the PATH or something else in your environment isn't right. What software did you install? I installed the HPC Toolkit 2024.0.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2023 21:26:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548526#M169539</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-11-28T21:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548549#M169541</link>
      <description>&lt;P&gt;I installed Base and HPC toolkit 2024.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 22:41:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548549#M169541</guid>
      <dc:creator>Chem</dc:creator>
      <dc:date>2023-11-28T22:41:40Z</dc:date>
    </item>
    <item>
      <title>Re:Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548553#M169543</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Can you please provide the copy of the About page? Inside VS, click Help &amp;gt;About MS VS and click Copy Info and paste it in the post.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2023 22:58:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548553#M169543</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-11-28T22:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548555#M169544</link>
      <description>&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;Microsoft Visual Studio Community 2022&lt;BR /&gt;Version 17.8.1&lt;BR /&gt;VisualStudio.17.Release/17.8.1+34316.72&lt;BR /&gt;Microsoft .NET Framework&lt;BR /&gt;Version 4.8.09037&lt;/P&gt;&lt;P&gt;Installed Version: Community&lt;/P&gt;&lt;P&gt;Visual C++ 2022 00482-90000-00000-AA509&lt;BR /&gt;Microsoft Visual C++ 2022&lt;/P&gt;&lt;P&gt;ASP.NET and Web Tools 17.8.352.38654&lt;BR /&gt;ASP.NET and Web Tools&lt;/P&gt;&lt;P&gt;Azure App Service Tools v3.0.0 17.8.352.38654&lt;BR /&gt;Azure App Service Tools v3.0.0&lt;/P&gt;&lt;P&gt;C# Tools 4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a&lt;BR /&gt;C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.&lt;/P&gt;&lt;P&gt;Common Azure Tools 1.10&lt;BR /&gt;Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.&lt;/P&gt;&lt;P&gt;Cookiecutter 17.0.23262.1&lt;BR /&gt;Provides tools for finding, instantiating and customizing templates in cookiecutter format.&lt;/P&gt;&lt;P&gt;Intel® C++ Compiler 2024.0&lt;BR /&gt;Intel® C++ Compiler 2024.0, Copyright © 2002-2023 Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;Intel® DPC++ Compatibility Tool 2024.0&lt;BR /&gt;Intel® DPC++ Compatibility Tool 2024.0, Copyright © 2019-2023 Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;Intel® Fortran Compiler 2024.0&lt;BR /&gt;Intel® Fortran Compiler 2024.0, Copyright © 2002-2023 Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;Intel® Inspector 2024 1.3.21&lt;BR /&gt;Intel® Inspector 2024, (Plugin Version 1.3.21), Copyright © 2009-2023 Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;Intel® Libraries for oneAPI 2024.0&lt;BR /&gt;Intel® Libraries for oneAPI 2024.0, Copyright © 2019-2023 Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;Intel® oneAPI DPC++ Compiler 2024.0&lt;BR /&gt;Intel® oneAPI DPC++ Compiler 2024.0, Copyright © 2019-2023 Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;Intel® oneAPI Menu &amp;amp; Samples 10.10.392.9731&lt;BR /&gt;Intel® oneAPI Visual Studio Menu &amp;amp; Samples Extension&lt;/P&gt;&lt;P&gt;Microsoft JVM Debugger 1.0&lt;BR /&gt;Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines&lt;/P&gt;&lt;P&gt;NuGet Package Manager 6.8.0&lt;BR /&gt;NuGet Package Manager in Visual Studio. For more information about NuGet, visit &lt;A href="https://docs.nuget.org/" target="_blank"&gt;https://docs.nuget.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Python - Django support 17.0.23262.1&lt;BR /&gt;Provides templates and integration for the Django web framework.&lt;/P&gt;&lt;P&gt;Python - Profiling support 17.0.23262.1&lt;BR /&gt;Profiling support for Python projects.&lt;/P&gt;&lt;P&gt;Python with Pylance 17.0.23262.1&lt;BR /&gt;Provides IntelliSense, projects, templates, debugging, interactive windows, and other support for Python developers.&lt;/P&gt;&lt;P&gt;Test Adapter for Boost.Test 1.0&lt;BR /&gt;Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.&lt;/P&gt;&lt;P&gt;Test Adapter for Google Test 1.0&lt;BR /&gt;Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.&lt;/P&gt;&lt;P&gt;TypeScript Tools 17.0.20920.2001&lt;BR /&gt;TypeScript Tools for Microsoft Visual Studio&lt;/P&gt;&lt;P&gt;Visual Basic Tools 4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a&lt;BR /&gt;Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.&lt;/P&gt;&lt;P&gt;Visual F# Tools 17.8.0-beta.23475.2+10f956e631a1efc0f7f5e49c626c494cd32b1f50&lt;BR /&gt;Microsoft Visual F# Tools&lt;/P&gt;&lt;P&gt;Visual Studio IntelliCode 2.2&lt;BR /&gt;AI-assisted development for Visual Studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 23:01:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548555#M169544</guid>
      <dc:creator>Chem</dc:creator>
      <dc:date>2023-11-28T23:01:56Z</dc:date>
    </item>
    <item>
      <title>Re:Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548815#M169566</link>
      <description>&lt;P&gt;Thank you for the information. That looks like what I have installed. &lt;/P&gt;&lt;P&gt;Since I can't reproduce your issue, I don't have a solution for you. Perhaps deinstall the 2024.0 Base and HPC Toolkits and VS 2022 and reinstall.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2023 16:21:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548815#M169566</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-11-29T16:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548899#M169577</link>
      <description>&lt;P&gt;Please do this. Open a regular command prompt (type CMD in the Windows search box) and open Command Prompt.) Change default (CD command) to a folder you can write to, then type:&lt;/P&gt;&lt;P&gt;SET PATH &amp;gt; path.txt&lt;/P&gt;&lt;P&gt;attach path.txt to a reply here.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 19:21:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548899#M169577</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-11-29T19:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548903#M169578</link>
      <description>&lt;P&gt;Here it is:&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 19:36:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1548903#M169578</guid>
      <dc:creator>Chem</dc:creator>
      <dc:date>2023-11-29T19:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1549362#M169645</link>
      <description>&lt;P&gt;Thanks. You're missing the following folders in the definition:&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt&lt;BR /&gt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler&lt;BR /&gt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt&lt;BR /&gt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler&lt;/P&gt;&lt;P&gt;If a reboot doesn't make these appear, uninstall Intel Fortran and reinstall it. It works from the Fortran command prompt because the required folders are added to PATH by the setupvars script. They should be in the system PATH as well.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 20:40:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1549362#M169645</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-11-30T20:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Coarray does not work after updating to intel fortran 2024</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1582222#M171355</link>
      <description>&lt;P&gt;There's more. I gave instructions for how to fix this in&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/I-m-struggling-with-the-coarray-implementation-in-Intel-Fortran/m-p/1582221/highlight/true#M171354" target="_blank"&gt;Re: I'm struggling with the coarray implementation in Intel Fortran Compiler (IFX) 2024 and Visual S - Intel Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The compiler installer is not properly updating PATH to include the two MPI folders needed for coarray programs. (It may also not be updating for the Fortran language DLLs either.)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 20:36:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Coarray-does-not-work-after-updating-to-intel-fortran-2024/m-p/1582222#M171355</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2024-03-20T20:36:33Z</dc:date>
    </item>
  </channel>
</rss>

