<?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: How to submit a Software Problem Report in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956960#M21048</link>
    <description>See &lt;A href="http://www.compaq.com/fortran/support"&gt;the Compaq Fortran Support Page&lt;/A&gt; for details on how to submit a problem report to Compaq.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Tue, 03 Jul 2001 04:55:46 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2001-07-03T04:55:46Z</dc:date>
    <item>
      <title>How to submit a Software Problem Report</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956959#M21047</link>
      <description>First question: &lt;BR /&gt;How to I submit a "Software Problem Report"? &lt;BR /&gt; &lt;BR /&gt;Second: &lt;BR /&gt;Here's the command line given to compile and the error: &lt;BR /&gt;&lt;FONT size="+0"&gt;&lt;PRE&gt;
f90 -c -cpp -O4 -static -fpe2 -warn argument_checking -DUNIX -Dunix -DALPHA -I. -I/gluonc/e614/e614soft/triumf/mofia/2.1.ko/source/include -I/gluonc/e614/e614soft/triumf/ybos/4.1/library -I/gluonc/e614/e614soft/triumf/cfm/2.3/source -I/gluonc/e614/e614soft/triumf/bru/1.1 -I/gluonc/e614/e614soft/triumf/mofia/2.1.ko/source/modules   xtalk_mod.f90 
f90: Severe: xtalk_mod.f90, line 122: Please report this error along with the circumstances in which it occurred in a Software Problem Report 
                            IF(remove_whit(ihit,DCWhits(iplane,:),DCTDC, &amp;amp; 
^ 
[ Aborting due to internal error. ] 
make: *** [xtalk_mod.o] Error 1 
&lt;/PRE&gt;&lt;/FONT&gt;&lt;BR /&gt;Here's a peek at the code around line 122: &lt;BR /&gt;&lt;FONT size="+0"&gt;&lt;PRE&gt;
                      IF(abs(iWireGood-iWireXtalk) &amp;lt;= iWireAway) THEN 
!                            DCtdc(Whit2P%hits(ihit))%XTflag = 1 
                         IF(ihit==1) THEN 
                            NXtalkPHits(iPlane) = NXtalkPHits(iPlane) + 1 
                            NXtalkWHits(iPlane,iWireXtalk) = &amp;amp; 
                                 NXtalkWHits(iPlane,iWireXtalk) + 1 
                            IF(remove_whit(ihit,DCWhits(iplane,:),DCTDC, &amp;amp; 
                                 DC_nPhits(iPlane)) /= 0)             &amp;amp; 
                                 WRITE(lout,*)"Xtalk hit not found by remove" 
                         ENDIF 
                      ENDIF   
&lt;/PRE&gt;&lt;/FONT&gt;&lt;BR /&gt;Any Ideas? &lt;BR /&gt; &lt;BR /&gt;Paul</description>
      <pubDate>Tue, 03 Jul 2001 03:59:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956959#M21047</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-03T03:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a Software Problem Report</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956960#M21048</link>
      <description>See &lt;A href="http://www.compaq.com/fortran/support"&gt;the Compaq Fortran Support Page&lt;/A&gt; for details on how to submit a problem report to Compaq.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 03 Jul 2001 04:55:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956960#M21048</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-07-03T04:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a Software Problem Report</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956961#M21049</link>
      <description>Steve, &lt;BR /&gt; &lt;BR /&gt;Thanks.  Could you be a little more specific about the URL?  I obviously &lt;BR /&gt;sent this message beause I did not find  the correct link after 5 minutes &lt;BR /&gt;of searching. &lt;BR /&gt; &lt;BR /&gt;I'm looking at the page &lt;A href="https://community.intel.com/www.compaq.com/support/fortran/index.html" target="_blank"&gt;www.compaq.com/support/fortran/index.html&lt;/A&gt; right now.  I don't see "Software Problem Report" anywhere on the page.  A search of the support site turns up a few hundred thousand matches for the words &lt;BR /&gt;"Software", "Problem" and "Report".  The first twenty of these are not the &lt;BR /&gt;correct link. &lt;BR /&gt; &lt;BR /&gt;Any Hints? &lt;BR /&gt; &lt;BR /&gt;Paul</description>
      <pubDate>Wed, 04 Jul 2001 01:42:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956961#M21049</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-04T01:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a Software Problem Report</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956962#M21050</link>
      <description>The compiler obviously got it wrong and you should submit a problem report so the Compaq folks could fix it. Such problems can usually be workarounded by simplifying the line in question and breaking it into &lt;BR /&gt;several simpler lines, something like: &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt;&lt;FONT size="+0"&gt; 
!= Variant 1 ================= 
iTemp = remove_whit(...) 
IF ( iTemp /= 0) WRITE(lout,*... 
 
!= Variant 2 ================= 
...remove_whit(ihit, DCWhits(iplane, 1:whatever)... 
 
!= Variant 3 ================= 
TYPE(type of DCWhits), POINTER:: pDCWhits(:) 
... 
pDCWHits =&amp;gt; DCWhits(iPlane, :) 
...remove_whit(ihit, pDCWHits, ...) 
&lt;/FONT&gt;&lt;/PRE&gt; &lt;BR /&gt; &lt;BR /&gt;I'm sure you'll eventually find the winning combination. &lt;BR /&gt; &lt;BR /&gt;Explicit interface/module association for remove_whit, if you don't already have it, is &lt;B&gt;highly&lt;/B&gt; recommended. Also, note that it would be wise to declare dummy argument for DCWhits as assumed-shape (:) for performance reasons (in which case explicit interface is required). &lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
      <pubDate>Wed, 04 Jul 2001 18:09:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956962#M21050</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2001-07-04T18:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a Software Problem Report</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956963#M21051</link>
      <description>If you have a software support contract, submit the report through the appropriate contact for that.  If you want to send it to us informally, send a gzipped tar file of the source file that got the error, along with any include files (and module sources) required, to fortran@compaq.com.  Please note that we're closed this week, so we won't look at it until next week.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 04 Jul 2001 21:51:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-submit-a-Software-Problem-Report/m-p/956963#M21051</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-07-04T21:51:55Z</dc:date>
    </item>
  </channel>
</rss>

