<?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: DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432315#M163676</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the tarball.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code relies on the HDF5 library.&lt;/P&gt;
&lt;P&gt;I have included the tar file for the version of HDF5 I am using.&lt;/P&gt;
&lt;P&gt;It does not seem to compile with IFX and ICX, so I compiled it with IFORT and ICC/ICPC and that worked.&lt;/P&gt;
&lt;P&gt;That shoudl not be a probelm as the code compiled and ran fine on the XEON CPU node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will need to modify the Makefile to point to wherever the HDF5 is installed to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Ron&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2022 22:11:07 GMT</pubDate>
    <dc:creator>caplanr</dc:creator>
    <dc:date>2022-11-22T22:11:07Z</dc:date>
    <item>
      <title>DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1431966#M163645</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am on devcloud testing a Fortran DO CONCCURENT code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have sucessfully compiled it and ran it multi-threaded on the Xeon CPU nodes using "-qopenmp".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am now trying to compile it for use with the MAX GPU.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the following flags:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-O3 -fp-model precise -heap-arrays&amp;nbsp;-fiopenmp -fopenmp-target-do-concurrent -fopenmp-targets=spir64&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INTEL-DEVCLOUD: ~/diffuse_experimental $ make&lt;BR /&gt;ifx -c -O3 -fp-model precise -heap-arrays -I/home/u178585/ext_deps/deps/hdf5/include -fiopenmp -fopenmp-target-do-concurrent -fopenmp-targets=spir64 number_types.f&lt;BR /&gt;ifx -c -O3 -fp-model precise -heap-arrays -I/home/u178585/ext_deps/deps/hdf5/include -fiopenmp -fopenmp-target-do-concurrent -fopenmp-targets=spir64 zm_parse_modules.f&lt;BR /&gt;ifx -c -O3 -fp-model precise -heap-arrays -I/home/u178585/ext_deps/deps/hdf5/include -fiopenmp -fopenmp-target-do-concurrent -fopenmp-targets=spir64 zm_parse.f&lt;BR /&gt;ifx -c -O3 -fp-model precise -heap-arrays -I/home/u178585/ext_deps/deps/hdf5/include -fiopenmp -fopenmp-target-do-concurrent -fopenmp-targets=spir64 zm_sds_modules.f&lt;BR /&gt;ifx -c -O3 -fp-model precise -heap-arrays -I/home/u178585/ext_deps/deps/hdf5/include -fiopenmp -fopenmp-target-do-concurrent -fopenmp-targets=spir64 zm_sds.f&lt;BR /&gt;ifx -o diffuse_experimental_gpu.o -c -O3 -fp-model precise -heap-arrays -I/home/u178585/ext_deps/deps/hdf5/include -fiopenmp -fopenmp-target-do-concurrent -fopenmp-targets=spir64 diffuse_experimental.f&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x146924a]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x11501a2]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x11b6082]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x11b61b0]&lt;BR /&gt;/lib/x86_64-linux-gnu/libc.so.6(+0x3ef20)[0x7f92d2c7df20]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x2a9ecaf]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x2a9c8b2]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x2a999d1]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x222312d]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x1544355]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x221e2ad]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x1d0f68f]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x2231f2d]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x1d0b1ec]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x2022e7d]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x1d0d78c]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x202322d]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x1d0c5d3]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x202303d]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x1542f8e]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x201fffe]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x2220fed]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x1542f8e]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x10fcf51]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0x1259aec]&lt;BR /&gt;/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f92d2c60b97]&lt;BR /&gt;/glob/development-tools/versions/oneapi/2022.3.1/oneapi/compiler/2022.2.1/linux/bin-llvm/xfortcom[0xeeba29]&lt;/P&gt;
