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

Added heap-arrays flag for compilation

parent 4d8f8a6b
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ AR=xiar
# There are no BITS
# BITS=-ifort-dbg-openmpi
BITS=_v0.1-intel_12.0.0-mpich2_1.2.1p1
BITS=_v0.2a-intel_12.0.0-mpich2_1.2.1p1
# BITS=-ifort-mvapich2
# no MKL
......@@ -40,13 +40,13 @@ INCLUDE = $(MPI_INC)
# Define FORTRAN compiler flags.......................
#
GFORTRAN_FLAGS = -ffree-line-length-0
#GFORTRAN_FLAGS = -ffree-line-length-0
# This gives us, at run time,
# error while loading shared libraries: libimf.so: cannot open shared object file
# No such file or directory
# IFORT_FLAGS = -O2 -fp-model strict -mcmodel=large -shared-intel
# IFORT_FLAGS = -fast
IFORT_FLAGS = -O2
IFORT_FLAGS = -O2 -heap-arrays 10
#IFORT_FLAGS = -O0
#IFORT_DEBUG = -g -warn all -check all -debug all
#F90_DEBUG = -g -warn all -check all -debug all -check:noarg_temp_created -traceback
......
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