<?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: optional/present not supported by Intel Fortran OneAPI Compiler (ifx) in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325412#M158136</link>
    <description>&lt;P&gt;I know, I am just reporting the issue.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 07:47:18 GMT</pubDate>
    <dc:creator>MehdiChinoune</dc:creator>
    <dc:date>2021-10-28T07:47:18Z</dc:date>
    <item>
      <title>optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325035#M158134</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I tried to build my code using the new Intel Fortran OneAPI Compiler (Beta), Unfortunately It doesn't support a basic Fortran95 feature of optional/present arguments&lt;/P&gt;
&lt;DIV data-index="156"&gt;
&lt;DIV class="js-check-step-line CheckStep-line d-flex log-line-plain"&gt;&lt;LI-CODE lang="none"&gt;error #5533: Feature found on this line is not yet supported in ifx 
    if( present(exchange) ) then&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Oct 2021 06:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325035#M158134</guid>
      <dc:creator>MehdiChinoune</dc:creator>
      <dc:date>2021-10-27T06:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325399#M158135</link>
      <description>&lt;P&gt;Clearly, ifx is not ready for routine use, but it is after all a beta version of a new compiler, so it is very likely to have more such limitations.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 06:57:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325399#M158135</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2021-10-28T06:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325412#M158136</link>
      <description>&lt;P&gt;I know, I am just reporting the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 07:47:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325412#M158136</guid>
      <dc:creator>MehdiChinoune</dc:creator>
      <dc:date>2021-10-28T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re:optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325438#M158137</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for contacting Intel Support.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Both OPTIONAL attribute and PRESENT intrinsic function are supported in ifx.&lt;/P&gt;&lt;P&gt;Intel has them mentioned in Intel® Fortran Compiler Classic and Intel® Fortran Compiler (Beta) Developer Guide and Reference.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;OPTIONAL page: &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/fortran-compiler-oneapi-dev-guide-and-reference/top/language-reference/a-to-z-reference/o-to-p/optional.html#optional" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/fortran-compiler-oneapi-dev-guide-and-reference/top/language-reference/a-to-z-reference/o-to-p/optional.html#optional&lt;/A&gt; &lt;/P&gt;&lt;P&gt;PRESENT page: &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/fortran-compiler-oneapi-dev-guide-and-reference/top/language-reference/a-to-z-reference/o-to-p/present.html#present" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/fortran-compiler-oneapi-dev-guide-and-reference/top/language-reference/a-to-z-reference/o-to-p/present.html#present&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Both these pages contains simple examples on how to use them. I have tried those examples with latest released ifx (2021.4.0) and examples compile and run successfully.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide your source code and the compilation command, so we are able to assist you?&lt;/P&gt;&lt;P&gt;Could you please also mention the compiler version you are using and OS information?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khalik.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2021 09:04:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325438#M158137</guid>
      <dc:creator>Khalik_K_Intel</dc:creator>
      <dc:date>2021-10-28T09:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re:optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325443#M158138</link>
      <description>&lt;P&gt;Source code:&amp;nbsp;&lt;A href="https://github.com/MehdiChinoune/tdcs-e-2e" target="_blank"&gt;MehdiChinoune/tdcs-e-2e (github.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Compilation command:&amp;nbsp;&lt;A href="https://github.com/MehdiChinoune/tdcs-e-2e/blob/intel_ifx/.github/workflows/testing.yml#L34" target="_blank"&gt;tdcs-e-2e/testing.yml at intel_ifx · MehdiChinoune/tdcs-e-2e (github.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Compiler version: 2021.4.0&lt;/P&gt;
&lt;P&gt;OS: Ubuntu 20.04&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;log:&amp;nbsp;&lt;A href="https://github.com/MehdiChinoune/tdcs-e-2e/runs/3778353135?check_suite_focus=true" target="_blank"&gt;2021.4 · MehdiChinoune/tdcs-e-2e@de75820 (github.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 09:19:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325443#M158138</guid>
      <dc:creator>MehdiChinoune</dc:creator>
      <dc:date>2021-10-28T09:19:06Z</dc:date>
    </item>
    <item>
      <title>Re:optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325461#M158140</link>
      <description>&lt;P&gt;Thank you for the provided information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We will investigate the issue and will get back to you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khalik.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2021 09:54:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325461#M158140</guid>
      <dc:creator>Khalik_K_Intel</dc:creator>
      <dc:date>2021-10-28T09:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re:optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325489#M158143</link>
      <description>&lt;P&gt;I don't know what have changed since last time, but it compiles now!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am just getting some linking errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: Found it, It was&amp;nbsp; -standard-semantics compile flag!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 12:43:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325489#M158143</guid>
      <dc:creator>MehdiChinoune</dc:creator>
      <dc:date>2021-10-28T12:43:33Z</dc:date>
    </item>
    <item>
      <title>Re:optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325864#M158172</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The error here is that compiler aborts when PRESENT intrinsic procedure is invoked and -standard-semantics option is specified.&lt;/P&gt;&lt;P&gt;This issue has already been reported to Intel Fortran development team and the development team is looking into fixing this issue in a future release.&lt;/P&gt;&lt;P&gt;I have provided information on your case to them.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In the meantime, I hope one of the workarounds is suitable for you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Compile with ifx, but without standard-semantics flag&lt;/LI&gt;&lt;LI&gt;Compile with ifort&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you do not have any further questions on this, then I am going to close this thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khalik.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2021 14:12:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325864#M158172</guid>
      <dc:creator>Khalik_K_Intel</dc:creator>
      <dc:date>2021-10-29T14:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re:optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325929#M158177</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you could also report that even after removing `-standard-semantics` from compilation flags, It fails to link the libarary!&lt;/P&gt;
&lt;P&gt;Feel free the close the thread.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 18:09:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1325929#M158177</guid>
      <dc:creator>MehdiChinoune</dc:creator>
      <dc:date>2021-10-29T18:09:05Z</dc:date>
    </item>
    <item>
      <title>Re:optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1326299#M158194</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for the update.&lt;/P&gt;&lt;P&gt;I have tried the full project without standard-semantics option and I see the following linker error when ifx is used:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;    ld: libtdcs_e_2e.so: version node not found for symbol conhyp_m@conhyp_m._&lt;/P&gt;&lt;P&gt;    ld: failed to set dynamic section sizes: bad value&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I assume that you are experiencing the same behavior. You should not (as I believe) see any other errors.&lt;/P&gt;&lt;P&gt;This looks like a bug in ifx, which has not been reported before, so I created the ticket to our Fortran development team.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your inputs!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khalik.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2021 14:20:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1326299#M158194</guid>
      <dc:creator>Khalik_K_Intel</dc:creator>
      <dc:date>2021-11-01T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1345577#M158903</link>
      <description>&lt;P&gt;still fails to compile with 2022.0&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x1362f1a]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x102d09d]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x1084382]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x1084356]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0xfc17c7]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0xfd07ff]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0xfd06e7]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x1086124]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x108a186]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10659a1]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x106667d]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10cd2d4]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10cfae2]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10d01b2]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10d243c]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10cfae2]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10d01b2]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10cd9a2]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10cfae2]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10cd05a]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x10cfae2]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0xf9d436]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0xf9cb71]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0x1116541]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x7f32fe2fa0b3]
