From b947fb711f8b138e5a50c81e7331727c372eb87d Mon Sep 17 00:00:00 2001 From: Alex Stivala Date: Wed, 1 Sep 2021 04:44:05 +0200 Subject: [PATCH] put MAXDIM back to 111 after testing new error messages --- nvcc_src_current/saparams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvcc_src_current/saparams.h b/nvcc_src_current/saparams.h index 9467237..eeb650c 100644 --- a/nvcc_src_current/saparams.h +++ b/nvcc_src_current/saparams.h @@ -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 */