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

Updated for GPC upgrade to Centos 6

parent 6a72a241
No related branches found
No related tags found
No related merge requests found
# Define our compilers.................................
#
# 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
#MPI_HOME=/scinet/gpc/intel/impi/4.0.2.003
F90 = ${MPI_HOME}/bin64/mpif90
F77 = ${MPI_HOME}/bin64/mpif90
CC = ${MPI_HOME}/bin64/mpicc
#F90 = scalasca -instrument mpif90
#F77 = scalasca -instrument mpif90
#CC = scalasca -instrument mpicc
#AR=ar
AR=xiar
BITS=_v0.2a-intel_11.1.072-impi_4.0.0.027
BITS=_v0.2a-intel_12.1-impi_4.0.2.003
#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
#IMKL = /scinet/gpc/intel/ics/composer_xe_2011_sp1.6.233/mkl/include
IMKL = ${MKL}/include
INCLUDE=-I$(IMKL)
# Define FORTRAN compiler flags.......................
......@@ -27,16 +23,16 @@ INCLUDE=-I$(IMKL)
#F77FLAGS = -O0
#F90FLAGS = -O1
#F77FLAGS = -O1
F90FLAGS = -O2
F77FLAGS = -O2
F90FLAGS = -O2 -heap-arrays 10
F77FLAGS = -O2 -heap-arrays 10
#F90FLAGS = -O3
#F77FLAGS = -O3
#F90FLAGS = -fast
#F77FLAGS = -fast
#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 -trace
#F77FLAGS = -O0 -fp-model strict -g -debug all -traceback -trace
#F90FLAGS = -O0 -check all -warn all,nodec,interfaces -gen_interfaces -traceback -fpe0
#F77FLAGS = -O0 -check all -warn all,nodec,interfaces -gen_interfaces -traceback -fpe0
......@@ -48,21 +44,19 @@ CFLAGS = -O2 -I.
#CFLAGS = -O3 -I.
#CFLAGS = -fast -I.
#CFLAGS = -O0 -DMKL_ILP64 -I. -fp-model strict -g -debug all
#CFLAGS = -O0 -I. -fp-model strict -g -debug all -traceback
#CFLAGS = -O0 -I. -fp-model strict -g -debug all -traceback -trace
#CFLAGS = -O0 -check all -warn all,nodec,interfaces -gen_interfaces -traceback -fpe0
# Libraries.............................
# 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
LMKL = ${MKL}/lib/intel64
# MPI
#
MPI = -L$(MPI_HOME)/lib64 -lmpi
MPI = -L${MPI_HOME}/lib64 -lmpi
WSMP = /home/dwhipp/software/wsmp/wsmp-Linux64-IMPI
WSMP = ${HOME}/software/wsmp/wsmp-Linux64-IMPI
LIBS = \
-LOCTREE -lOctree$(BITS) \
......
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