Skip to content

Commit

Permalink
put MAXDIM back to 111 after testing new error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
stivalaa committed Sep 1, 2021
1 parent ce8be02 commit b947fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvcc_src_current/saparams.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*****************************************************************************/

/* maximum size of tableaux / distance matrices that can be read */
#define MAXDIM 97
#define MAXDIM 111

/* maximum size of tableaux / distance matrices handled by GPU (shared mem) */
#define MAXDIM_GPU 96 /* TODO conditional compilation for this */
Expand Down

0 comments on commit b947fb7

Please sign in to comment.