<?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: Slow editor response in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1549335#M169640</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/66560"&gt;@andrew_4619&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrew_4619_0-1699372933234.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/47700i56C7E0394F849499/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="andrew_4619_0-1699372933234.png" alt="andrew_4619_0-1699372933234.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41996"&gt;@Devorah_H_Intel&lt;/a&gt;&amp;nbsp; I created a solution and project attached as a zip slow-ves-edit.f90 is included but not called is is just a generator for the other three source files which consist of a module with 500 interfaces and a submodule with 500 very boring subroutine named rr1 through to rr500. Anyway open the project and have a play and within a vary short period the _if.f90 becomes very slow. Hit enter for a new line and wait a few seconds before you can do the next thing. The more you edit the longer the wait gets. Enjoy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;module slow
implicit none(type, external)
interface ! RR1
    module subroutine RR1(A, B )
        real :: A, B
    end subroutine RR1
end interface
interface ! RR2
    module subroutine RR2(A, B )
        real :: A, B
    end subroutine RR2
end interface
interface ! RR3
    module subroutine RR3(A, B )
        real :: A, B
    end subroutine RR3
end interface
interface ! RR4
    module subroutine RR4(A, B )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thank you again for the solution. The fix will be available in 2024.1 Intel HPC Toolkit release.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 20:05:52 GMT</pubDate>
    <dc:creator>Devorah_H_Intel</dc:creator>
    <dc:date>2023-11-30T20:05:52Z</dc:date>
    <item>
      <title>Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1360712#M160134</link>
      <description>&lt;P&gt;Quite often the Visual Studio editor response slows down due to Fortran Integration --- Compile 19.0 update 5 (package 281) with VS2019. Eventually (sometimes) there is a pop-up (from the VS), indicating one of the extensions (Fortran IDE) is slowing things down.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There have been posts earlier indicating turning off intellisense and other options.&lt;/P&gt;
&lt;P&gt;These options/tools are very useful; hence, what are the latest recommendations for usage of editor extensions? It does get excruciatingly slow; to the point that one is forced to close VS instance and open again. There appears some delta-time after which whatever is running in background/listening to the edits 'get tired'.... and the editor becomes useless.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Abhi&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 01:54:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1360712#M160134</guid>
      <dc:creator>abhimodak</dc:creator>
      <dc:date>2022-02-16T01:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1360878#M160140</link>
      <description>&lt;P&gt;Yup, the problem has been around for years. I never found any workaround, I got to live with closing and opening again at the first sign of the issue. I am not seeing this problem with VS2022 but that has other problems that are maybe worse for me (debugging watching). I am hoping the VS integration issues on VS2022 get fixed soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 14:03:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1360878#M160140</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2022-02-16T14:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541048#M169018</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/71620"&gt;@abhimodak&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/66560"&gt;@andrew_4619&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Do you still experience slowness issue with VS2022? If yes, what version of VS2022 and could you provide a VS solution for us to reproduce and investigate the cause.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 18:16:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541048#M169018</guid>
      <dc:creator>Devorah_H_Intel</dc:creator>
      <dc:date>2023-11-06T18:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541098#M169026</link>
      <description>&lt;P&gt;With the latest VS 2022 Preview, those old issues seem to have gone, they come back if I make a mistake and use an older VS.&amp;nbsp; I keep the older ones for other mistakes and Fortran is fast.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 20:03:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541098#M169026</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2023-11-06T20:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541101#M169027</link>
      <description>&lt;P&gt;But if you go that route, do not add any Windows SDK beyond those that come with an original install, otherwise you will spend a few hours fixing the issue with IFX.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 20:08:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541101#M169027</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2023-11-06T20:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541390#M169034</link>
      <description>&lt;P&gt;I am using&amp;nbsp;Microsoft Visual Studio Community 2022 (64-bit) Version 17.0.5 and latest OneAPI. The problem has not gone away and was the same in VS2019 and VS2017 previously.&amp;nbsp; I will try to make a reproducer that doesn't involve my actual code. The main issue for me is submodule interface&amp;nbsp; files where we have a lot of interfere module subroutine end module subroutine end interface blocks. After a short while these become impossible to edit as every keystroke involves a long wait whilst&amp;nbsp; it rescans the document(s) or whatever it does. The answer is to close VS and reopen and then it will be OK for a short time. Editing other files isn't an issue.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 13:43:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541390#M169034</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2023-11-07T13:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541397#M169035</link>
      <description>&lt;P&gt;Microsoft Visual Studio Community 2022 (64-bit) - Preview&lt;BR /&gt;Version 17.8.0 Preview 6.0&lt;/P&gt;&lt;P&gt;I use this all day every day and have no editor problems.&amp;nbsp; It will coexist with all the others and is a simple load.&lt;/P&gt;&lt;P&gt;But an example we can test is a lot better than anything.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 14:14:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541397#M169035</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2023-11-07T14:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541463#M169037</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrew_4619_0-1699372933234.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/47700i56C7E0394F849499/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="andrew_4619_0-1699372933234.png" alt="andrew_4619_0-1699372933234.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41996"&gt;@Devorah_H_Intel&lt;/a&gt;&amp;nbsp; I created a solution and project attached as a zip slow-ves-edit.f90 is included but not called is is just a generator for the other three source files which consist of a module with 500 interfaces and a submodule with 500 very boring subroutine named rr1 through to rr500. Anyway open the project and have a play and within a vary short period the _if.f90 becomes very slow. Hit enter for a new line and wait a few seconds before you can do the next thing. The more you edit the longer the wait gets. Enjoy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;module slow
