'!$OMP' directive followed by several spaces
Daniel Franke
franke.daniel@gmail.com
Wed Feb 14 12:54:00 GMT 2007
2007/2/14, Daniel Franke <franke.daniel@gmail.com>:
> OTOH:
> $> cat do1.f
> !$OMP parallel
> !$omp end parallel
> end
> $> gfortran-svn -g -Wall -fopenmp do1.f
>
> Compiles without notice.
$> gfortran-svn -g -Wall -fopenmp -ffree-form omp.f
omp.f:4.6:
!$OMP PARALLEL DO
1
Error: Unclassifiable OpenMP directive at (1)
So the -ffree-form flags breaks parsing somehow?!
More information about the Fortran
mailing list