<?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: Run time erros for fortran coarrays in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405462#M162283</link>
    <description>&lt;P&gt;This is what I get when I do that&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="Screenshot from 2022-08-02 08-26-52.png" style="width: 774px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/32275iA11700DD7B0701B7/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot from 2022-08-02 08-26-52.png" alt="Screenshot from 2022-08-02 08-26-52.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2022 15:28:49 GMT</pubDate>
    <dc:creator>calcaneo</dc:creator>
    <dc:date>2022-08-02T15:28:49Z</dc:date>
    <item>
      <title>Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404686#M162248</link>
      <description>&lt;P&gt;We have successfully installed the Fortran compiler and are able do compile code. The problem is we cannot seem to run de code on more than 15 processors. Our server has 56 processors available to us, but the code hangs if we try to run on more than 15.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does any one have an idea what could we be doing wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 21:20:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404686#M162248</guid>
      <dc:creator>calcaneo</dc:creator>
      <dc:date>2022-07-29T21:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404692#M162249</link>
      <description>&lt;P&gt;What server OS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 21:50:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404692#M162249</guid>
      <dc:creator>MWind2</dc:creator>
      <dc:date>2022-07-29T21:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404759#M162250</link>
      <description>&lt;P&gt;Your title says errors, but the text says hangs. Could it be that your application isn't coded in such a way to scale beyond 15 images? What happens if you try a simple program such as this?&lt;/P&gt;
&lt;P&gt;program caftest&lt;BR /&gt;print *, "Hello from image ", this_image()&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 13:11:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404759#M162250</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-07-30T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404797#M162252</link>
      <description>&lt;P&gt;Oooops! Thank you for your patience!&lt;BR /&gt;&lt;BR /&gt;We are running debian 11 ( &lt;EM&gt;bullseye) . &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The code compiles fine and will run on up to (but not including) 16 processors &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt; &lt;LI-EMOJI id="lia_face-with-tongue" title=":face_with_tongue:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 22:37:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404797#M162252</guid>
      <dc:creator>calcaneo</dc:creator>
      <dc:date>2022-07-30T22:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404798#M162253</link>
      <description>&lt;P&gt;The code works fine with gfortran on up to 28 processors, it is a simple program such as de the one you mention.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;The code compiles fine and will run on up to (but not including) 16 processors &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt; &lt;LI-EMOJI id="lia_face-with-tongue" title=":face_with_tongue:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Thanks for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 22:38:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404798#M162253</guid>
      <dc:creator>calcaneo</dc:creator>
      <dc:date>2022-07-30T22:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404816#M162256</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN class="sub_section_element_selectors"&gt;Our server has 56 processors available to us&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;The code works fine with gfortran on up to 28 processors&lt;/P&gt;
&lt;P&gt;Does this mean gfortran fails using 29 or more (logical) processors?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2022 01:47:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404816#M162256</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2022-07-31T01:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404822#M162257</link>
      <description>&lt;P&gt;Also, it wouldn't hurt to run Steve's test program. If that works, then you "simple program" has an issue with the code.&lt;/P&gt;
&lt;P&gt;Conversely, if Steve's program hangs (16 or above logical processors), then the issue is elsewhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note, coarrays is implemented using MPI. The system manager can (and often do) restrict the number of processes an application can use. And this may differ between different vendors versions of MPI. If your code is written (as an example) to expect 16 processes, however the system supplies 15 processes, then poorly written code might hang.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2022 01:54:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404822#M162257</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2022-07-31T01:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404969#M162259</link>
      <description>&lt;P&gt;You still haven't said what exactly goes wrong. If there is an error message, please show us the complete and exact text.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2022 18:14:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1404969#M162259</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-07-31T18:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405221#M162265</link>
      <description>&lt;P&gt;Thank you so much for your time on this subject.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is our code:&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;!! test.f90&lt;BR /&gt;!! &lt;BR /&gt;!! Made by (Carlos Calcaneo Roldan)&lt;BR /&gt;!! Login &amp;lt;calcaneo@acf01&amp;gt;&lt;BR /&gt;!! &lt;BR /&gt;!! Started on Mon Aug 1 12:42:15 2022 Carlos Calcaneo Roldan&lt;BR /&gt;!! Last update Time-stamp: &amp;lt;01-ago-2022 12:42:43 calcaneo&amp;gt;&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;program caftest&lt;BR /&gt;print *, "Hello from image ", this_image()&lt;BR /&gt;end program caftest&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An this is how we compile:&lt;/P&gt;
&lt;P&gt;ifort -coarray=distributed -coarray-num-images=8 test.f90 -o test&amp;nbsp; (eg for 8 processors). &lt;BR /&gt;&lt;BR /&gt;I am attaching the result, when we use more than 15 processors the program does not respond ans we have to make a hard break. &lt;BR /&gt;&lt;BR /&gt;Thank you very much for your time. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 19:48:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405221#M162265</guid>
      <dc:creator>calcaneo</dc:creator>
      <dc:date>2022-08-01T19:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405231#M162266</link>
      <description>&lt;P&gt;Try setting the (an) environment variable &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-linux/top/analysis-and-tuning/displaying-mpi-debug-information.html" target="_self"&gt;I_MPI_DEBUG&lt;/A&gt;=5&lt;/P&gt;
&lt;P&gt;Then run the program (with more than 15 processes).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 20:29:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405231#M162266</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2022-08-01T20:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405240#M162267</link>
      <description>&lt;P&gt;What version of the Intel Fortran compiler are you using?&lt;/P&gt;
