Skip to content

Commit

Permalink
Reverted build/Makefile.conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Jun 1, 2018
1 parent 91f2f92 commit 2a3d590
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/Makefile.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
F90 = ifort
F90FLAGS = -O3

#F90_LIB = /usr/local/ifort
F90_LIB = /homedata/gcesana/local/ifort
F90_LIB = /usr/local/ifort
NC_INC = -I$(F90_LIB)/include
NC_LIB = -L$(F90_LIB)/lib
NCDF_INC = /opt/netcdf43/ifort/include
NCDF_LIB = /opt/netcdf43/ifort/lib
NC_LIB = -L$(F90_LIB)/lib

0 comments on commit 2a3d590

Please sign in to comment.