18 lines
715 B
Plaintext
18 lines
715 B
Plaintext
# $Id: makefile_quad1,v 1.2 2012/04/03 10:49:56 zjcao Exp $
|
|
#used by quad1
|
|
#used for memorry leak debuging
|
|
#~/soft/bin/valgrind --tool=memcheck --leak-check=full /home/jpyu/local/mpich127_64/bin/mpirun -np 4 -machinefile ../machines ABE >& out.log
|
|
filein = -I/home/jpyu/local/mpich127_64/include -I/usr/include/gsl
|
|
|
|
LDLIBS = -L/home/jpyu/local/mpich127_64/lib -lmpich -L/opt/intel/fce/10.1.018/lib -lifcore
|
|
|
|
GSLIB = -L/usr/lib64 -lgsl -lgslcblas
|
|
|
|
CXXAPPFLAGS = -Dfortran3 -Dnewc -Wno-deprecated -DANSI_HEADERS -O2 -IPF-fp-strict
|
|
f90appflags = -pc64 -O2 -IPF-fp-strict
|
|
f90 = ifort -fpp
|
|
f77 = ifort -fpp -fixed
|
|
CXX = icpc
|
|
CC = icc -Wno-deprecated -DANSI_HEADERS -O2 -IPF-fp-strict
|
|
CLINKER = icpc
|