Skip to content

Commit

Permalink
Merge branch 'master' into column_model_pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlewis committed Jun 8, 2022
2 parents 24c47d0 + 9560521 commit d267f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extra/python/isca/templates/mkmf.template.ubuntu_conda
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ NC_LIB=`nc-config --flibs`
# -O2: Level 2 speed optimisations

FFLAGS = $(CPPFLAGS) $(NC_LIB) -cpp -fcray-pointer \
-O2 -ffree-line-length-none -fno-range-check \
-fdefault-real-8 -fdefault-double-8
-O2 -ffree-line-length-none -fno-range-check \
-fdefault-real-8 -fdefault-double-8 -fallow-invalid-boz -fallow-argument-mismatch

FC = $(F90)
LD = $(F90)
Expand Down

0 comments on commit d267f91

Please sign in to comment.