<?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 use ifort command with visual studio ? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289768#M156350</link>
    <description>&lt;P&gt;You get the SAME message? Please show us a log of the session. Also note that *.f90 will not work - you need to name the files. If you are building multiple files, a Visual Studio project is easier.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jun 2021 21:47:12 GMT</pubDate>
    <dc:creator>Steve_Lionel</dc:creator>
    <dc:date>2021-06-14T21:47:12Z</dc:date>
    <item>
      <title>How to use ifort command with visual studio ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289645#M156343</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've downloaded Microsoft visual studio 2019 and intel fortran compiler (my computer uses windows 10). I open the files in visual studio and I open the powershell developper. When I enter "ifort *.f90", in order to compile every .f90 files in the folder, I get the following message :&lt;/P&gt;
&lt;P&gt;"ifort :&amp;nbsp;&amp;nbsp;the term "ifort" is not recognized as the name of a cmdlet, function, script file, or executable program."&lt;/P&gt;
&lt;P&gt;What can I do to avoid this problem ?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 14:01:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289645#M156343</guid>
      <dc:creator>Guizzh</dc:creator>
      <dc:date>2021-06-14T14:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ifort command with visual studio ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289682#M156347</link>
      <description>&lt;P&gt;If you're using Powershell, do this.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Use the shortcut Intel installed in the Start menu under Intel oneAPI 2021 &amp;gt; Intel oneAPI command prompt for Intel 64&lt;/LI&gt;
&lt;LI&gt;Type "powershell".&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Now you can use the ifort command. Of course, you can skip step 2 if you like. Just be sure to change your directory ("cd") to your work area.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 15:25:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289682#M156347</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-06-14T15:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ifort command with visual studio ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289715#M156348</link>
      <description>&lt;P&gt;You can also change the start directory in the properties for the start menu shortcut to point to a different folder, but it fails with subst drives.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 17:02:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289715#M156348</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2021-06-14T17:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ifort command with visual studio ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289740#M156349</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;I used "Intel OneAPI command prompt for intel 64 for visual studio 2019", typed "powershell" and changed the directory but sadly it still doesn't work and I get the same message &lt;LI-EMOJI id="lia_confused-face" title=":confused_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 19:14:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289740#M156349</guid>
      <dc:creator>Guizzh</dc:creator>
      <dc:date>2021-06-14T19:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ifort command with visual studio ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289768#M156350</link>
      <description>&lt;P&gt;You get the SAME message? Please show us a log of the session. Also note that *.f90 will not work - you need to name the files. If you are building multiple files, a Visual Studio project is easier.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 21:47:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289768#M156350</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-06-14T21:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ifort command with visual studio ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289771#M156351</link>
      <description>&lt;P&gt;Yes, the same message.&lt;/P&gt;
&lt;P&gt;That's what I get, in english it would mean : &lt;SPAN&gt;"ifort :&amp;nbsp;&amp;nbsp;the term "ifort" is not recognized as the name of a cmdlet, function, script file, or executable program.&amp;nbsp;Check the spelling of the name, or if a path exists, verify the path is correct and try again."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried to compile it with *.f90 but I don't think that this is the problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sans titre.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17501iF90F66E1E27B51E2/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Sans titre.png" alt="Sans titre.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 21:56:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289771#M156351</guid>
      <dc:creator>Guizzh</dc:creator>
      <dc:date>2021-06-14T21:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ifort command with visual studio ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289807#M156352</link>
      <description>&lt;P&gt;Show me the whole thing - like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-06-14 201529.png" style="width: 979px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17505i27D09F26A03AAE0B/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2021-06-14 201529.png" alt="Screenshot 2021-06-14 201529.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I wonder if you have the compiler properly installed.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 00:17:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289807#M156352</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-06-15T00:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ifort command with visual studio ?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289909#M156353</link>
      <description>&lt;P&gt;I set visual studio up again and it seems to work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help !&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 08:22:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-use-ifort-command-with-visual-studio/m-p/1289909#M156353</guid>
      <dc:creator>Guizzh</dc:creator>
      <dc:date>2021-06-15T08:22:32Z</dc:date>
    </item>
  </channel>
</rss>