implicit none(type, external)
interface ! RR1
    module subroutine RR1(A, B )
        real :: A, B
    end subroutine RR1
end interface
interface ! RR2
    module subroutine RR2(A, B )
        real :: A, B
    end subroutine RR2
end interface
interface ! RR3
    module subroutine RR3(A, B )
        real :: A, B
    end subroutine RR3
end interface
interface ! RR4
    module subroutine RR4(A, B )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 17:38:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541463#M169037</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2023-11-07T17:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541466#M169038</link>
      <description>&lt;P&gt;I see your point, I wonder what is happening, I have many f90 files that long and they are not slow.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interesting and frustrating.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry old chap, no idea.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/226045"&gt;@Barbara&lt;/a&gt; === why does your name not pop up in the list of users,&amp;nbsp; but even on the latest preview it is a dead dog on this code.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 16:34:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541466#M169038</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2023-11-07T16:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541478#M169039</link>
      <description>&lt;P&gt;yes John the length of the file is not the trigger&amp;nbsp; it is the structure of the file. I also not the folds on interface and subroutine often become foobahed&amp;nbsp; from time to time also which requires closing the solution. Maybe there is linkage....&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 16:51:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541478#M169039</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2023-11-07T16:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541484#M169040</link>
      <description>&lt;P&gt;Edit it in NOTEPAD++ or VEDIT or any decent editor, even SIDEKICK 95.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 16:59:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541484#M169040</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2023-11-07T16:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541507#M169041</link>
      <description>&lt;P&gt;Nup, I use Notepad++ for many things but for a large source project actual editing is a small part of the activity,&amp;nbsp; navigation around the project , links from errors to source file lines etc&amp;nbsp; the integrated IDE improves productivity in many ways.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 17:37:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541507#M169041</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2023-11-07T17:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541523#M169042</link>
      <description>&lt;P&gt;Turn off the intellsense&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 18:29:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541523#M169042</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2023-11-07T18:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541708#M169046</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/66560"&gt;@andrew_4619&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrew_4619_0-1699372933234.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/47700i56C7E0394F849499/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="andrew_4619_0-1699372933234.png" alt="andrew_4619_0-1699372933234.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41996"&gt;@Devorah_H_Intel&lt;/a&gt;&amp;nbsp; I created a solution and project attached as a zip slow-ves-edit.f90 is included but not called is is just a generator for the other three source files which consist of a module with 500 interfaces and a submodule with 500 very boring subroutine named rr1 through to rr500. Anyway open the project and have a play and within a vary short period the _if.f90 becomes very slow. Hit enter for a new line and wait a few seconds before you can do the next thing. The more you edit the longer the wait gets. Enjoy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;module slow
implicit none(type, external)
interface ! RR1
    module subroutine RR1(A, B )
        real :: A, B
    end subroutine RR1
end interface
interface ! RR2
    module subroutine RR2(A, B )
        real :: A, B
    end subroutine RR2
end interface
interface ! RR3
    module subroutine RR3(A, B )
        real :: A, B
    end subroutine RR3
end interface
interface ! RR4
    module subroutine RR4(A, B )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/66560"&gt;@andrew_4619&lt;/a&gt;&amp;nbsp;for putting together the test case for us&lt;BR /&gt;I will test and pass it along to engineering for further investigation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 04:49:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541708#M169046</guid>
      <dc:creator>Devorah_H_Intel</dc:creator>
      <dc:date>2023-11-08T04:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541774#M169047</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/66560"&gt;@andrew_4619&lt;/a&gt;&amp;nbsp;we are able to reproduce the issue with your reproducer. The engineering team are working on the fix.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 07:58:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541774#M169047</guid>
      <dc:creator>Devorah_H_Intel</dc:creator>
      <dc:date>2023-11-08T07:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541827#M169052</link>
      <description>&lt;P&gt;Thanks, I think there used to be several things that caused editor problems and I think some have been fixed / gone away. There may be other issues but with his one a trigger was evident.&amp;nbsp; I will note that if the reproducer had less routines the problem seems to build up slowly with working and then hit a tipping point where it rapidly becomes unusable.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 10:31:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1541827#M169052</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2023-11-08T10:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1549335#M169640</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/66560"&gt;@andrew_4619&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrew_4619_0-1699372933234.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/47700i56C7E0394F849499/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="andrew_4619_0-1699372933234.png" alt="andrew_4619_0-1699372933234.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41996"&gt;@Devorah_H_Intel&lt;/a&gt;&amp;nbsp; I created a solution and project attached as a zip slow-ves-edit.f90 is included but not called is is just a generator for the other three source files which consist of a module with 500 interfaces and a submodule with 500 very boring subroutine named rr1 through to rr500. Anyway open the project and have a play and within a vary short period the _if.f90 becomes very slow. Hit enter for a new line and wait a few seconds before you can do the next thing. The more you edit the longer the wait gets. Enjoy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;module slow
implicit none(type, external)
interface ! RR1
    module subroutine RR1(A, B )
        real :: A, B
    end subroutine RR1
end interface
interface ! RR2
    module subroutine RR2(A, B )
        real :: A, B
    end subroutine RR2
end interface
interface ! RR3
    module subroutine RR3(A, B )
        real :: A, B
    end subroutine RR3
end interface
interface ! RR4
    module subroutine RR4(A, B )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thank you again for the solution. The fix will be available in 2024.1 Intel HPC Toolkit release.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 20:05:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1549335#M169640</guid>
      <dc:creator>Devorah_H_Intel</dc:creator>
      <dc:date>2023-11-30T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1549566#M169658</link>
      <description>&lt;P&gt;oooooo! Thank you, I will look forward to that update!&lt;/P&gt;&lt;P&gt;This problem does my head in!&amp;nbsp; I had to restart VS about 10 times yesterday and each time my blood pressure goes up a click !&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 11:32:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1549566#M169658</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2023-12-01T11:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Slow editor response</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1549607#M169661</link>
      <description>&lt;P&gt;Breathe, deep breathing and relax.&amp;nbsp; &amp;nbsp;Feel the Intel Fortran flow though your mind.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nirvana awaits you in 3 months or so, you can last that long.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 14:36:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Slow-editor-response/m-p/1549607#M169661</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2023-12-01T14:36:48Z</dc:date>
    </item>
  </channel>
</rss>

