From cf0e9474cf77ae1623a709d0531e588c6cbf8b4c Mon Sep 17 00:00:00 2001 From: mario Date: Thu, 13 Nov 2014 15:42:26 +0100 Subject: [PATCH] warning that for now we don't support neither half spinor nor eo preconditioning. --- test_Dslash.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test_Dslash.c b/test_Dslash.c index c7aa1fa3a..cb4651d37 100644 --- a/test_Dslash.c +++ b/test_Dslash.c @@ -73,6 +73,16 @@ int check_xchange(); int main(int argc,char *argv[]) { +#ifdef _USE_HALFSPINOR + #undef _USE_HALFSPINOR + printf("# WARNING: USE_HALFSPINOR will be ignored (not supported here).\n"); +#endif + + if(even_odd_flag) + { + even_odd_flag=0; + printf("# WARNING: even_odd_flag will be ignored (not supported here).\n"); + } int j,j_max,k,k_max = 1; #ifdef HAVE_LIBLEMON paramsXlfInfo *xlfInfo;