Skip to content

Commit

Permalink
benchmarking global vars mode
Browse files Browse the repository at this point in the history
  • Loading branch information
joanglaunes committed May 15, 2024
1 parent 8a28d70 commit 107e03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keopscore/keopscore/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)), ".."))
Expand Down

0 comments on commit 107e03d

Please sign in to comment.