<?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: Test_CPUtime builds and runs using IFORT but gets build errors using IFX in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457005#M165140</link>
    <description>&lt;P&gt;Zip file is attached. I made the change to subsystem:console and that does work for this test program except for the side effect that the program does not persist on the monitor after it finishes executing (it does persist when using IFORT).&lt;/P&gt;
&lt;P&gt;As a heads up, I also submitted two other test programs yesterday and this fix does not work on them.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 18:35:27 GMT</pubDate>
    <dc:creator>rivkin__steve</dc:creator>
    <dc:date>2023-02-17T18:35:27Z</dc:date>
    <item>
      <title>Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1456734#M165122</link>
      <description>&lt;P&gt;Test_CPUtime builds and runs using IFORT but gets build errors using IFX. A test driver, subroutine, and project files are attached.&lt;/P&gt;
&lt;P&gt;First build it using IFORT and run it. Then try to build it using IFX.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 22:37:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1456734#M165122</guid>
      <dc:creator>rivkin__steve</dc:creator>
      <dc:date>2023-02-16T22:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1456955#M165133</link>
      <description>&lt;P&gt;The current versions of IFort (Build 20221119) and IFx (Build 20221201) have no trouble with the code that you provided, on Windows 11. I built in the command window.&lt;/P&gt;
&lt;P&gt;You did not attach any project files; that did not matter to me, but there may be information in build logs that may help troubleshoot issues on your machine.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 14:52:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1456955#M165133</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2023-02-17T14:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1456971#M165135</link>
      <description>&lt;P&gt;I did attach project files but the new Intel hosting service removed them with an error message stating it does not accept vfproj files or sln files.&amp;nbsp; Moving on:&lt;/P&gt;
&lt;P&gt;I downloaded both compilers on 1/13/2023. IFX is version 2023.0.0 and IFORT is v2021.8.0. I am using Windows 11 Pro. This is a QuickWin build like almost all of my other programs.&lt;/P&gt;
&lt;P&gt;Here is a copy of the compiler command line:&lt;/P&gt;
&lt;P&gt;/nologo /O3 /QxHost /Qopenmp /fpscomp:general /stand:f18 /warn:all /fpe:0 /module:"x64\Release/" /object:"x64\Release/" /Fd"x64\Release\vc170.pdb" /traceback /check:none /libs:qwin /Qmkl:parallel /c&lt;/P&gt;
&lt;P&gt;Here is a copy of the linker command line:&lt;/P&gt;
&lt;P&gt;/OUT:"x64\Release/Test_CPUtime.exe" /MANIFEST /MANIFESTFILE:"x64\Release\Test_CPUtime.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:WINDOWS /STACK:1234567890,1234567890 /IMPLIB:"D:\Test_CPUtime\x64\Release\Test_CPUtime.lib"&lt;/P&gt;
&lt;P&gt;Here is the build error:&lt;/P&gt;
&lt;P&gt;Rebuild started...&lt;BR /&gt;1&amp;gt;------ Rebuild All started: Project: Test_CPUtime (IFX), Configuration: Release x64 ------&lt;BR /&gt;Deleting intermediate files and output files for project 'Test_CPUtime', configuration 'Release|x64'.&lt;BR /&gt;Compiling with Intel® Fortran Compiler 2023.0.0 [Intel(R) 64]...&lt;BR /&gt;CPUTIME.F90&lt;BR /&gt;Test_CPUtime.f90&lt;BR /&gt;Compiling manifest to resources...&lt;BR /&gt;Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384&lt;BR /&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;BR /&gt;Linking...&lt;BR /&gt;Microsoft (R) Incremental Linker Version 14.34.31937.0&lt;BR /&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;BR /&gt;/OUT:x64\Release/Test_CPUtime.exe&lt;BR /&gt;/MANIFEST&lt;BR /&gt;/MANIFESTFILE:x64\Release\Test_CPUtime.exe.intermediate.manifest&lt;BR /&gt;"/MANIFESTUAC:level='asInvoker' uiAccess='false'"&lt;BR /&gt;/SUBSYSTEM:WINDOWS&lt;BR /&gt;/STACK:1234567890,1234567890&lt;BR /&gt;/IMPLIB:D:\Test_CPUtime\x64\Release\Test_CPUtime.lib&lt;BR /&gt;x64\Release/CPUTIME.obj&lt;BR /&gt;x64\Release/Test_CPUtime.obj&lt;BR /&gt;x64\Release\Test_CPUtime.exe.embed.manifest.res&lt;BR /&gt;libcmt.lib(exe_winmain.obj) : error LNK2019: unresolved external symbol WinMain referenced in function "int __cdecl __scrt_common_main_seh(void)" (?__scrt_common_main_seh@@YAHXZ)&lt;BR /&gt;x64\Release\Test_CPUtime.exe : fatal error LNK1120: 1 unresolved externals&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 16:10:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1456971#M165135</guid>
      <dc:creator>rivkin__steve</dc:creator>
      <dc:date>2023-02-17T16:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1456996#M165138</link>
      <description>&lt;P&gt;Put the project/solution files in a ZIP and attach.&lt;/P&gt;
