- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for bringing this to our attention.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Steve,
I am getting the same error on our F2003 CFD code where, as you said, 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) with the latest ifort build (from composer_xe_2013.2.146) and the internal error also arises for me, at file: psb_srwextd.f90.
Do you have any news on this issue? Thanks,
Joan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.)
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page