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 failing on MacOS 14.2.1 #630

Open
donghoonkuk opened this issue Feb 6, 2024 · 1 comment
Open

Compile failing on MacOS 14.2.1 #630

donghoonkuk opened this issue Feb 6, 2024 · 1 comment

Comments

@donghoonkuk
Copy link

I struggling to compile EPOCH on my MacBook but I have no idea how I can resolve error on the make step.

I install gfortran and mpich through brew but I don't get what's wrong in my make.

/Library/Developer/CommandLineTools/usr/bin/make MAKEFLAGS= COMPILER=gfortran -C ../SDF/FORTRAN
mkdir -p obj
mpifort -Iinclude -Iobj -Jinclude -o obj/MPI_CHECK src/mpi_version.f90
clang (LLVM option parsing): Unknown command line argument '-x86-pad-for-align=false'. Try: 'clang (LLVM option parsing) --help'
clang (LLVM option parsing): Did you mean '--x86-slh-loads=false'?
make[2]: *** [MPI_CHECK] Error 1
make[1]: *** [../SDF/FORTRAN/include/sdf.mod] Error 2
make: *** [commit] Error 2

Does anybody can help me to compile this code on my MacBook?

Thanks

@Status-Mirror
Copy link
Collaborator

Hey @donghoonkuk,

You aren't the first Mac user to recently tell us about compilation issues. Unfortunately I don't have a Mac so I can't help myself.

@keithbennett, are you still able to compile this code on a Mac?

Cheers,
Stuart

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

2 participants