Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Catastrophic error with Coarrays

velvia
Beginner
742 Views

Hi,The following program[fortran]program main implicit none integer, allocatable, codimension[:] :: x allocate(x

  • ) x = this_image() write (*,*) x deallocate(x
  • ) end program main[/fortran] which is not valid Fortran (the deallocate(x
  • ) should be deallocate(x)) makes the compiler crash.Best regards,Franois
  • 0 Kudos
    3 Replies
    Anonymous66
    Valued Contributor I
    742 Views
    Hello Franois,

    Thank you for reporting this issue. I have escalated it to the developers. The issue number is DPD200233016. I will post any updates on the issue to this thread.

    Regards,
    Annnalee
    Intel Developer Support
    0 Kudos
    Anonymous66
    Valued Contributor I
    742 Views
    Hello Matt, A fix has been found for this issue. We are planning to include it in the next major release. Regards, Annalee Intel Developer Support
    0 Kudos
    Ron_Green
    Moderator
    742 Views

    This bug was fixed in the recent Composer XE 2013 SP1 release, released in early September ( version 14.0 of the compiler )

    ron

    0 Kudos
    Reply