17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
#$Id: makefile_icm,v 1.3 2013/08/20 11:49:04 zjcao Exp $
|
|
filein =
|
|
|
|
LDLIBS = -L/opt/intel/Compiler/11.1/064/lib/intel64 -lifcore\
|
|
-L/opt/intel/Compiler/11.1/064/mkl/lib/em64t\
|
|
-L/opt/intel/Compiler/11.1/064/mkl/lib/em64t -lmkl -lguide -lpthread
|
|
|
|
GSLIB = -L/usr/lib64 -lgsl
|
|
|
|
CXXAPPFLAGS = -O2 -Wno-deprecated -Dfortran3 -Dnewc
|
|
f90appflags = -O2 -fpp
|
|
f90 = mpif90
|
|
f77 = mpif77
|
|
CXX = mpicxx
|
|
CC = mpicc
|
|
CLINKER = mpicxx
|