Hello,
I just wanted to report this compilation error that I get compiling fortran coarray code with intel 17.0.0.098
ftn -c -assume realloc_lhs -coarray=shared -debug full -traceback -free -fPIC -warn all -O2 -qopt-report cgca_m3gbf.f90
ifort: remark #10397: optimization reports are generated in *.optrpt files in the output location
cgca_m3gbf.f90(119): 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 cgca_m3gbf.f90 (code 1)
This is not the case with Intel 16.0.2.181, which compiles without any problems
Regards,
Luis