Skip to content
Snippets Groups Projects
Commit 74f3cc10 authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

changed default number of threads from 1 to -1 (all available cores)

parent c5a50603
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ void init_cats_configuration(struct cats_configuration *conf)
conf->output_directory = strdup(DEFAULT_OUTPUT_DIRECTORY);
conf->stats_populated_threshold = DEFAULT_POPULATED_THRESHOLD;
conf->param_max_threads = 1;
conf->param_max_threads = -1;
conf->performance_file = NULL;
conf->grid_count = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment