asc26 amss-ncku initialized
This commit is contained in:
16
makefile_include/cpu part/makefile_icm
Normal file
16
makefile_include/cpu part/makefile_icm
Normal file
@@ -0,0 +1,16 @@
|
||||
#$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
|
||||
Reference in New Issue
Block a user