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

OneAPI Beta 8 compiler ICE with teams example

Steve_Lionel
Honored Contributor III
292 Views

I tried example "C.6.7 Accessing coarrays in sibling teams" from the F2018 standard:

 

D:\Projects>ifx /Qcoarray c67.f90
Intel(R) Visual Fortran Compiler for applications running on Intel(R) 64, Version 2021.1 NextGen Beta Build 20200715
Copyright (C) 1985-2020 Intel Corporation. All rights reserved.

t.f90(24): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.  Note: File and line given may not be explicit cause of this error.
compilation aborted for c67.f90 (code 1)

 

 

 

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
279 Views

Never mind! Compiles fine with ifort.

0 Kudos
Reply