<?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: Array Bounds exceeded in SciGraph in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Array-Bounds-exceeded-in-SciGraph/m-p/980097#M25884</link>
    <description>Steve, Are there any other declarations for using the added line of code? &lt;BR /&gt; &lt;BR /&gt;I got a syntax error pointing to the "Len" saying found whitspace when expecting other. &lt;BR /&gt; &lt;BR /&gt;Also could not find &amp;amp;gtl in language quide. What is that? &lt;BR /&gt; &lt;BR /&gt;Thanks &lt;BR /&gt;Ken</description>
    <pubDate>Wed, 16 Jan 2002 00:55:01 GMT</pubDate>
    <dc:creator>pecan204</dc:creator>
    <dc:date>2002-01-16T00:55:01Z</dc:date>
    <item>
      <title>Array Bounds exceeded in SciGraph</title>
      <link>https://community.intel.com/t5/Software-Archive/Array-Bounds-exceeded-in-SciGraph/m-p/980095#M25882</link>
      <description>I have compiled another project of SciGraph and upon running I get an array bounds exceeded at the piece of code in SciCenter below: &lt;BR /&gt; &lt;BR /&gt;          nsstart=1          ! trash leading blanks &lt;BR /&gt;          DO WHILE (text(nsstart:nsstart) .EQ. ' ') &lt;BR /&gt;              nsstart=nsstart+1 &lt;BR /&gt;          END DO &lt;BR /&gt; &lt;BR /&gt;It occurs when there is no value of text and the while loop runs into the error.  &lt;BR /&gt; &lt;BR /&gt;Is there a compiler setting that allows better handling of this? &lt;BR /&gt; &lt;BR /&gt;I don't remember running into this when I first used the original workspace that came with the software. &lt;BR /&gt; &lt;BR /&gt;Thanks for any help! &lt;BR /&gt;Ken</description>
      <pubDate>Tue, 15 Jan 2002 08:19:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Array-Bounds-exceeded-in-SciGraph/m-p/980095#M25882</guid>
      <dc:creator>pecan204</dc:creator>
      <dc:date>2002-01-15T08:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Array Bounds exceeded in SciGraph</title>
      <link>https://community.intel.com/t5/Software-Archive/Array-Bounds-exceeded-in-SciGraph/m-p/980096#M25883</link>
      <description>This is actually a bug in the Scigraph code that we found and fixed in 6.6.  It has to do with the code that is trying to strip leading blanks from titles.  The new code looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&lt;FONT size="+0"&gt;
          nsstart=1          ! trash leading blanks
          DO WHILE (text(nsstart:nsstart) .EQ. ' ')
              nsstart=nsstart+1
	      if (nsstart &amp;gt; len(text)) exit
          END DO
&lt;/FONT&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;This occurs several places in SGLOWLVL.F90&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 15 Jan 2002 13:37:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Array-Bounds-exceeded-in-SciGraph/m-p/980096#M25883</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-01-15T13:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Array Bounds exceeded in SciGraph</title>
      <link>https://community.intel.com/t5/Software-Archive/Array-Bounds-exceeded-in-SciGraph/m-p/980097#M25884</link>
      <description>Steve, Are there any other declarations for using the added line of code? &lt;BR /&gt; &lt;BR /&gt;I got a syntax error pointing to the "Len" saying found whitspace when expecting other. &lt;BR /&gt; &lt;BR /&gt;Also could not find &amp;amp;gtl in language quide. What is that? &lt;BR /&gt; &lt;BR /&gt;Thanks &lt;BR /&gt;Ken</description>
      <pubDate>Wed, 16 Jan 2002 00:55:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Array-Bounds-exceeded-in-SciGraph/m-p/980097#M25884</guid>
      <dc:creator>pecan204</dc:creator>
      <dc:date>2002-01-16T00:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Array Bounds exceeded in SciGraph</title>
      <link>https://community.intel.com/t5/Software-Archive/Array-Bounds-exceeded-in-SciGraph/m-p/980098#M25885</link>
      <description>Sorry - that was supposed to be the HTML code for a greater-than sign.  I fixed it.&lt;BR /&gt;&lt;BR /&gt;We made a lot of changes to SCIGRAPH - but I don't think other declarations were needed.  I'd have to go back and compare the versions.  If you upgrade to 6.6, you'll get the new code.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 16 Jan 2002 02:51:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Array-Bounds-exceeded-in-SciGraph/m-p/980098#M25885</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-01-16T02:51:35Z</dc:date>
    </item>
  </channel>
</rss>

