Skip to content

Commit

Permalink
output MAXDIM to stderr at start
Browse files Browse the repository at this point in the history
  • Loading branch information
stivalaa committed Sep 1, 2021
1 parent 7549380 commit ad2159d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvcc_src_current/cudaSaTabsearch.cu
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,9 @@ int main(int argc, char *argv[])
}
}

fprintf(stderr, "MAXDIM = %d (edit in saparams.h and recompile to change)\n",
MAXDIM);

if (querydbmode)
{
cltype = 'T'; ltype = 1;
Expand Down

0 comments on commit ad2159d

Please sign in to comment.