<?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 How to compile fortran90 with Makefile on window10 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-compile-fortran90-with-Makefile-on-window10/m-p/1154768#M141184</link>
    <description>&lt;P&gt;&amp;nbsp;I'm having fortran90 modeling source code and Makefile for linux on attached file.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;I created execution file for this code on ubuntu OS, and now I want to create executable file for window 10 (64bit).&lt;/P&gt;

&lt;P&gt;For this, I installed Microsoft Visual Studio 2010 and Intel Visual Fortran.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;But I don't know how to start intel visual fortran?&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;Can you give me a information about procedure to compile it?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If possible, I want to use Makefile on window os. Can you give me information how to use it on window os and how to install and assign netcdf and lapack library in Makefile?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2018 22:29:36 GMT</pubDate>
    <dc:creator>CHOI__YOUNGDON</dc:creator>
    <dc:date>2018-07-09T22:29:36Z</dc:date>
    <item>
      <title>How to compile fortran90 with Makefile on window10</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-compile-fortran90-with-Makefile-on-window10/m-p/1154768#M141184</link>
      <description>&lt;P&gt;&amp;nbsp;I'm having fortran90 modeling source code and Makefile for linux on attached file.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;I created execution file for this code on ubuntu OS, and now I want to create executable file for window 10 (64bit).&lt;/P&gt;

&lt;P&gt;For this, I installed Microsoft Visual Studio 2010 and Intel Visual Fortran.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;But I don't know how to start intel visual fortran?&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;Can you give me a information about procedure to compile it?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If possible, I want to use Makefile on window os. Can you give me information how to use it on window os and how to install and assign netcdf and lapack library in Makefile?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 22:29:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-compile-fortran90-with-Makefile-on-window10/m-p/1154768#M141184</guid>
      <dc:creator>CHOI__YOUNGDON</dc:creator>
      <dc:date>2018-07-09T22:29:36Z</dc:date>
    </item>
    <item>
      <title>Microsoft Visual C++ (or the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-compile-fortran90-with-Makefile-on-window10/m-p/1154769#M141185</link>
      <description>&lt;P&gt;Microsoft Visual C++ (or the bundled Visual Studio Shell-based environment) provides nmake, which is a Microsoft variation on make. Some people use cmake as an alternative, which they obtain separately. You can read the Microsoft documentation on nmake.&lt;/P&gt;

&lt;P&gt;If you want to link to specific libraries, the easiest way is to just give the full path to each library on the command that links the executable (generally "ifort" if you're building an Intel Fortran program.) Remember to enclose the path in "" if there are any embedded blanks.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 18:36:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-compile-fortran90-with-Makefile-on-window10/m-p/1154769#M141185</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-07-12T18:36:19Z</dc:date>
    </item>
    <item>
      <title>For netcdf, you really should</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-compile-fortran90-with-Makefile-on-window10/m-p/1154770#M141186</link>
      <description>&lt;P&gt;For netcdf, you really should consult the official sites, e.g.&amp;nbsp;https://www.unidata.ucar.edu/software/netcdf/docs/winbin.html&lt;/P&gt;

&lt;P&gt;That site is exemplary in some ways; for example, it discusses the alternatives of cmake and gnu make (yes, even for windows).&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 02:13:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-compile-fortran90-with-Makefile-on-window10/m-p/1154770#M141186</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2018-07-13T02:13:36Z</dc:date>
    </item>
    <item>
      <title>There is a makefile</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-compile-fortran90-with-Makefile-on-window10/m-p/1154771#M141187</link>
      <description>&lt;P&gt;There is a makefile comparison for both Linux and Windows in another topic that may help you:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/673617" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/673617&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I have found that just a few changes are needed to convert a makefile from one OS to another.&lt;/P&gt;

&lt;P&gt;Regards, Greg&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 21:10:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-compile-fortran90-with-Makefile-on-window10/m-p/1154771#M141187</guid>
      <dc:creator>Greg_T_</dc:creator>
      <dc:date>2018-07-18T21:10:41Z</dc:date>
    </item>
  </channel>
</rss>

