Environment
openSUSE Leap 42.2
Intel Parallel studio 2017
make cfl3dcmplx_seq
Error Info
make[1]: Entering directory '/home/liqi/Documents/github/CFL3D/build/cflcmplx/libs'
ifort -DP3D_SINGLE -DLINUX -DINTEL -DDBLE_PRECSN -DCMPLX -O2 -w -ip -fno-alias -xHost -traceback -fpe0 -module /home/liqi/Documents/github/CFL3D/build/cfl/libs -r8 -c spalart.F
spalart.F(547): error #6355: This binary operation is invalid for this data type. [TURRE]
if (i_saneg .eq. 1 .and. turre(j,k,i) .lt. 0.) then
---------------------------------------^
spalart.F(611): error #6355: This binary operation is invalid for this data type. [TURRE]
if (i_saneg .eq. 1 .and. turre(j,k,i) .lt. 0.) then
---------------------------------------^
spalart.F(674): error #6355: This binary operation is invalid for this data type. [TURRE]
if (i_saneg .eq. 1 .and. turre(j,k,i) .lt. 0.) then
---------------------------------------^
spalart.F(787): error #6355: This binary operation is invalid for this data type. [TURRE]
if (i_saneg .eq. 1 .and. turre(j,k,i) .lt. 0.) then
---------------------------------------^
spalart.F(850): error #6355: This binary operation is invalid for this data type. [TURRE]
if (i_saneg .eq. 1 .and. turre(j,k,i) .lt. 0.) then
Environment openSUSE Leap 42.2 Intel Parallel studio 2017 make cfl3dcmplx_seq Error Info