FEHM icon indicating copy to clipboard operation
FEHM copied to clipboard

Compiling on Apple Silicon (arm64)

Open vancesteven opened this issue 1 year ago • 0 comments

Under an M2 Mac with gfortran 13.2.0, make install returns this error:

src % make install rm -f ./dated.f rm -f ./dated.o sed s/OS\ DATE/macOS\ 24-04-11/ ./dated.template > ./dated.f gfortran -frecord-marker=4 -no-pie -march=native -O2 dated.f -c -o ./dated.o gfortran -frecord-marker=4 -no-pie -march=native -O2 enrich_ctr.f -c -o ./enrich_ctr.o enrich_ctr.f:150:34:

150 | call add_resolution(1,ie,itype,nlayers,nei_add,node_add) | 1 Error: Rank mismatch in argument 'imtype' at (1) (scalar and rank-1) make: *** [enrich_ctr.o] Error 1

vancesteven avatar Apr 11 '24 18:04 vancesteven