Advanced Computing Platform for Theoretical Physics

Commit e27af7df authored by rbabich's avatar rbabich
Browse files

quda: small change to Makefile


git-svn-id: http://lattice.bu.edu/qcdalg/cuda/quda@552 be54200a-260c-0410-bdd7-ce6af2a381ab
parent 98aa47f4
all: lib tests
all: make.inc lib tests
make.inc:
@echo 'Before building, please create make.inc from make.inc.example'
@exit 1
lib:
$(MAKE) -C lib/
......
......@@ -12,7 +12,7 @@
// What test are we doing (0 = dslash, 1 = MatPC, 2 = Mat)
int test_type = 1;
// clover-improved? (0 = plain Wilson, 1 = clover)
int clover_yes = 1;
int clover_yes = 0;
QudaGaugeParam gaugeParam;
QudaInvertParam inv_param;
......@@ -38,7 +38,7 @@ void init() {
gaugeParam.X[0] = 24;
gaugeParam.X[1] = 24;
gaugeParam.X[2] = 24;
gaugeParam.X[3] = 64;
gaugeParam.X[3] = 48;
setDims(gaugeParam.X);
gaugeParam.anisotropy = 2.3;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment