<?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 Graphics routine does not compile in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Graphics-routine-does-not-compile/m-p/1200961#M88930</link>
    <description>&lt;P&gt;&lt;SPAN&gt;why wont this compile ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; subroutine xplot()&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; use plplot&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; implicit&amp;nbsp; NONE&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; call plinit&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; call plend&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; end subroutine&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;it crashes on line 2.&amp;nbsp; Error&amp;nbsp; #7002.&lt;/DIV&gt;
&lt;DIV id="yiv8374865224yqtfd79811" class="yiv8374865224yqt7355517849"&gt;
&lt;DIV&gt;But that is what you give in your example 11.2.2&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 17 Aug 2020 17:59:46 GMT</pubDate>
    <dc:creator>WSinc</dc:creator>
    <dc:date>2020-08-17T17:59:46Z</dc:date>
    <item>
      <title>Graphics routine does not compile</title>
      <link>https://community.intel.com/t5/Graphics/Graphics-routine-does-not-compile/m-p/1200961#M88930</link>
      <description>&lt;P&gt;&lt;SPAN&gt;why wont this compile ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; subroutine xplot()&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; use plplot&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; implicit&amp;nbsp; NONE&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; call plinit&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; call plend&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; end subroutine&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;it crashes on line 2.&amp;nbsp; Error&amp;nbsp; #7002.&lt;/DIV&gt;
&lt;DIV id="yiv8374865224yqtfd79811" class="yiv8374865224yqt7355517849"&gt;
&lt;DIV&gt;But that is what you give in your example 11.2.2&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Aug 2020 17:59:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Graphics-routine-does-not-compile/m-p/1200961#M88930</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2020-08-17T17:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics routine does not compile</title>
      <link>https://community.intel.com/t5/Graphics/Graphics-routine-does-not-compile/m-p/1201096#M88946</link>
      <description>&lt;P&gt;Bill, I suspect that there are very few users in this forum who use Fortran.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you wish to compile a Fortran source file that contains USE statements, the corresponding module files must exist. These module files (*.mod) may be provided by Intel and be present in the compiler's &lt;STRONG&gt;include&lt;/STRONG&gt; sub-tree; or, as in this case, you have to have generated the file &lt;STRONG&gt;plplot.mod&lt;/STRONG&gt; when you installed or built the PLPLOT library.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, the compiler didn't "crash", it ended normally, after notifying you of reasons for its inability to proceed.&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;xplt.f90(2): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [PLPLOT]
    use plplot
--------^&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 18 Aug 2020 00:57:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Graphics-routine-does-not-compile/m-p/1201096#M88946</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-08-18T00:57:16Z</dc:date>
    </item>
  </channel>
</rss>

