response 3
This commit is contained in:
parent
b80b8fcee3
commit
45fdb92841
5 changed files with 337 additions and 3 deletions
|
|
@ -13,7 +13,9 @@ COMPILER=GCC_
|
|||
# COMPILER=PGI_
|
||||
|
||||
|
||||
SOURCES = main.cpp benchmarks.cpp benchmark_tests.cpp factorization_solve.cpp factorization_solve_tests.cpp
|
||||
#SOURCES = main.cpp benchmarks.cpp benchmark_tests.cpp factorization_solve.cpp factorization_solve_tests.cpp
|
||||
# GH
|
||||
SOURCES = main.cpp benchmarks.cpp benchmark_tests.cpp factorization_solve.cpp factorization_solve_tests.cpp vdop.cpp getmatrix.cpp
|
||||
OBJECTS = $(SOURCES:.cpp=.o)
|
||||
|
||||
PROGRAM = main.${COMPILER}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue