<?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 I'm stuck analyzing this - in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764046#M18965</link>
    <description>&lt;P&gt;I'm stuck analyzing this - this version of PSBLAS has too many valid coding errors that the compiler complains about, so that the modules that psb_srwextd.f90 depends on can't be compiled.&lt;/P&gt;
&lt;P&gt;For example, psb_hash_map_mod.f90 (which is needed to compile psb_tools_mod) extends type psb_indx_map with psb_hash_map and overrides the type-bound procedure g2ls1_ins with hash_g2ls1_ins. ifort correctly complains that the non-passed arguments, corresponding by position, don't match in type as is required by the standard (the lidx argument is logical in the base routine and integer in the override.)&lt;/P&gt;
&lt;P&gt;The source you complained about depends on some of these erroneous modules. I am not sure how you got as far as an internal compiler error but there's nothing more I can do here for now.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2013 15:59:30 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2013-03-27T15:59:30Z</dc:date>
    <item>
      <title>Internal compiler error when compiling PSBLAS solver</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764034#M18953</link>
      <description>Hello,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am trying to compile the psblas solver version 3. from&lt;A href="http://www.ce.uniroma2.it/psblas/"&gt;http://www.ce.uniroma2.it/psblas/&lt;/A&gt;but it gives me the error:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;**Internal compiler error: segmentation violation signal raised**&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The psblas 3 is a Fortran 2003 code. This problem has been there for almost a year now with all updates of intel 12. I use openmpi (compiled from source with Intel) for the MPI library, if it matters. The download link address of the psblas software is:http://www.ce.uniroma2.it/psblas/psblas-3.0-beta1.tgz.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have tested with the gfortran 4.6 and NAG compiler and both can compile psblas 3.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Cheers&lt;/DIV&gt;&lt;DIV&gt;Hossein&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Mar 2012 16:29:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764034#M18953</guid>
      <dc:creator>htg20</dc:creator>
      <dc:date>2012-03-06T16:29:49Z</dc:date>
    </item>
    <item>
      <title>Internal compiler error when compiling PSBLAS solver</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764035#M18954</link>
      <description>Thanks - we'll take a look at this. Which specific source files give you errors?&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Mar 2012 16:52:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764035#M18954</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-03-06T16:52:26Z</dc:date>
    </item>
    <item>
      <title>Internal compiler error when compiling PSBLAS solver</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764036#M18955</link>
      <description>Each new release of the Intel Fortran compiler comes with more F2003 capabilities added. However, the compiler is not yet a full F2003 compiler.&lt;BR /&gt;&lt;BR /&gt;It would be more useful for you to post the specific subprogram (along with those that it depends on) whose compilation causes the segmentation violation.</description>
      <pubDate>Tue, 06 Mar 2012 16:52:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764036#M18955</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-03-06T16:52:34Z</dc:date>
    </item>
    <item>
      <title>Internal compiler error when compiling PSBLAS solver</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764037#M18956</link>
      <description>&lt;DIV&gt;From the release notes the intel compiler has all the capabilities to compile the psblas packge. psblas is kind of big package with many dependancies, I mean it is difficult to extract the subprograms causing the problem. One time, I tried to change the compiling sequence of files but it gave the same error for another file.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;If it helps, for me it happens first time when compiling the"psb_serial_mod.f90" file.&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Mar 2012 17:05:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764037#M18956</guid>
      <dc:creator>htg20</dc:creator>
      <dc:date>2012-03-06T17:05:30Z</dc:date>
    </item>
    <item>
      <title>Internal compiler error when compiling PSBLAS solver</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764038#M18957</link>
      <description>I was able to reproduce at least some internal compiler errors. I have not seen any language usages we don't support. I will report any issues I find to the developers - thanks for letting us know. I'm not aware that these have been reported to us previously.</description>
      <pubDate>Tue, 06 Mar 2012 18:09:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764038#M18957</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-03-06T18:09:01Z</dc:date>
    </item>
    <item>
      <title>Internal compiler error when compiling PSBLAS solver</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764039#M18958</link>
      <description>I submitted issue DPD200179742 for the errors I found building the "base/modules" files. I can't really do much more until that is resolved. The factors here seem to be a type-bound procedure with a separate procedure-name given where that is a procedure in an interface block. That itself doesn't trigger the error, but a chain of modules using the definition eventually does. I could not figure out a reasonable workaround. I will update this thread as I get news.&lt;BR /&gt;&lt;BR /&gt;Thank you for bringing this to our attention.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Mar 2012 21:47:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764039#M18958</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-03-06T21:47:20Z</dc:date>
    </item>
    <item>
      <title>Internal compiler error when compiling PSBLAS solver</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764040#M18959</link>
      <description>It's my pleasure and thank you too for following up so quickly. I wish I posted this earlier.I have already notified the psblas developers about this issue.&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;I'm looking forward to hear the problem solved.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Mar 2012 07:52:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764040#M18959</guid>
      <dc:creator>htg20</dc:creator>
      <dc:date>2012-03-07T07:52:06Z</dc:date>
    </item>
    <item>
      <title>Internal compiler error when compiling PSBLAS solver</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764041#M18960</link>
      <description>The internal compiler error I reported has been fixed for a release later this year. I will see if there are other issues.</description>
      <pubDate>Fri, 30 Mar 2012 13:46:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764041#M18960</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-03-30T13:46:39Z</dc:date>
    </item>
    <item>
      <title>Internal compiler error when compiling PSBLAS solver</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764042#M18961</link>
      <description>Dear Steve,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I just checked the issue with the PSBLAS package with the ifort build20120612 and same problem exists. Are you sure that the bug is fixed?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Cheers&lt;/DIV&gt;&lt;DIV&gt;Hossein&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Jun 2012 16:07:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764042#M18961</guid>
      <dc:creator>htg20</dc:creator>
      <dc:date>2012-06-28T16:07:03Z</dc:date>
    </item>
    <item>
      <title>Internal compiler error when compiling PSBLAS solver</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764043#M18962</link>
      <description>We have not yet released the version containing the fix. I expect that in the September timeframe.</description>
      <pubDate>Thu, 28 Jun 2012 18:04:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764043#M18962</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-06-28T18:04:47Z</dc:date>
    </item>
    <item>
      <title>Dear Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764044#M18963</link>
      <description>&lt;P&gt;Dear Steve,&lt;/P&gt;