&lt;P&gt;/home/u178585/tmp/ifxqXVsvi.bc: error #5633: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;compilation aborted for /home/u178585/tmp/ifxqXVsvi.bc (code 3)&lt;BR /&gt;Makefile:43: recipe for target 'diffuse_experimental_gpu.o' failed&lt;BR /&gt;make: *** [diffuse_experimental_gpu.o] Error 3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas on what I am doing wrong?&lt;/P&gt;
&lt;P&gt;Or is this a compiler bug?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that this code was used in our publication:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://link.springer.com/chapter/10.1007/978-3-030-97759-7_1" target="_blank"&gt;https://link.springer.com/chapter/10.1007/978-3-030-97759-7_1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;which has all the codes and build scripts included.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Ron Caplan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 01:13:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1431966#M163645</guid>
      <dc:creator>caplanr</dc:creator>
      <dc:date>2022-11-22T01:13:08Z</dc:date>
    </item>
    <item>
      <title>Re:DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432225#M163662</link>
      <description>&lt;P&gt;Thanks for reporting this. I'll investigate. There's an awful lot of module files required to duplicate the ICE (Internal Compiler Error).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Nov 2022 17:05:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432225#M163662</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2022-11-22T17:05:08Z</dc:date>
    </item>
    <item>
      <title>Re:DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432234#M163663</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/265235"&gt;@caplanr&lt;/a&gt; Can you please upload just the files needed to reproduce this ICE? Small reproducers are better than the 15GB file you point to (unless I'm looking in the wrong place.) A gzip'd tar file would be awesome.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Nov 2022 17:33:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432234#M163663</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2022-11-22T17:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re:DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432277#M163670</link>
      <description>&lt;P&gt;Sure!&amp;nbsp; I will try to get that to you later today.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have access to my DevCloud account/folders?&amp;nbsp; That might be easiest?&lt;/P&gt;
&lt;P&gt;The code is setup in:&lt;/P&gt;
&lt;P&gt;/home/u178585/diffuse_experimental/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Ron&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 19:47:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432277#M163670</guid>
      <dc:creator>caplanr</dc:creator>
      <dc:date>2022-11-22T19:47:50Z</dc:date>
    </item>
    <item>
      <title>Re:DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432298#M163674</link>
      <description>&lt;P&gt;Thank you. Can you create the tar ball? I don't have ready access to DevCloud to grab it. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Nov 2022 21:03:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432298#M163674</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2022-11-22T21:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432315#M163676</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the tarball.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code relies on the HDF5 library.&lt;/P&gt;
&lt;P&gt;I have included the tar file for the version of HDF5 I am using.&lt;/P&gt;
&lt;P&gt;It does not seem to compile with IFX and ICX, so I compiled it with IFORT and ICC/ICPC and that worked.&lt;/P&gt;
&lt;P&gt;That shoudl not be a probelm as the code compiled and ran fine on the XEON CPU node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will need to modify the Makefile to point to wherever the HDF5 is installed to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Ron&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 22:11:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432315#M163676</guid>
      <dc:creator>caplanr</dc:creator>
      <dc:date>2022-11-22T22:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432525#M163681</link>
      <description>&lt;P&gt;Thank you! I appreciate this. I'll take a closer look.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 16:51:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432525#M163681</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2022-11-23T16:51:21Z</dc:date>
    </item>
    <item>
      <title>Re:DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432599#M163687</link>
      <description>&lt;P&gt;Good News! This ICE is resolved in the next release! This version of ifx will be part of oneAPI 2023.0 that is planned for release around the end of the year. DevCloud should have it available within a day or two of the announcement.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Nov 2022 20:52:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432599#M163687</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2022-11-23T20:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re:DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432603#M163688</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Ok cool!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I will give it a try after New Years&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;-Ron&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Nov 2022 20:54:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432603#M163688</guid>
      <dc:creator>caplanr</dc:creator>
      <dc:date>2022-11-23T20:54:27Z</dc:date>
    </item>
    <item>
      <title>Re:DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432604#M163689</link>
      <description>&lt;P&gt;This is the version I used.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier; font-size: 12px;"&gt;$ ifx --version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier; font-size: 12px;"&gt;ifx (IFORT) 2023.0.0 20221113&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Nov 2022 20:58:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1432604#M163689</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2022-11-23T20:58:37Z</dc:date>
    </item>
    <item>
      <title>Re:DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1443562#M164272</link>
      <description>&lt;P&gt;I just confirmed the that Internal Compiler Error is gone in the release of ifx that was made available in December.  Please try it!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jan 2023 18:16:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1443562#M164272</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-01-03T18:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re:DO CONCURRENT offload to Intel MAX GPU on DevCloud not compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1443612#M164279</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The compiler works and does not seg fault anymore.&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;- Ron&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 21:00:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/DO-CONCURRENT-offload-to-Intel-MAX-GPU-on-DevCloud-not-compiling/m-p/1443612#M164279</guid>
      <dc:creator>caplanr</dc:creator>
      <dc:date>2023-01-03T21:00:20Z</dc:date>
    </item>
  </channel>
</rss>

