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

Added build options for Intel Compilers v12 and IntelMPI v4.1

parent 45f250ce
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
# IntelMPI
#MPI_HOME=/scinet/gpc/intel/impi/3.2.2.006
MPI_HOME=/scinet/gpc/intel/impi/4.0.0.027
#MPI_HOME=/scinet/gpc/intel/impi/4.0.1.007
F90 = $(MPI_HOME)/bin64/mpif90
F77 = $(MPI_HOME)/bin64/mpif90
CC = $(MPI_HOME)/bin64/mpicc
......@@ -16,6 +17,7 @@ BITS=
#IMKL = /scinet/gpc/intel/Compiler/11.1/056/mkl/include
IMKL = /scinet/gpc/intel/Compiler/11.1/072/mkl/include
#IMKL = /scinet/gpc/intel/ics/composerxe/mkl/include
INCLUDE=-I$(IMKL)
# Define FORTRAN compiler flags.......................
......@@ -25,12 +27,12 @@ INCLUDE=-I$(IMKL)
#F77FLAGS = -O0
#F90FLAGS = -O1
#F77FLAGS = -O1
#F90FLAGS = -O2
#F77FLAGS = -O2
F90FLAGS = -O2
F77FLAGS = -O2
#F90FLAGS = -O3
#F77FLAGS = -O3
F90FLAGS = -fast
F77FLAGS = -fast
#F90FLAGS = -fast
#F77FLAGS = -fast
#F90FLAGS = -O0 -mp -tpp7 -g -debug all -check all -implicitnone -warn unused -fp-stack-check -heap-arrays -ftrapuv -check pointers -check bounds
#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
......@@ -44,9 +46,9 @@ F77FLAGS = -fast
#
#CFLAGS = -O0 -I.
#CFLAGS = -O1 -I.
#CFLAGS = -O2 -I.
CFLAGS = -O2 -I.
#CFLAGS = -O3 -I.
CFLAGS = -fast -I.
#CFLAGS = -fast -I.
#CFLAGS = -O0 -DMKL_ILP64 -I. -fp-model strict -g -debug all
#CFLAGS = -O0 -I. -fp-model strict -g -debug all
#CFLAGS = -O0 -check all -warn all,nodec,interfaces -gen_interfaces -traceback -fpe0
......@@ -56,6 +58,7 @@ CFLAGS = -fast -I.
# Intel MKL libs
#LMKL = /scinet/gpc/intel/Compiler/11.1/056/mkl/lib
LMKL = /scinet/gpc/intel/Compiler/11.1/072/mkl/lib
#LMKL = /scinet/gpc/intel/ics/composerxe/mkl/lib/intel64
# MPI
#
......
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