Skip to content
Snippets Groups Projects
Commit 37def4fe authored by Dave Whipp's avatar Dave Whipp
Browse files

Modified build levels

parent 6e433d27
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ AR=xiar ...@@ -16,7 +16,7 @@ AR=xiar
# There are no BITS # There are no BITS
# BITS=-ifort-dbg-openmpi # BITS=-ifort-dbg-openmpi
BITS=-ifort-mpich2 BITS=_v0.1-intel_12.0.0-mpich2_1.2.1p1
# BITS=-ifort-mvapich2 # BITS=-ifort-mvapich2
# no MKL # no MKL
...@@ -47,14 +47,24 @@ GFORTRAN_FLAGS = -ffree-line-length-0 ...@@ -47,14 +47,24 @@ GFORTRAN_FLAGS = -ffree-line-length-0
# IFORT_FLAGS = -O2 -fp-model strict -mcmodel=large -shared-intel # IFORT_FLAGS = -O2 -fp-model strict -mcmodel=large -shared-intel
# IFORT_FLAGS = -fast # IFORT_FLAGS = -fast
IFORT_FLAGS = -O2 IFORT_FLAGS = -O2
# IFORT_DEBUG = -g -warn all -check all -debug all #IFORT_FLAGS = -O0
IFORT_DEBUG = #IFORT_DEBUG = -g -warn all -check all -debug all
F90FLAGS = ${IFORT_FLAGS} ${IFORT_DEBUG} #F90_DEBUG = -g -warn all -check all -debug all -check:noarg_temp_created -traceback
F77FLAGS = ${IFORT_FLAGS} ${IFORT_DEBUG} #F90_DEBUG = -g -traceback
F90_DEBUG =
#F77_DEBUG = -g -warn all -check all -debug all
#F77_DEBUG = -g -traceback
F77_DEBUG =
#IFORT_DEBUG =
#F90FLAGS = ${IFORT_FLAGS} ${IFORT_DEBUG}
#F77FLAGS = ${IFORT_FLAGS} ${IFORT_DEBUG}
F90FLAGS = ${IFORT_FLAGS} ${F90_DEBUG}
F77FLAGS = ${IFORT_FLAGS} ${F77_DEBUG}
FFLAGS=${F90FLAGS} FFLAGS=${F90FLAGS}
# Define C compiler flags............................. # Define C compiler flags.............................
# #
ICC_FLAGS = ICC_FLAGS =
#CFLAGS = -O0 ${ICC_FLAGS}
CFLAGS = -O2 ${ICC_FLAGS} CFLAGS = -O2 ${ICC_FLAGS}
# no Intel MKL library # no Intel MKL library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment