13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
#$Id: makefile_itp,v 1.1 2013/01/26 11:23:09 zjcao Exp $
|
|
filein =
|
|
|
|
LDLIBS = -lifcore
|
|
|
|
CXXAPPFLAGS = -O2 -Wno-deprecated -Dfortran3 -Dnewc
|
|
f90appflags = -O2 -fpp
|
|
f90 = mpif90
|
|
f77 = mpif77
|
|
CXX = mpicxx
|
|
CC = mpicc
|
|
CLINKER = mpicxx
|