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

Install error on Apple Silicon #7

Open
jessbade opened this issue Nov 29, 2023 · 0 comments
Open

Install error on Apple Silicon #7

jessbade opened this issue Nov 29, 2023 · 0 comments

Comments

@jessbade
Copy link

jessbade commented Nov 29, 2023

I'm trying to compile cefine with gfortran on Mac ARM.

After running "gfortran -o cefine cefine.f90", I'm encountering the following error output:

cefine.f90:1955:52:

1955 | 55 IF (N .EQ. ND .OR. N .EQ. NE) GOTO 57
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 55 at (1)
cefine.f90:2298:47:

2298 | call elem(atmp, iat(i))
| 1
Error: Missing actual argument for argument 'atl' at (1)
cefine.f90:484:36:

484 | call wtm(xyz, iat, nat, 'coord')
| 1
Warning: Character length of actual argument shorter than of dummy argument 'outfile' (5/80) at (1)

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