Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Catastrophic error with Coarrays

velvia
Beginner
726 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
    726 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
    726 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
    726 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