&lt;P&gt;The error you're seeing is from the project type being a "Windows" application and not a Console application. What may be contributing to this confusion (you're not the first I've seen recently) is that the list of project types you can select from in Visual Studio, and I think this changed recently, has TWO different "Empty Project" types - one is console and the other windows. If you're not paying attention to the little tags. you might pick the wrong one.&lt;/P&gt;
&lt;P&gt;A simple fix may be to change the project property Linker &amp;gt; System &amp;gt; Subsystem to Console.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 17:48:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1456996#M165138</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-02-17T17:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457005#M165140</link>
      <description>&lt;P&gt;Zip file is attached. I made the change to subsystem:console and that does work for this test program except for the side effect that the program does not persist on the monitor after it finishes executing (it does persist when using IFORT).&lt;/P&gt;
&lt;P&gt;As a heads up, I also submitted two other test programs yesterday and this fix does not work on them.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 18:35:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457005#M165140</guid>
      <dc:creator>rivkin__steve</dc:creator>
      <dc:date>2023-02-17T18:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457070#M165146</link>
      <description>&lt;P&gt;Ah, this is a QuickWin project. Not currently supported by IFX for some bizarre reason. See&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/Addition-of-QuickWin-library-to-ifx/m-p/1454275/highlight/true#M164960" target="_blank"&gt;Re: Addition of QuickWin library to ifx - Intel Communities&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 22:46:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457070#M165146</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-02-17T22:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457073#M165147</link>
      <description>&lt;P&gt;I added "ifqwin.lib ifqw_mdi.lib user32.lib comctl32.lib gdi32.lib comdlg32.lib" to the linker input additional dependencies on the Test_GUI program and now it builds without errors but at runtime throws "Internal Error - unexpected error file qwgutil.c line 2783.&lt;/P&gt;
