https://github.com/paboyle/Grid
Raw File
Tip revision: cfa0576ffd154b07f02df0cd9a9e32411c2de0fa authored by Chulwoo Jung on 26 February 2024, 03:37:48 UTC
Getting rid of one more non-auto View, comms overlap in Laplace operator
Tip revision: cfa0576
Makefile.am
SUBDIRS = . core forces hmc solver debug smearing IO lanczos sp2n

if BUILD_CHROMA_REGRESSION
  SUBDIRS+= qdpxx
endif

include Make.inc

check-local: all
	./Test_simd
	./Test_cshift
	./Test_stencil
	./Test_dwf_mixedcg_prec



back to top