diff --git a/keopscore/keopscore/config/config.py b/keopscore/keopscore/config/config.py index 97cac11d5..084c13760 100644 --- a/keopscore/keopscore/config/config.py +++ b/keopscore/keopscore/config/config.py @@ -10,7 +10,7 @@ # global parameters can be set here : use_cuda = True # use cuda if possible use_OpenMP = True # use OpenMP if possible (see function set_OpenMP below) -lim_dim_local_var = 10000 +lim_dim_local_var = 0#10000 # System Path base_dir_path = os.path.abspath(join(os.path.dirname(os.path.realpath(__file__)), ".."))