1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Better check and benchmark driving

This commit is contained in:
paboyle
2017-05-05 19:54:38 +01:00
parent 697c0603ce
commit 751f2b9703
7 changed files with 42 additions and 24 deletions

View File

@ -1,12 +1,17 @@
SUBDIRS = core forces hmc solver debug smearing IO
SUBDIRS = . core forces hmc solver debug smearing
if BUILD_CHROMA_REGRESSION
SUBDIRS+= qdpxx
endif
.PHONY: subtests
include Make.inc
subtests:
for d in $(SUBDIRS); do $(MAKE) -C $${d} tests; done
check-local: all
./Test_simd
./Test_cshift
./Test_stencil
./Test_cayley_even_odd_vec
./Test_dwf_mixedcg_prec

View File

@ -1 +1,14 @@
.PHONY: check
include Make.inc
check: all
./Test_rect_force
./Test_gp_rect_force
./Test_laplacian_force
./Test_wilson_force
./Test_gpwilson_force
./Test_dwf_force
./Test_dwf_gpforce
./Test_mobius_force
./Test_zmobius_force