-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: variable number of parfor workers dependning on template resolu…
…tion Not enabled by default (-> uses Inf for all resolutions). Enable by specifying run.nworker as an array with the number of workers per resolution level, e.g., run.nworker = [Inf, 8] means that Inf number of workers will be used for all levels except the last (finest) resolution. This is useful when the template is large and too many workers can cause memory issues.
- Loading branch information
Showing
2 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters