error during compilation
Posted: Fri Feb 12, 2016 8:39 pm
Dear all,
Please help with this error I get when I compile VASP 5.4.1. with the example makefile.include file for gfrotran from the VASP site
/opt/intel/impi/5.0.1.035/intel64/bin/mpif90 -ffree-form -ffree-line-length-none -O0 -I/data1/gf01/fftw-3.3.4/include -c varpro.f90
varpro.f90:316.8:
REAL (dp), INTENT(IN) :: t(:,:) ! t(nmax,iv)
1
Error: Kind 16 not supported for type REAL at (1)
varpro.f90:317.8:
REAL (dp), INTENT(IN) :: y(:)
1
Error: Kind 16 not supported for type REAL at (1)
varpro.f90:318.8:
REAL (dp), INTENT(IN OUT) :: w(:)
1
Error: Kind 16 not supported for type REAL at (1)
varpro.f90:319.8:
.
.
.
.
Error: Syntax error in argument list at (1)
varpro.f90:498.27:
IF (prjres > eps1*(r+1.0_dp)) GO TO 10
1
Error: Invalid real kind 16 at (1)
varpro.f90:508.22:
beta, a(:,lp1), r, itype, inu, nwrite)
1
Error: Syntax error in argument list at (1)
Fatal Error: Error count reached limit of 25.
make[2]: *** [varpro.o] Error 1
make[2]: Leaving directory `/home/vmarkova/src/vasp/gf_vasp.5.4.1/build/std'
cp: cannot stat `vasp': No such file or directory
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/vmarkova/src/vasp/gf_vasp.5.4.1/build/std'
make: *** [std] Error 2
Please, if anyone has any idea what may be the problem I will be very grateful!
Velina
Please help with this error I get when I compile VASP 5.4.1. with the example makefile.include file for gfrotran from the VASP site
/opt/intel/impi/5.0.1.035/intel64/bin/mpif90 -ffree-form -ffree-line-length-none -O0 -I/data1/gf01/fftw-3.3.4/include -c varpro.f90
varpro.f90:316.8:
REAL (dp), INTENT(IN) :: t(:,:) ! t(nmax,iv)
1
Error: Kind 16 not supported for type REAL at (1)
varpro.f90:317.8:
REAL (dp), INTENT(IN) :: y(:)
1
Error: Kind 16 not supported for type REAL at (1)
varpro.f90:318.8:
REAL (dp), INTENT(IN OUT) :: w(:)
1
Error: Kind 16 not supported for type REAL at (1)
varpro.f90:319.8:
.
.
.
.
Error: Syntax error in argument list at (1)
varpro.f90:498.27:
IF (prjres > eps1*(r+1.0_dp)) GO TO 10
1
Error: Invalid real kind 16 at (1)
varpro.f90:508.22:
beta, a(:,lp1), r, itype, inu, nwrite)
1
Error: Syntax error in argument list at (1)
Fatal Error: Error count reached limit of 25.
make[2]: *** [varpro.o] Error 1
make[2]: Leaving directory `/home/vmarkova/src/vasp/gf_vasp.5.4.1/build/std'
cp: cannot stat `vasp': No such file or directory
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/vmarkova/src/vasp/gf_vasp.5.4.1/build/std'
make: *** [std] Error 2
Please, if anyone has any idea what may be the problem I will be very grateful!
Velina