Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

do concurrent construct in ifort 18.0

mehdi__chinoune
Beginner
599 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
599 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