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

Added heap-arrays flag for compilation

parent 0f1b1cd4
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ CC = $(MPI_HOME)/bin/mpicc
AR=xiar
BITS=_v0.2a-intel_12.0.4-mvapich2_1.6
IMKL = /software/compilers/intel/composerxe-2011.4.191/mkl/include
#IMKL = /software/libraries/MKL/10.3/include
#IMKL = /software/compilers/intel/composerxe-2011.4.191/mkl/include
IMKL = /software/libraries/MKL/10.3/include
INCLUDE=-I$(IMKL)
# Define FORTRAN compiler flags.......................
......@@ -31,8 +31,8 @@ INCLUDE=-I$(IMKL)
#F77FLAGS = -O0 -mp -tpp7 -g -debug all -check all -implicitnone -warn unused -fp-stack-check -heap-arrays -ftrapuv -check pointers -check bounds
#F90FLAGS = -O0 -i8 -fp-model strict -g -debug all -implicitnone -fp-stack-check -heap-arrays -ftrapuv -check pointers
#F77FLAGS = -O0 -i8 -fp-model strict -g -debug all -implicitnone -fp-stack-check -heap-arrays -ftrapuv -check pointers
F90FLAGS = -O0 -fp-model strict -g -debug all -traceback
F77FLAGS = -O0 -fp-model strict -g -debug all -traceback
F90FLAGS = -O0 -fp-model strict -g -debug all -traceback -heap-arrays 10
F77FLAGS = -O0 -fp-model strict -g -debug all -traceback -heap-arrays 10
#F90FLAGS = -O0 -check all -warn all,nodec,interfaces -gen_interfaces -traceback -fpe0
#F77FLAGS = -O0 -check all -warn all,nodec,interfaces -gen_interfaces -traceback -fpe0
......@@ -50,8 +50,8 @@ CFLAGS = -O0 -I. -fp-model strict -g -debug all -traceback
# Libraries.............................
# Intel MKL libs
LMKL = /software/compilers/intel/composerxe-2011.4.191/mkl/lib
#LMKL = /software/libraries/MKL/10.3/lib/intel64
#LMKL = /software/compilers/intel/composerxe-2011.4.191/mkl/lib/intel64
LMKL = /software/libraries/MKL/10.3/lib/intel64
# MPI
MPI = -L$(MPI_HOME)/lib -lmpich
......
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