<?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: build projects in other way? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/build-projects-in-other-way/m-p/876813#M74135</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;You can create multiple projects that share the same files. or even multiple configurations of the same project. Use preprocessor symbols to define the values that change, enable the preprocessor option and use the defined symbols for your values.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Dec 2008 01:23:47 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2008-12-26T01:23:47Z</dc:date>
    <item>
      <title>build projects in other way?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/build-projects-in-other-way/m-p/876810#M74132</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have a package of files, which contains main program, a lot of *.for and a parameter file.&lt;/P&gt;
&lt;P&gt;Basically I modify two parameters in main program and some parameters in parameter file. Then I compile them into some executable files. I name them by different names. Then I start to use them in my program using SYSTEM.&lt;/P&gt;
&lt;P&gt;I need to remember these different modified parameters to correspond different *.exe. Are there automatic ways to compile them, instead of click here and there in dialog box?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2008 13:20:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/build-projects-in-other-way/m-p/876810#M74132</guid>
      <dc:creator>Mike896</dc:creator>
      <dc:date>2008-12-24T13:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: build projects in other way?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/build-projects-in-other-way/m-p/876811#M74133</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/323852"&gt;Mike896&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have a package of files, which contains main program, a lot of *.for and a parameter file.&lt;/P&gt;
&lt;P&gt;Basically I modify two parameters in main program and some parameters in parameter file. Then I compile them into some executable files. I name them by different names. Then I start to use them in my program using SYSTEM.&lt;/P&gt;
&lt;P&gt;I need to remember these different modified parameters to correspond different *.exe. Are there automatic ways to compile them, instead of click here and there in dialog box?&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Isn't it much better to come with a generalized solution, where you have only one exe which deals with whatever set of parameters? You don't open your (for example) .pdf files with different .exe each, don't you? How do said .exes differ?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2008 13:50:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/build-projects-in-other-way/m-p/876811#M74133</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2008-12-24T13:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: build projects in other way?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/build-projects-in-other-way/m-p/876812#M74134</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/391180"&gt;Jugoslav Dujic&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Isn't it much better to come with a generalized solution, where you have only one exe which deals with whatever set of parameters? You don't open your (for example) .pdf files with different .exe each, don't you? How do said .exes differ?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I've thought it before, but hesitate to do it, simply because I am afraid of forgetting the modifications.&lt;/P&gt;
&lt;P&gt;I am thinking if I can make those modification and build the *.exe fully automatically. Then I can trace back the modification history without memorizing it&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2008 00:47:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/build-projects-in-other-way/m-p/876812#M74134</guid>
      <dc:creator>Mike896</dc:creator>
      <dc:date>2008-12-26T00:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: build projects in other way?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/build-projects-in-other-way/m-p/876813#M74135</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;You can create multiple projects that share the same files. or even multiple configurations of the same project. Use preprocessor symbols to define the values that change, enable the preprocessor option and use the defined symbols for your values.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2008 01:23:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/build-projects-in-other-way/m-p/876813#M74135</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-12-26T01:23:47Z</dc:date>
    </item>
  </channel>
</rss>

