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
4489 |if (.NOT.Block(rank,pos,i,maskal,ny,lika)) then| 1
Error: Actual argument contains too few elements for dummy argument ‘rank’ (12000060/33000165) at (1)
I compile it using gfortran-12. Can you tell me how to fix it?
Have a nice day!
Yenoch
The text was updated successfully, but these errors were encountered:
Hi,
I compile lsgen.f program with
gfortran -o lsgen -fallow-argument-mismatch lsgen.f -L ${ATSP}/lib -lcom -lrad -lang -lcom
and
gfortran -o lsgen lsgen.f -L ${ATSP}/lib -lcom -lrad -lang -lcom
both report
I compile it using gfortran-12. Can you tell me how to fix it?
Have a nice day!
Yenoch
The text was updated successfully, but these errors were encountered: