Skip to content
Snippets Groups Projects
Commit 6431a70f authored by Anne Philipp's avatar Anne Philipp
Browse files

changed from debug to optimized mode

parent c49aa734
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.SUFFIXES: .o .c .c~ .f .f~ .F90 .f90 .f90~ .f95 .f95~ .F .F~ .y .y~ .l .l~ \ .SUFFIXES: .o .c .c~ .f .f~ .F90 .f90 .f90~ .f95 .f95~ .F .F~ .y .y~ .l .l~ \
.s .s~ .sh .sh~ .h .h~ .C .C~ .a .s .s~ .sh .sh~ .h .h~ .C .C~ .a
OPT = -g OPT = -O3
DEBUG = -g DEBUG = -g
LIB = $(ECCODES_LIB) $(EMOSLIB) LIB = $(ECCODES_LIB) $(EMOSLIB)
......
...@@ -14,14 +14,10 @@ ...@@ -14,14 +14,10 @@
GRIB_API_INCLUDE_DIR=/usr/local/gcc-4.9.3/grib_api-1.14.3/include GRIB_API_INCLUDE_DIR=/usr/local/gcc-4.9.3/grib_api-1.14.3/include
GRIB_API_LIB= -L/usr/local/gcc-4.9.3/grib_api-1.14.3/lib -Bstatic -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper GRIB_API_LIB= -L/usr/local/gcc-4.9.3/grib_api-1.14.3/lib -Bstatic -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper
#GRIB_API_INCLUDE_DIR=/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/include
#GRIB_API_LIB=-L/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/lib -Bstatic -leccodes_f90 -leccodes -Bdynamic -lm -ljasper -openmp
EMOSLIB=-lemosR64 EMOSLIB=-lemosR64
OPT = -g -O3 -fopenmp OPT = -O3 -fopenmp
DEBUG = -g DEBUG = -O3
LIB = $(GRIB_API_LIB) $(EMOSLIB) LIB = $(GRIB_API_LIB) $(EMOSLIB)
FC=gfortran -m64 -fdefault-real-8 -fcray-pointer -fno-second-underscore -ffixed-line-length-132 -fopenmp -fconvert=big-endian FC=gfortran -m64 -fdefault-real-8 -fcray-pointer -fno-second-underscore -ffixed-line-length-132 -fopenmp -fconvert=big-endian
......
...@@ -10,19 +10,12 @@ ...@@ -10,19 +10,12 @@
.SUFFIXES: .o .c .c~ .f .f~ .F90 .f90 .f90~ .f95 .f95~ .F .F~ .y .y~ .l .l~ \ .SUFFIXES: .o .c .c~ .f .f~ .F90 .f90 .f90~ .f95 .f95~ .F .F~ .y .y~ .l .l~ \
.s .s~ .sh .sh~ .h .h~ .C .C~ .a .s .s~ .sh .sh~ .h .h~ .C .C~ .a
#GRIB_API_INCLUDE_DIR=/home/srvx1/tmc/TestEnv/Libraries/grib_api-1.25.0_ifort/include GRIB_API_INCLUDE_DIR=/usr/local/include
#GRIB_API_LIB=-L/home/srvx1/tmc/TestEnv/Libraries/grib_api-1.25.0_ifort/lib -Bstatic -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper -qopenmp GRIB_API_LIB= -L/usr/local/lib -leccodes_f90 -leccodes -lm -ljasper
#GRIB_API_INCLUDE_DIR=/usr/local/ifort/grib1.12.3//include
#GRIB_API_LIBS=-openmp -L/usr/local/ifort/grib1.12.3/lib -Bstatic -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper
GRIB_API_INCLUDE_DIR=/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/include
GRIB_API_LIB= -L/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/lib -Bstatic -leccodes_f90 -leccodes -Bdynamic -lm -ljasper
OPT = -g -O3 -mcmodel=medium -unroll -inline -heap-arrays 32 OPT = -g -O3 -mcmodel=medium -unroll -inline -heap-arrays 32
DEBUG = -g DEBUG = ''
LIB = $(GRIB_API_LIB) -lemosR64 -lgfortran LIB = $(GRIB_API_LIB) -lemosR64 -lgfortran
FC=/opt/intel/composerxe/bin/ifort -132 -traceback -r8 FC=/opt/intel/composerxe/bin/ifort -132 -traceback -r8
...@@ -35,7 +28,7 @@ LDFLAGS = $(OPT) ...@@ -35,7 +28,7 @@ LDFLAGS = $(OPT)
BINDIR = . BINDIR = .
EXE = CONVERT2 EXE = CONVERT2.s8.ifort
.f.o: .f.o:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment