Advanced Computing Platform for Theoretical Physics

Commit 5d0defb3 authored by mikeaclark's avatar mikeaclark
Browse files

Small fix to makefile

git-svn-id: http://lattice.bu.edu/qcdalg/cuda/quda@493 be54200a-260c-0410-bdd7-ce6af2a381ab
parent 58a19a3e
......@@ -69,7 +69,7 @@ gen:
$(PYTHON) dslash_cuda_gen.py
clean:
-rm -f *.o dslash_test invert_test su3_test pack_test $(QUDA)
-rm -f *.o dslash_test invert_test su3_test pack_test blas_test $(QUDA)
%.o: %.c $(QUDA_HDRS)
$(CC) $(CFLAGS) $< -c -o $@
......
......@@ -203,7 +203,7 @@ int main(int argc, char** argv) {
}
char filename[100];
sprintf(filename, "%d_%d_blas.dat", inv_param.cuda_prec, 256);
sprintf(filename, "%d_blas.dat", inv_param.cuda_prec);
FILE *blas_out = fopen(filename, "w");
nIters = 300;
......
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