nextscalar
- Date:
02-08-2023
NAME
NEXTSCALAR - disable vectorization for the first DO or DO WHILE loop following the directive
SYNOPSIS
!DIR$ NEXTSCALAR
DESCRIPTION
The NEXTSCALAR directive disables vectorization for the first DO or DO WHILE loop following the directive. The directive applies to one loop only; the first loop that appears after the directive but within the same program unit. If the NEXTSCALAR directive appears before any array syntax statement, it disables vectorization for the array syntax statement.
NEXTSCALAR is ignored if vectorization has been disabled. NEXTSCALAR does not affect multistreaming.
SEE ALSO
intro_directives(7)
Cray Fortran Reference Manual