You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to recompile xtb (by gfortran 10). All worked OK until aprox. 58% ready, thani have got following:
/cygdrive/m/My_Project/Fortran/XTB_cygwin/xtb-6.7.0/src/gfnff/gfnff_eg.f90:4039:
45:
4039 | real(wp), intent(in) :: rTrans( 3, product(2*ewaldCutD+1))
| 1
Error: 'array' argument of 'product' intrinsic at (1) must be an array
/cygdrive/m/My_Project/Fortran/XTB_cygwin/xtb-6.7.0/src/gfnff/gfnff_eg.f90:4041:
44:
4041 | real(wp), intent(in) :: gTrans(3, product(2*ewaldCutR+1)-1)
| 1
Error: 'array' argument of 'product' intrinsic at (1) must be an array
/cygdrive/m/My_Project/Fortran/XTB_cygwin/xtb-6.7.0/src/gfnff/gfnff_eg.f90:4041:
44:
4041 | real(wp), intent(in) :: gTrans(3, product(2*ewaldCutR+1)-1)
| 1
Error: 'array' argument of 'product' intrinsic at (1) must be an array
/cygdrive/m/My_Project/Fortran/XTB_cygwin/xtb-6.7.0/src/gfnff/gfnff_eg.f90:4039:
45:
4039 | real(wp), intent(in) :: rTrans( 3, product(2*ewaldCutD+1))
| 1
Error: 'array' argument of 'product' intrinsic at (1) must be an array
/cygdrive/m/My_Project/Fortran/XTB_cygwin/xtb-6.7.0/src/gfnff/gfnff_eg.f90:4039:
45:
4039 | real(wp), intent(in) :: rTrans( 3, product(2*ewaldCutD+1))
| 1
Error: 'array' argument of 'product' intrinsic at (1) must be an array
/cygdrive/m/My_Project/Fortran/XTB_cygwin/xtb-6.7.0/src/gfnff/gfnff_eg.f90:1064:
68:
1064 | write(*,'(10x,"No H-atom found in this bond ",i0,1x,i0)'), ia
t,jat
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was trying to recompile xtb (by gfortran 10). All worked OK until aprox. 58% ready, thani have got following:
Any idea what is wrong ?
Michal
Beta Was this translation helpful? Give feedback.
All reactions