Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error in lsgen.f #5

Open
YenochQin opened this issue Oct 23, 2023 · 0 comments
Open

Compile error in lsgen.f #5

YenochQin opened this issue Oct 23, 2023 · 0 comments

Comments

@YenochQin
Copy link

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

 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant