Skip to content

Commit

Permalink
Compiler config
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanThober committed Jun 3, 2020
1 parent 62f6beb commit 9974094
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 96 deletions.
2 changes: 1 addition & 1 deletion make.config/stmac.alias
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set aliases so that one can, for example, say ifort to invoke standard intel11 on eve
ifneq (,$(findstring $(compiler),gnu gcc gfortran gcc49 gfortran49))
icompiler := gnu71
icompiler := gnu92
endif
ifneq (,$(findstring $(compiler),nag nagfor nag62))
icompiler := nag62
Expand Down
90 changes: 0 additions & 90 deletions make.config/stmac.gnu71

This file was deleted.

8 changes: 4 additions & 4 deletions make.config/stmac.gnu92
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Define subirectories if another structure

# Paths
GNUDIR := /Users/thober/homebrew_dev
GNUDIR := /usr/local
GNULIB := $(GNUDIR)/lib
GNUBIN := $(GNUDIR)/bin

Expand Down Expand Up @@ -69,9 +69,9 @@ MKL95INC :=
MKL95LIB :=

# NETCDF
NCDIR := /Users/thober/lib/install_netcdf/test_install/netcdf-fortran-4.5.2-gfortran
SZLIB := /Users/thober/homebrew_dev/lib
HDF5LIB := /Users/thober/homebrew_dev/lib
NCDIR := /usr/local/netcdf-fortran-4.5.2-gfortran
SZLIB := /usr/local/lib
HDF5LIB := /usr/local/lib

# PROJ
PROJ4DIR :=
Expand Down
2 changes: 1 addition & 1 deletion pre-proc/create_latlon.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ def latlon_to_nc(fhandle, lons, lats, xx, yy, missVal, suffix):
#
# close netcdf dataset
fhandle.close()
print outfile + " created."
print(outfile + " created.")

0 comments on commit 9974094

Please sign in to comment.