Catastrophic error with Coarrays

Catastrophic error with Coarrays

Imagen de velvia

Hi, The following program

program main

    implicit none
    integer, allocatable, codimension[:] :: x
    allocate(x[*])

    x = this_image()

    write (*,*) x

    deallocate(x[*])

end program main
which is not valid Fortran (the deallocate(x[*]) should be deallocate(x)) makes the compiler crash. Best regards, Franois

publicaciones de 3 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Annalee (Intel)

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

Imagen de Annalee (Intel)

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

Inicie sesión para dejar un comentario.