<?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: How to Compile and Run Intel FORTRAN &amp;amp; IMSL on Visual Studio Code in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1598826#M172222</link>
    <description>&lt;P&gt;Visual Studio does not include Fortran, but it is required for installation of Intel Fortran. First, read&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/guide/installing-microsoft-visual-studio-2019-for-use-with-intel-compilers.html" target="_blank"&gt;Installing Microsoft Visual Studio* for Use with Intel® Compilers&lt;/A&gt;&amp;nbsp;and make sure that you have selected the "Desktop Development with C++" component, which is not installed by default with Visual Studio.&lt;/P&gt;&lt;P&gt;Once you have done that, read the top post in&amp;nbsp;&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"&gt;Solved: The Easy and Fast Way to Install JUST Fortran with Intel® oneAPI - Intel Community&lt;/A&gt;&amp;nbsp;to install Intel Fortran into Visual Studio.&lt;/P&gt;</description>
    <pubDate>Sun, 19 May 2024 13:54:29 GMT</pubDate>
    <dc:creator>Steve_Lionel</dc:creator>
    <dc:date>2024-05-19T13:54:29Z</dc:date>
    <item>
      <title>How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593048#M171956</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just have been "given" the Visual Studio Code, and I have legacy FORTRAN programs that call IMSL math routines (in double precision) and have been developed on IV and F77.&lt;/P&gt;&lt;P&gt;I need to run my legacy codes and after Visual Studio Code has been installed, I can open and read my old legacy FORTRAN codes OK. No problem upto here.&lt;/P&gt;&lt;P&gt;Now what commands I use to run these legacy codes that were developed using FORTRAN IV and 77?&amp;nbsp; Will the legacy codes with the IMSL routines run smoothly?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Partial listing of the subroutines calling IMSL legacy FORTRAN code is given below for perusal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how can I run these legacy codes now?&amp;nbsp; Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deb&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;==============================================================&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;PROGRAM&lt;/SPAN&gt;&lt;SPAN&gt; MAIN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;INCLUDE&lt;/SPAN&gt; &lt;SPAN&gt;'link_fnl_static.h'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;!DEC$ OBJCOMMENT LIB: &lt;/SPAN&gt;&lt;SPAN&gt;'libiomp5md.lib'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C FIRST Created on 08/08/2016 for the URSI 2016 Symposium ON&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C Electromagnetic Theory (URSI Commission B), Helsinki, Finland.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C LAST Compiled &amp;amp; Executed Error Free on **/**/****&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALL&lt;/SPAN&gt;&lt;SPAN&gt; OUTPUT&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;STOP&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;END&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SUBROUTINE&lt;/SPAN&gt; &lt;SPAN&gt;FSGFSOMM1&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ZGFSOMM&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;WK&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;IMPLICIT NONE&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;COMPLEX&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;16&lt;/SPAN&gt;&lt;SPAN&gt; ZGFSOMM,JJ,CF1,CF2,CF3,DCMPLX&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;REAL&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt; FUNC1,FUNC2,A,B,ERRABS,ERRREL,RESULT,ERREST,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;$FR,FI,WK&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;INTEGER&lt;/SPAN&gt;&lt;SPAN&gt; IRULE&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;INTRINSIC&lt;/SPAN&gt;&lt;SPAN&gt; DCMPLX&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;EXTERNAL&lt;/SPAN&gt;&lt;SPAN&gt; DQDAG,FUNC1,FUNC2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; JJ&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;DCMPLX(&lt;/SPAN&gt;&lt;SPAN&gt;0.0D-000&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;1.0D-000&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ERRABS&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1.0D-008&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ERRREL&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1.0D-008&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C !!! Integration over the 1st region before branch point !!! &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;0.0D-000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; B&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;8.5D-001&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;WK&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IRULE&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALL&lt;/SPAN&gt;&lt;SPAN&gt; DQDAG(FUNC1,A,B,ERRABS,ERRREL,IRULE,RESULT,ERREST)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FR&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;RESULT&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALL&lt;/SPAN&gt;&lt;SPAN&gt; DQDAG(FUNC2,A,B,ERRABS,ERRREL,IRULE,RESULT,ERREST)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FI&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;RESULT&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CF1&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;DCMPLX(FR,FI)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C !!! Integration over the narrow region including branch point !!!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A=B&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; B=1.15D-000*WK&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IRULE=1 !!! Peak Singularity at the branch point !!!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CALL DQDAG(FUNC1,A,B,ERRABS,ERRREL,IRULE,RESULT,ERREST)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FR=RESULT&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CALL DQDAG(FUNC2,A,B,ERRABS,ERRREL,IRULE,RESULT,ERREST)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FI=RESULT&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CF2=DCMPLX(FR,FI)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CF2&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;DCMPLX(&lt;/SPAN&gt;&lt;SPAN&gt;0.0D-000&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0.0D-000&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C !!! Integration over the tail region from branch point to infinity !!!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;C&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;B&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; B&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1.0085D+002&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;WK &lt;/SPAN&gt;&lt;SPAN&gt;!!! replace infinite limit by large number !!!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IRULE&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt; &lt;SPAN&gt;!!! Oscillatory behavior over tail region !!!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALL&lt;/SPAN&gt;&lt;SPAN&gt; DQDAG(FUNC1,A,B,ERRABS,ERRREL,IRULE,RESULT,ERREST)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FR&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;RESULT&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALL&lt;/SPAN&gt;&lt;SPAN&gt; DQDAG(FUNC2,A,B,ERRABS,ERRREL,IRULE,RESULT,ERREST)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FI&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;RESULT&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CF3&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;DCMPLX(FR,FI) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ZGFSOMM&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;CF1&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;SPAN&gt;CF2&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;SPAN&gt;CF3&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; END &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 21:13:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593048#M171956</guid>
      <dc:creator>FORTRAN_DEB</dc:creator>
      <dc:date>2024-04-26T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593068#M171963</link>
      <description>&lt;P&gt;Visual Studio Code is just an editor/IDE. You need a Fortran compiler package, and a distribution of IMSL that is compatible with that compiler package. Which versions of Intel Fortran and IMSL do you have, if any?&lt;/P&gt;&lt;P&gt;Until about a decade ago, Intel used to sell IMSL as an optional add-on to Intel Fortran.&lt;/P&gt;&lt;P&gt;For the test code that you showed, the IMSL subroutines used appear to be the Quadpack quadrature routines. The source code of Quadpack is available from &lt;A href="https://www.netlib.org/quadpack/" target="_self"&gt;Netlib&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 02:07:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593068#M171963</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2024-04-27T02:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593157#M171969</link>
      <description>&lt;P&gt;Thank you mecej4 for your response.&amp;nbsp; The system people here at UMKC&amp;nbsp; gave me a new machine and it had this Microsoft Visual Studio. It has a FORTRAN compiler and but I do not know other details.&amp;nbsp; I shall let you know all the details by Monday (04/29).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me mecej4!&amp;nbsp; I remember you and Steve Lionel (who is retiring after 38 years) from&amp;nbsp; 2016.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I do not know is how to compile and run my old legacy FORTRAN codes on the new Microsoft Visual Studio Code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will keep in touch and need your blessings!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- thanks for responding,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 23:57:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593157#M171969</guid>
      <dc:creator>FORTRAN_DEB</dc:creator>
      <dc:date>2024-04-27T23:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593226#M171972</link>
      <description>&lt;P&gt;Hi Deb.&lt;/P&gt;&lt;P&gt;It's confusing, I know, but there are two different Microsoft IDEs: Visual Studio and Visual Studio Code. The former is Windows-only and includes Microsoft language tools such as Visual C++, while the latter is ONLY an IDE, is available also on Linux, and has a strong ecosystem of plugins. Intel Fortran installs only into Visual Studio. If all you have is Visual Studio Code, then that's not a supported environment for Intel Fortran. (It is possible to use Visual Studio Code with Intel Fortran if you ALSO have Visual C++ installed, but it requires third-party plugins.)&lt;/P&gt;&lt;P&gt;So, the first thing to figure out is which Visual Studio you have. Once we know that, we can go from there.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 16:06:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593226#M171972</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2024-04-28T16:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593337#M171974</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; I have Visual Studio Code and not just Visual Studio.&amp;nbsp; So, now what are my options? Can I get the FORTRAN and IMSL compiler I want ASAP? If I have to download, where is it? Also me personally downloading will not be acceptable to our university bigwigs; they remove any "unauthorized" software even if it is legit, causing enormous inconvcenience.&lt;/P&gt;&lt;P&gt;Can you please let me know where can I get all the jazz. (I need to get the FORTRAN + IMSL installed and running ASAP. Like earlier, I have a conference where I need to present results - and this is in July.)&lt;/P&gt;&lt;P&gt;Thanks a lot again, in advance.&lt;/P&gt;&lt;P&gt;- Deb&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 04:08:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593337#M171974</guid>
      <dc:creator>FORTRAN_DEB</dc:creator>
      <dc:date>2024-04-29T04:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593508#M171979</link>
      <description>&lt;P&gt;Hi FORTRAN_DEB,&lt;/P&gt;&lt;P&gt;I suggest that you download and install Visual Studio 2022 Community version - free from Microsoft.&lt;/P&gt;&lt;P&gt;The Community version works well on my machine here at Lockheed Martin, no problems with the latest Intel Fortran.&lt;/P&gt;&lt;P&gt;Attached is a PowerPoint that I put together to help me remember tricks and traps in using Visual Studio (Not Visual Studio Code).&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;I have not tried to link external libs yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 14:35:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593508#M171979</guid>
      <dc:creator>El_Zorro_Oro</dc:creator>
      <dc:date>2024-04-29T14:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593523#M171982</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I shall follow the instructions in the pdf file you have attached.&amp;nbsp; One thing: Steve Lionel (to my same question) also replied that &lt;EM&gt;Microsoft Visual Studio Code&lt;/EM&gt;&amp;nbsp;will not accept FORTRAN, but &lt;EM&gt;Microsoft Visual Studio&lt;/EM&gt; will.&amp;nbsp; My question is: will FORTRAN and IMSL both come together if I can download Microsoft Visual Studio and get rid of my existing Microsoft Visual Studio Code?&amp;nbsp; These changes are to be done in consent with the I-T people out here and I am just seeking as much as correct information to avoid any further intricacies that can put me in a difficult situation, since I am not a I-T person.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for the information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Deb&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 15:04:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593523#M171982</guid>
      <dc:creator>FORTRAN_DEB</dc:creator>
      <dc:date>2024-04-29T15:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593531#M171984</link>
      <description>&lt;P&gt;Hi FORTRAN_DEB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can download Visual Studio from the web at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://visualstudio.microsoft.com/vs/community/" target="_blank"&gt;https://visualstudio.microsoft.com/vs/community/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can download the Intel(r)&amp;nbsp; oneAPI Base Toolkit and the&amp;nbsp; HPC Toolkit (among others) at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html#gs.8nvmx4" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html#gs.8nvmx4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are license free for a single user.&amp;nbsp; I was able to do this at LM, but I have elevated privilege (old super user).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work in windows - not a lot of experience in Linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a pinch I have learned to proceed as necessary and ask for forgiveness later :-).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck.&amp;nbsp; I will try to keep up with your posts.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 15:28:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593531#M171984</guid>
      <dc:creator>El_Zorro_Oro</dc:creator>
      <dc:date>2024-04-29T15:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593550#M171985</link>
      <description>&lt;P&gt;IMSL is a separate product if you want to use that it needs to be purchased.&amp;nbsp; MECEJ4 noted up-thread that "&lt;SPAN&gt;For the test code that you showed, the IMSL subroutines used appear to be the Quadpack quadrature routines. The source code of Quadpack is available from&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://www.netlib.org/quadpack/" target="_self" rel="nofollow noopener noreferrer"&gt;Netlib&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could also consider minor rewriting to use Intel MKL if that has similar functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 16:06:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593550#M171985</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2024-04-29T16:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593560#M171986</link>
      <description>&lt;P&gt;Hi FORTRAN_DEB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to be clear, Visual Studio and Visual Studio Code are just fancy editors.&amp;nbsp; The underlying source code is plain text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have time the best is to get the source code and compile the routines that you need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Be sure to use the Static option - see my notes -&amp;nbsp; if you want to run the .exe on another computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use both since I want to see different sections of Code at the same time; VS Code has a protected mode where you can look but not touch, very convenient.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 17:07:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593560#M171986</guid>
      <dc:creator>El_Zorro_Oro</dc:creator>
      <dc:date>2024-04-29T17:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593569#M171988</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that IMSL costs (for a single seat) about $2700 (approx) from a reseller known as PERFORCE.&amp;nbsp; Roguewave has sold it.&amp;nbsp; I had Intel Visual FORTRAN that came in with IMSL and our system admin in their infinite wisdom just deleted that software and got Microsoft Visual Studio Code. I had earlier Microsoft Visual Studio. The system admins at the university deletes any software that maybe running which they consider as "illegitimate" - by their definitions.&lt;/P&gt;&lt;P&gt;I have Microsoft Visual Studio Code whoch does not take FORTRAN plus IMSL (F77).&amp;nbsp; My headache is how to access the IMSL FORTRAN that can run my legacy FORTRAN codes written in F77. (Rewriting is a valid option but not when I have a time crunch.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;El_Zorro_Orro has sent me a pdf notes which should be helpful.&amp;nbsp; I am going through it.&amp;nbsp; Hopefully I can get all your help and suggestions to have the original version of IMSL FORTRAN re-installed on my windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will bug all you guys very frequently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Deb&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 18:24:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593569#M171988</guid>
      <dc:creator>FORTRAN_DEB</dc:creator>
      <dc:date>2024-04-29T18:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593570#M171989</link>
      <description>&lt;P&gt;Will bug you Zorro, when I run into problems with re-installation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Deb&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 18:26:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593570#M171989</guid>
      <dc:creator>FORTRAN_DEB</dc:creator>
      <dc:date>2024-04-29T18:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593593#M171990</link>
      <description>&lt;P&gt;Visual Studio (not Code) is much more than a fancy editor - it is also a build system and a debugger - the latter is very important! It also provides critical libraries and tools (from Visual C++) that Intel Fortran requires. You do not get Fortran debugging with VS Code.&lt;/P&gt;&lt;P&gt;Many years ago, Intel was able to sell IMSL bundled with Fortran, but the agreement between Intel and Rogue Wave was discontinued.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 20:58:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1593593#M171990</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2024-04-29T20:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1595504#M172077</link>
      <description>&lt;P&gt;`El_Zorro_Oro;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;My system admin just downloaded and installed the Visual Studio 2022 Community Version. And the Visual Studio Code has been removed (Uninstalled).&amp;nbsp; But it does not have the FORTRAN compiler and the IMSL to run my FORTRAN legacy codes.&amp;nbsp; And yes it is free. My system admin says that the community version may not be suitable for the computations I require with FORTRAN.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;What are my options now that I am still back in square one?&amp;nbsp; Any pointers from anyone kind soul reading this post?&lt;/P&gt;&lt;P&gt;- Deb&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 03:49:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1595504#M172077</guid>
      <dc:creator>FORTRAN_DEB</dc:creator>
      <dc:date>2024-05-07T03:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1595599#M172078</link>
      <description>&lt;P&gt;Community it totally suitable for Intel Fortran but after you install VS2022 you need to install Fortran it is a separate FREE product. There is a stick thread on installation above. IMSL is also separate and is NOT FREE.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 11:28:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1595599#M172078</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2024-05-07T11:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1596731#M172114</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.imsl.com/products/imsl-fortran-libraries/whats-new" target="_blank"&gt;https://www.imsl.com/products/imsl-fortran-libraries/whats-new&lt;/A&gt; :&lt;/P&gt;&lt;P&gt;"The latest release of FNL includes several platform updates including RHEL 9, Intel oneAPI 2024.0 and support for the new oneAPI IFX compiler on several platforms."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.imsl.com/products/imsl-fortran-libraries/whats-new" target="_blank"&gt;https://www.imsl.com/free-trial&lt;/A&gt; :&lt;/P&gt;&lt;P&gt;"If you’re currently a student or instructor, IMSL offers free single seat and multi-seat licenses for classroom use."&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 13:48:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1596731#M172114</guid>
      <dc:creator>Michael_S_17</dc:creator>
      <dc:date>2024-05-10T13:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1598789#M172218</link>
      <description>&lt;P&gt;Hi Michael_S_17:&lt;/P&gt;&lt;P&gt;Thank you for the links.&amp;nbsp; My system admin downloaded (after much sweat) Visual Studio 2022. We uninstalled thye Visual Studio Code, because Steve Lionel messaged me thyat Visual Studio Code will not be useful for IMSL FORTRAN and my legacy codses will not run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I clicked on the links you have provided, and found that IMSL(R) FORTRAN NUMERICAL LIBRARY can be supported on Windows 11 operating system, which is what I have now.&amp;nbsp; So, here are my further questions:&lt;/P&gt;&lt;P&gt;(1) How can I make sure that Visual Studio 2022 indeed has the FORTRAN compiler compatible with Windows 11?&lt;/P&gt;&lt;P&gt;(2) How do I download the IMSL FORTRAN for free, since I am a faculty with the Faculty of Electrical and Computer Engineering her at University of Missouri at Kansas City?&amp;nbsp; What credentials I need to provide and toi whom?&amp;nbsp; I also need a single seat license. Can this free license for qualified faculty be extended for long time or is there a stature of limitation kind of stuff?&lt;/P&gt;&lt;P&gt;(3) Will this IMSL FORTRAN run&amp;nbsp; my legacy codes developed in FORTRAN IV and FORTRAN 77 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- thanks a lot for yoiur help.&lt;/P&gt;&lt;P&gt;Deb&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:chatd@umsystem.edu" target="_blank"&gt;chatd@umsystem.edu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 02:31:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1598789#M172218</guid>
      <dc:creator>FORTRAN_DEB</dc:creator>
      <dc:date>2024-05-19T02:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1598790#M172219</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;I have downloaded Visual Studio 2022 and uininstalled Visual Studio Code.&amp;nbsp; My problem is that I do not know if VS 2022 does come with any FORTRAN Compiler.&amp;nbsp; To that end, I have responsed to Michael_S_17 above, but if you could still chip in your responses/suggestions, it would still be much appreciated.&lt;/P&gt;&lt;P&gt;- thanks,&lt;/P&gt;&lt;P&gt;Deb&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:chatd@umsystem.edu" target="_blank"&gt;chatd@umsystem.edu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 02:41:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1598790#M172219</guid>
      <dc:creator>FORTRAN_DEB</dc:creator>
      <dc:date>2024-05-19T02:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1598826#M172222</link>
      <description>&lt;P&gt;Visual Studio does not include Fortran, but it is required for installation of Intel Fortran. First, read&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/guide/installing-microsoft-visual-studio-2019-for-use-with-intel-compilers.html" target="_blank"&gt;Installing Microsoft Visual Studio* for Use with Intel® Compilers&lt;/A&gt;&amp;nbsp;and make sure that you have selected the "Desktop Development with C++" component, which is not installed by default with Visual Studio.&lt;/P&gt;&lt;P&gt;Once you have done that, read the top post in&amp;nbsp;&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"&gt;Solved: The Easy and Fast Way to Install JUST Fortran with Intel® oneAPI - Intel Community&lt;/A&gt;&amp;nbsp;to install Intel Fortran into Visual Studio.&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 13:54:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1598826#M172222</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2024-05-19T13:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compile and Run Intel FORTRAN &amp; IMSL on Visual Studio Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1598855#M172225</link>
      <description>&lt;P&gt;Thankios Steve.&amp;nbsp; Will do and keep you posted. May need more help later.&lt;/P&gt;&lt;P&gt;- best,&lt;/P&gt;&lt;P&gt;Deb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:chatd@umsystem.edu" target="_blank"&gt;chatd@umsystem.edu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 21:44:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-Compile-and-Run-Intel-FORTRAN-amp-IMSL-on-Visual-Studio/m-p/1598855#M172225</guid>
      <dc:creator>FORTRAN_DEB</dc:creator>
      <dc:date>2024-05-19T21:44:13Z</dc:date>
    </item>
  </channel>
</rss>

