fft3dlib.f90: Warning: Sharing of a DO termination statement...
Posted: Wed Oct 25, 2006 10:44 am
My Intel fortran compiler says here:
fft3dlib.f90(1450): fortcom: Warning: fft3dlib.f90, line 1707:
Sharing of a DO termination statement by more than one DO
statement is obsolete. Use an END DO or CONTINUE statement
for each DO statement. [20]
20 CONTINUE
---^
And furthermore, a whole lot of loops that cannot be vectorized
in this file, and also a lot of remarks on "vector dependence"
appear during compilation. See
http://surfion.snu.ac.kr/~lahaye/vasp/fft3dlib.out
for the complete listing. In case the linenumbers are confusing, there
is also my preprocessed .f90 file with the linenumbers prefixed:
http://surfion.snu.ac.kr/~lahaye/vasp/fft3dlib.f90
Rob.
fft3dlib.f90(1450): fortcom: Warning: fft3dlib.f90, line 1707:
Sharing of a DO termination statement by more than one DO
statement is obsolete. Use an END DO or CONTINUE statement
for each DO statement. [20]
20 CONTINUE
---^
And furthermore, a whole lot of loops that cannot be vectorized
in this file, and also a lot of remarks on "vector dependence"
appear during compilation. See
http://surfion.snu.ac.kr/~lahaye/vasp/fft3dlib.out
for the complete listing. In case the linenumbers are confusing, there
is also my preprocessed .f90 file with the linenumbers prefixed:
http://surfion.snu.ac.kr/~lahaye/vasp/fft3dlib.f90
Rob.