/opt/intel/oneapi/compiler/2022.0.1/linux/bin-llvm/xfortcom[0xde27a9]

/home/runner/work/tdcs-e-2e/tdcs-e-2e/src/input.F90(18): error #5533: Feature found on this line is not yet supported in ifx 
    if( present(exchange) ) then
--------^
compilation aborted for /home/runner/work/tdcs-e-2e/tdcs-e-2e/src/input.F90 (code 3)&lt;/LI-CODE&gt;
&lt;P&gt;and still fails to link when removing "&lt;SPAN style="font-family: inherit;"&gt;-standard-semantics&lt;/SPAN&gt;"&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;[ 80%] Linking Fortran shared library libtdcs_e_2e.so
ld: libtdcs_e_2e.so: version node not found for symbol conhyp_m@conhyp_m._
ld: failed to set dynamic section sizes: bad value&lt;/LI-CODE&gt;
&lt;P&gt;in the latest &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-hpc-toolkit-release-notes.html" target="_blank" rel="noopener"&gt;release notes&lt;/A&gt;&amp;nbsp; they claimed&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Intel® Fortran Compiler, based on LLVM technology, is now fully production-ready for CPUs and GPUs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 04:54:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1345577#M158903</guid>
      <dc:creator>MehdiChinoune</dc:creator>
      <dc:date>2021-12-21T04:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1345592#M158904</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both issues which we have found in scope of current thread are being targeted by Intel Fortran Development teams.&lt;/P&gt;
