Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: Use 4 cores as default for parallelized tools #3901

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 19, 2024

  1. tools: Use 4 cores as default for parallelized tools

    Given the common requests for parallelization by default and 4 cores (threads, processes) being most efficient, this is changing the default for nprocs for all tools to 4.
    
    The value can be changed in GUI settings or using g.gisenv using the NPROCS variable.
    
    This will require review of all test of tools with nprocs to make sure they are using nprocs=1 and not the default when parallelization is not tested.
    wenzeslaus committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    79a5511 View commit details
    Browse the repository at this point in the history