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 get this error message when I try to build using GNU compilers version 10:
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/home/dusan/simple-ufs/src/preproc/sorc/gblevents.fd/gblevents.f:1438:34:
1438 | call ufbint(-iunitp,ufc_8,1,1,iret,'UFC')
| 1
......
2266 | CALL UFBINT(-IUNITP,TDP_8,1,255,NLTD,'TDO')
| 2
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/home/dusan/simple-ufs/src/preproc/sorc/gblevents.fd/gblevents.f:1439:34:
1439 | call ufbint(-iunitp,vfc_8,1,1,iret,'VFC')
| 1
......
2266 | CALL UFBINT(-IUNITP,TDP_8,1,255,NLTD,'TDO')
| 2
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/home/dusan/simple-ufs/src/preproc/sorc/gblevents.fd/gblevents.f:2838:72:
2838 | CALL GBLEVN11(IMAX,JMAX,GRDS(1,1,NS))
| 1
Error: Type mismatch in argument ‘grid’ at (1); passed REAL(4) to REAL(8)
/home/dusan/simple-ufs/src/preproc/sorc/gblevents.fd/gblevents.f:2885:72:
2885 | CALL GBLEVN11(IMAX,JMAX,GRDV(1,1,L,K))
| 1
Error: Type mismatch in argument ‘grid’ at (1); passed REAL(4) to REAL(8)
/home/dusan/simple-ufs/src/preproc/sorc/gblevents.fd/gblevents.f:3524:20:
3104 | CALL W3MOVDAT(RINC,IDATE,JDATE)
| 2
......
3524 | CALL W3MOVDAT(RINC,IDATE,JDATE)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/REAL(8)).
The text was updated successfully, but these errors were encountered:
I get this error message when I try to build using GNU compilers version 10:
The text was updated successfully, but these errors were encountered: