I tried to compile vasp using ifort compiler 11.1. It showed the following errors
ifort: command line remark #10148: option '-tp' not supported
and
!DIR$ IVDEP
------^
fft3dlib.f90(1774): error #6477: Fortran 95 does not allow this statement or directive.
'-tp' not supported, fft3dlib.f90(1774): error #6477: Fortran 95 does not allow this statement or d
Moderators: Global Moderator, Moderator
'-tp' not supported, fft3dlib.f90(1774): error #6477: Fortran 95 does not allow this statement or d
Last edited by Isha on Tue Dec 21, 2010 2:46 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
'-tp' not supported, fft3dlib.f90(1774): error #6477: Fortran 95 does not allow this statement or d
drop the -e95 compiler flag for the compilation of the FFTs
Last edited by admin on Wed Dec 22, 2010 12:36 pm, edited 1 time in total.