&lt;P&gt;However, the fix is not ready yet and thus not available in released Intel® Fortran Compiler 2022.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are sorry for any inconvenience caused and will do our best to include both fixes in the upcoming releases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Khalik.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 06:21:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1345592#M158904</guid>
      <dc:creator>Khalik_K_Intel</dc:creator>
      <dc:date>2021-12-21T06:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1385165#M161360</link>
      <description>Still fails with 2022.1.0</description>
      <pubDate>Wed, 18 May 2022 06:58:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1385165#M161360</guid>
      <dc:creator>MehdiChinoune</dc:creator>
      <dc:date>2022-05-18T06:58:35Z</dc:date>
    </item>
    <item>
      <title>Re:optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1385361#M161373</link>
      <description>&lt;P&gt;Correct, the associated fixes have not yet been implemented at this time.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2022 19:22:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1385361#M161373</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2022-05-18T19:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re:optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1390282#M161649</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41994"&gt;@James_T_Intel&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/132516"&gt;@Khalik_K_Intel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;c.f.&amp;nbsp;&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;https://www.intel.com/content/www/us/en/developer/articles/technical/fortran-language-and-openmp-features-in-ifx.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You will note the above page states, "&lt;SPAN&gt;Fortran 95 is fully implemented, &lt;STRONG&gt;as are previous Fortran standards&lt;/STRONG&gt;.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;You will know the PRESENT intrinsic was added to the language standard with Fortran 90 revision and it was supported for ages with the foundational DEC Fortran compiler.&lt;/P&gt;
&lt;P&gt;Overall it is mind-boggling that something as basic as the PRESENT intrinsic is unsupported by the IFX compiler.&amp;nbsp; How is that even possible, how did IFX pass the tests relative to Fortran 90 standard?&amp;nbsp;&amp;nbsp;Will it possible for you to get the Fortran team to comment on this?&lt;/P&gt;
&lt;P&gt;Is it possible for someone at Intel to do an audit and see what else from Fortran 90, 95 standards is not supported by IFX yet?&lt;/P&gt;
&lt;P&gt;And update the above page with the corrected information so that the users can receive accurate guidance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 17:29:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1390282#M161649</guid>
      <dc:creator>FortranFan</dc:creator>
      <dc:date>2022-06-06T17:29:04Z</dc:date>
    </item>
    <item>
      <title>Re:optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1390287#M161650</link>
      <description>&lt;P&gt;The issue is not that PRESENT is unsupported.  It is implemented and supported.  There is a bug in the implementation, and the Fortran development team has it in their bug list to fix.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jun 2022 17:50:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1390287#M161650</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2022-06-06T17:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: optional/present not supported by Intel Fortran OneAPI Compiler (ifx)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1418548#M162967</link>
      <description>&lt;P&gt;Fixed in 2022.2.0&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 05:06:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/optional-present-not-supported-by-Intel-Fortran-OneAPI-Compiler/m-p/1418548#M162967</guid>
      <dc:creator>MehdiChinoune</dc:creator>
      <dc:date>2022-09-30T05:06:13Z</dc:date>
    </item>
  </channel>
</rss>