&lt;P&gt;If you are running on a single server, you can use -coarray=shared. Does that work for more than 15 processes?&lt;/P&gt;
&lt;P&gt;What MPI fabric are you using? There is a known bug with OFI/mlx over IB and using distributed coarrays&amp;nbsp;&lt;SPAN&gt;. As a workaround, try setting this environment variable:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MPIR_CVAR_CH4_OFI_ENABLE_RMA=0. Another workaround is to use OFI/psm3.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 21:21:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405240#M162267</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2022-08-01T21:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405462#M162283</link>
      <description>&lt;P&gt;This is what I get when I do that&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="Screenshot from 2022-08-02 08-26-52.png" style="width: 774px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/32275iA11700DD7B0701B7/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot from 2022-08-02 08-26-52.png" alt="Screenshot from 2022-08-02 08-26-52.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 15:28:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405462#M162283</guid>
      <dc:creator>calcaneo</dc:creator>
      <dc:date>2022-08-02T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405465#M162284</link>
      <description>&lt;P&gt;Im afraid It still hangs&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="Screenshot from 2022-08-02 08-30-51.png" style="width: 774px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/32276i2B9804F0A0CE2413/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot from 2022-08-02 08-30-51.png" alt="Screenshot from 2022-08-02 08-30-51.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 15:31:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405465#M162284</guid>
      <dc:creator>calcaneo</dc:creator>
      <dc:date>2022-08-02T15:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405476#M162285</link>
      <description>&lt;P&gt;Sorry, I forgot to mention, we are using Intel parallel studio 2017&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 16:15:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405476#M162285</guid>
      <dc:creator>calcaneo</dc:creator>
      <dc:date>2022-08-02T16:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405483#M162286</link>
      <description>&lt;P&gt;Can you please upgrade to the current compiler release? ifort is now at 2021.6.0. The Fortran compilers are available as part of the oneAPI HPC Toolkit. You can download it &lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html#gs.84j3tu" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I suspect there are bug fixes in the last 4 years that may impact your issue.&lt;/P&gt;
&lt;P&gt;BTW,&amp;nbsp;&lt;SPAN&gt;MPIR_CVAR_CH4_OFI_ENABLE_RMA=0 only impacts distributed coarrays using IB.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 16:55:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405483#M162286</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2022-08-02T16:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405493#M162287</link>
      <description>&lt;P&gt;Thank you so much Barbara!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can know play with this compiler!!! We have succeeded in installing and compiling the "hello world" code, so now the work begins! (please see image)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot express how much I appreciate your time, you just helps us immensely.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you have a wonderful day! &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2022-08-02 10-49-21.png" style="width: 774px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/32278i15723435D6A310B7/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot from 2022-08-02 10-49-21.png" alt="Screenshot from 2022-08-02 10-49-21.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 17:50:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405493#M162287</guid>
      <dc:creator>calcaneo</dc:creator>
      <dc:date>2022-08-02T17:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405496#M162288</link>
      <description>&lt;P&gt;GOOD NEWS!!&amp;nbsp; But please use ifort for now. It looks like you might have used ifx.&lt;/P&gt;
&lt;P data-unlink="true"&gt;Be aware that ifx has limited co-array support; we sneaked it in there. &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt; With the next release co-array support is planned to be complete and official. See &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/technical/fortran-language-and-openmp-features-in-ifx.html" target="_blank" rel="noopener"&gt;this article&lt;/A&gt;&amp;nbsp;for information about the Fortran and OpenMP implementations in ifx available today.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 17:58:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405496#M162288</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2022-08-02T17:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405498#M162289</link>
      <description>&lt;P&gt;Ooops. Thanks for the heads up the reality is that we are exploring still. But now ate least we know the compiler is working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 18:19:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1405498#M162289</guid>
      <dc:creator>calcaneo</dc:creator>
      <dc:date>2022-08-02T18:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1453435#M164891</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for mentioning the fix for the coarray fortran MLX over IB bug - I am currently trying to do this and tried both bug fixes you recommended but I still cannot get it working. I am using intel-oneapi-compilers/2022.0.2 and&amp;nbsp;intel-oneapi-mpi/2021.4.0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UCX version&amp;nbsp;1.12.1 shows the following transports available:&lt;/P&gt;
&lt;P&gt;# Transport: posix&lt;BR /&gt;# Transport: sysv&lt;BR /&gt;# Transport: self&lt;BR /&gt;# Transport: tcp&lt;BR /&gt;# Transport: tcp&lt;BR /&gt;# Transport: tcp&lt;BR /&gt;# Transport: rc_verbs&lt;BR /&gt;# Transport: rc_mlx5&lt;BR /&gt;# Transport: dc_mlx5&lt;BR /&gt;# Transport: ud_verbs&lt;BR /&gt;# Transport: ud_mlx5&lt;BR /&gt;# Transport: cma&lt;/P&gt;
&lt;P&gt;However, when I set&amp;nbsp;export I_MPI_OFI_PROVIDER=mlx I don't get anywhere. Do you know of any other fixes for using distributed coarrays over mlx?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 01:07:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1453435#M164891</guid>
      <dc:creator>as14</dc:creator>
      <dc:date>2023-02-05T01:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Run time erros for fortran coarrays</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1453857#M164931</link>
      <description>&lt;P&gt;Can you please install the latest compilers that are part of oneAPI 2023.0 that was released in December 2023? Then compile and run again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 22:05:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-time-erros-for-fortran-coarrays/m-p/1453857#M164931</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-02-06T22:05:30Z</dc:date>
    </item>
  </channel>
</rss>

