Skip to content

Commit

Permalink
warning that for now we don't support neither half spinor nor eo
Browse files Browse the repository at this point in the history
preconditioning.
  • Loading branch information
m-schroeck committed Nov 13, 2014
1 parent 027c6e8 commit cf0e947
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test_Dslash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cf0e947

Please sign in to comment.