&lt;P&gt;I guess I just need to wait until Intel starts supporting QuickWin within IFX. Is there a time estimate when that is expected to be completed?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 23:10:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457073#M165147</guid>
      <dc:creator>rivkin__steve</dc:creator>
      <dc:date>2023-02-17T23:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457086#M165148</link>
      <description>&lt;P&gt;I don't know why it isn't supported, as that makes no sense to me. The library is shared with ifort.&amp;nbsp; Sometimes that sort of error comes from an error in the source, but there may be something else going on. The QuickWin examples I tried all worked. Barbara from Intel filed a ticket with engineering - I'm curious as to what they say.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 00:21:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457086#M165148</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-02-18T00:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457916#M165186</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/226045"&gt;@Barbara&lt;/a&gt; from Intel: what date will Intel add QuickWin support to IFX ? (It has been in IFORT for decades).&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 16:03:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457916#M165186</guid>
      <dc:creator>rivkin__steve</dc:creator>
      <dc:date>2023-02-21T16:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457953#M165192</link>
      <description>&lt;P&gt;Hello, I'm replying, because I got an e-mail notofication about being mentioned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, my answer is: why on earth did I come across as working for Intel? I'm a customer myself.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 18:14:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457953#M165192</guid>
      <dc:creator>Barbara</dc:creator>
      <dc:date>2023-02-21T18:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457981#M165200</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/226045"&gt;@Barbara&lt;/a&gt;, I think&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/109686"&gt;@rivkin__steve&lt;/a&gt;&amp;nbsp; got his "Barbara"s mixed up.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 19:47:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457981#M165200</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-02-21T19:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457982#M165201</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/109686"&gt;@rivkin__steve&lt;/a&gt;, ifx support of QuickWin is a work in progress. Don't look for it in the next release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 19:47:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457982#M165201</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-02-21T19:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457990#M165203</link>
      <description>&lt;P&gt;When is the approximate date IFX will have QuickWin support? And did you read Steve Lionel's comment above?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 20:17:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1457990#M165203</guid>
      <dc:creator>rivkin__steve</dc:creator>
      <dc:date>2023-02-21T20:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1510561#M167495</link>
      <description>&lt;P&gt;The recent update using BaseKit v2023.2.0.49396 did not resolve the issue with CPUTIME after installing todays patch w_ifort_runtime v2023.2.1.19&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 19:13:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1510561#M167495</guid>
      <dc:creator>rivkin__steve</dc:creator>
      <dc:date>2023-08-02T19:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1510948#M167514</link>
      <description>&lt;P&gt;I just downloaded the .zip file, recompiled and ran using the .sln file in the .zip you attached. What output are you expecting? This is what I got.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Barbara_P_Intel_0-1691089788246.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/44303i259F8AAD42899CE8/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Barbara_P_Intel_0-1691089788246.png" alt="Barbara_P_Intel_0-1691089788246.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I double checked. I compiled with ifx 2023.2.0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 19:15:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1510948#M167514</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-08-03T19:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1510992#M167524</link>
      <description>&lt;P&gt;After rebooting I still got a RTL error. Screenshot attached. Is there an ifx equivalent to the&amp;nbsp;&lt;SPAN&gt;w_ifort_runtime v2023.2.1.19?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And yes your output is the expected output.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 21:23:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1510992#M167524</guid>
      <dc:creator>rivkin__steve</dc:creator>
      <dc:date>2023-08-03T21:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1511754#M167568</link>
      <description>&lt;P&gt;ifx and ifort share the same runtime libraries.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You mention that you installed the Base Toolkit. Did you also install the HPC Toolkit? The Fortran compilers and their libraries are included there.&lt;/P&gt;
&lt;P&gt;Or you can install just the Fortran compilers as Ron outlines in this &lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/The-Easy-and-Fast-Way-to-Install-JUST-Fortran-with-Intel-oneAPI/m-p/1360571#M160118" target="_blank" rel="noopener"&gt;post&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 16:35:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1511754#M167568</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-08-07T16:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1511772#M167569</link>
      <description>&lt;P&gt;I installed the Base Toolkit, HPC Toolkit, and the&amp;nbsp;&lt;SPAN&gt;w_ifort_runtime v2023.2.1.19, in that order, within minutes of each successive installation, and without rebooting. Rebooting is not a requirement, but I did reboot the next day.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 17:13:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1511772#M167569</guid>
      <dc:creator>rivkin__steve</dc:creator>
      <dc:date>2023-08-07T17:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1511849#M167571</link>
      <description>&lt;P&gt;Why did you install the runtime libraries? They are part of the HPC Toolkit.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 20:39:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1511849#M167571</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-08-07T20:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Test_CPUtime builds and runs using IFORT but gets build errors using IFX</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1511927#M167573</link>
      <description>&lt;P&gt;Because Intel requested us to do so on 8/01/2023.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rivkin__steve_0-1691463184707.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/44396iD58B15453F79D857/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="rivkin__steve_0-1691463184707.jpeg" alt="rivkin__steve_0-1691463184707.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 02:54:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Test-CPUtime-builds-and-runs-using-IFORT-but-gets-build-errors/m-p/1511927#M167573</guid>
      <dc:creator>rivkin__steve</dc:creator>
      <dc:date>2023-08-08T02:54:54Z</dc:date>
    </item>
  </channel>
</rss>

