<?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: simplest way of sharing a single variable between programs in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/simplest-way-of-sharing-a-single-variable-between-programs/m-p/858344#M68227</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;The simplest way is a DLL with a read-write section. See the provided sample DLL_Shared_Data for an example. The shared variable may be a module variable (my preference) or a COMMON.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Oct 2008 13:27:08 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2008-10-28T13:27:08Z</dc:date>
    <item>
      <title>simplest way of sharing a single variable between programs</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/simplest-way-of-sharing-a-single-variable-between-programs/m-p/858343#M68226</link>
      <description>&lt;P&gt;I have two programs running indepedently (no parent/child relationships) simultaneously on the same machine.&lt;/P&gt;
&lt;P&gt;Does anyone know the simplest way [without using a shared file] that I can change a variable in program 1 and have program 2 read the new value directly from memory.&lt;/P&gt;
&lt;P&gt;Clearly SETENVQQ could work if the variable was only changed once and the 2nd program started after the first, but the variable is being continously changed in program 1.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2008 12:59:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/simplest-way-of-sharing-a-single-variable-between-programs/m-p/858343#M68226</guid>
      <dc:creator>chunky_lover_23</dc:creator>
      <dc:date>2008-10-28T12:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: simplest way of sharing a single variable between programs</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/simplest-way-of-sharing-a-single-variable-between-programs/m-p/858344#M68227</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;The simplest way is a DLL with a read-write section. See the provided sample DLL_Shared_Data for an example. The shared variable may be a module variable (my preference) or a COMMON.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2008 13:27:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/simplest-way-of-sharing-a-single-variable-between-programs/m-p/858344#M68227</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-10-28T13:27:08Z</dc:date>
    </item>
  </channel>
</rss>

