nasa / CFL3D

Apache License 2.0
284 stars 174 forks source link

error Encounter while compile complex version with intel fortran #3

Closed vliqi closed 7 years ago

vliqi commented 7 years ago

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
crumsey commented 7 years ago

pushed a fix for this