Skip to content

Install error on Apple Silicon #7

@jessbade

Description

@jessbade

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions