Skip to content
Snippets Groups Projects

allow using start instead of psexec in parallel runs under windows

Closed Marco Ratto requested to merge rattoma/dynare:parallel_without_psexec into master

For local clusters only, allow using start instead of psexec with windows, to properly allocate affinity when there are more than 32 cores. Manual updated accordingly.

It would require an additional parallel option in dynare invocation: parallel_use_psexec=INTEGER, which triggers the options_ field options_.parallel_info.use_psexec.

if parallel_use_psexec=1 (or default):

options_.parallel_info.use_psexec = true;

otherwise

options_.parallel_info.use_psexec = false;

Merge request reports

Pipeline #5227 passed

Pipeline passed for 34bdacfd on rattoma:parallel_without_psexec

Merged by avatar (May 2, 2025 11:13pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading