- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you think of any properties under Fortran or Linker that would speed fortran program execution? I can share our current settings if needed.
I used to work with C# in Visual Studio and I would use JetBrains performance analysis tools which are not available for the Fortran.
The performance of exactly same Fortran program is twice or more slower in VS2019 with 2021 compiler than it is when compiled with 2011 version of Inter compiler in an older version of development environment. We were trying to match the settings between the two.
My team would appreciate any thoughts and ideas.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel VTune Profiler is a performance analyzer that works for Fortran. It is part of the Intel oneAPI Base Toolkit.
In the past, when I have seen similar complaints, it turned out that the build using the newer compiler was inadvertently using a Debug configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, Steve. I'll get that tool a shot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should compare the build options between the two. This can be found in the buildlog.htm in the output folder.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page