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

do concurrent construct in ifort 18.0

mehdi__chinoune
Beginner
286 Views
ifort 18.0 beta doesn't accept this program:
program test 
  implicit none
  
  do concurrent(integer :: i=1:10)
    print*,i
  end do
  
end program test
0 Kudos
1 Reply
Kevin_D_Intel
Employee
286 Views

Thank you for the report and convenient test case. We fixed a related defect (here) earlier but not the case you presented. The 17.0 compiler also does not accept your case. I will report this to Development.

(Internal Tracking id: DPD200420013)

0 Kudos
Reply