&lt;P&gt;I am getting the same error on our F2003 CFD code where, as you said, &amp;nbsp;we have "a type-bound procedure with a separate procedure-name given where that is a procedure in an interface block". I have also tried to compile the PSBLAS package (http://www.ce.uniroma2.it/psblas/psblas-3.0-2.tgz)&amp;nbsp;with the latest ifort build (from&amp;nbsp;composer_xe_2013.2.146) and the internal error also arises for me, at file: psb_srwextd.f90.&lt;/P&gt;
&lt;P&gt;Do you have any news on this issue? Thanks,&lt;/P&gt;
&lt;P&gt;Joan&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2013 10:35:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764044#M18963</guid>
      <dc:creator>jb84</dc:creator>
      <dc:date>2013-03-19T10:35:00Z</dc:date>
    </item>
    <item>
      <title>You're seeing a different</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764045#M18964</link>
      <description>&lt;P&gt;You're seeing a different error than before, though the symptom may be similar. The sources from the earlier beta compile fine for me, but I am getting different errors (not yet an ICE) for the 3.0-2. I'll look into this in more detail.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:50:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764045#M18964</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-03-19T15:50:32Z</dc:date>
    </item>
    <item>
      <title>I'm stuck analyzing this -</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764046#M18965</link>
      <description>&lt;P&gt;I'm stuck analyzing this - this version of PSBLAS has too many valid coding errors that the compiler complains about, so that the modules that psb_srwextd.f90 depends on can't be compiled.&lt;/P&gt;
&lt;P&gt;For example, psb_hash_map_mod.f90 (which is needed to compile psb_tools_mod) extends type psb_indx_map with psb_hash_map and overrides the type-bound procedure g2ls1_ins with hash_g2ls1_ins. ifort correctly complains that the non-passed arguments, corresponding by position, don't match in type as is required by the standard (the lidx argument is logical in the base routine and integer in the override.)&lt;/P&gt;
&lt;P&gt;The source you complained about depends on some of these erroneous modules. I am not sure how you got as far as an internal compiler error but there's nothing more I can do here for now.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 15:59:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Internal-compiler-error-when-compiling-PSBLAS-solver/m-p/764046#M18965</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-03-27T15:59:30Z</dc:date>
    </item>
  </channel>
</rss>

