asc26 amss-ncku initialized
This commit is contained in:
62
makefile_include/gpu/makefile_cao
Normal file
62
makefile_include/gpu/makefile_cao
Normal file
@@ -0,0 +1,62 @@
|
||||
# $Id: makefile_cao,v 1.2 2012/04/03 10:49:56 zjcao Exp $
|
||||
|
||||
#used by mydesktop
|
||||
|
||||
filein = -I/home/zjcao/local/include
|
||||
|
||||
|
||||
|
||||
LDLIBS = -L/home/zjcao/local/lib -lmpich -L/usr/lib -lgfortran
|
||||
|
||||
|
||||
|
||||
CXXAPPFLAGS = -O2 -Wno-deprecated -Dfortran3 -Dnewc
|
||||
|
||||
f90appflags = -O2
|
||||
|
||||
f90 = gfortran
|
||||
|
||||
CXX = g++
|
||||
|
||||
CLINKER = g++
|
||||
|
||||
.SUFFIXES: .o .f90 .C
|
||||
|
||||
|
||||
|
||||
.f90.o:
|
||||
|
||||
$(f90) $(f90appflags) -c $< -o $@
|
||||
|
||||
|
||||
|
||||
.C.o:
|
||||
|
||||
${CXX} ${CXXAPPFLAGS} -c $< ${filein} -o $@
|
||||
|
||||
|
||||
|
||||
# Input files
|
||||
|
||||
C++FILES = ABE.o cgh.o grid.o misc.o var.o var_list.o gsl.o operate_gsl.o\
|
||||
|
||||
bssn_class.o monitor.o surface_integral.o interpolation_cgh.o\
|
||||
|
||||
moving_box.o
|
||||
|
||||
|
||||
|
||||
F90FILES = initial_puncture.o prolongrestrict_cell.o polynomial_interpolation.o\
|
||||
|
||||
fmisc.o bssn.o cell_diff4.o rungekutta4_bssn.o sommerfeld_bssn.o\
|
||||
|
||||
rungekutta4_lapse_shift.o sommerfeld_lapse_shift.o\
|
||||
|
||||
enforce_algebra.o alwind_4th_9.o gauge_condition_9.o\
|
||||
|
||||
bssn_constraint.o fadmquantites_bssn.o getnp4.o kodiss.o
|
||||
|
||||
|
||||
|
||||
bssn_class.o: bssn_class.h cgh.h grid.h misc.h var.h gsl.h initial_puncture.h\
|
||||
|
||||
Reference in New Issue
Block a user