metrumresearchgroup / bbr

R interface for model and project management
https://metrumresearchgroup.github.io/bbr/
Other
23 stars 2 forks source link

Setting Run Parrallel as Default #514

Closed rymarinelli closed 2 years ago

rymarinelli commented 2 years ago

Closes #385

seth127 commented 2 years ago

@barrettk you can reference this group consensus that we documented in https://github.com/metrumresearchgroup/bbr/issues/385#issuecomment-1182171875

kyleam commented 2 years ago
git merge origin/main
[...]
git push --force-with-lease origin HEAD

Just a drive-by remark: for a merge, a force push shouldn't be needed (and it's good to not get into the habit of adding the flag in situations where it's unnecessary).

rymarinelli commented 2 years ago
CFG-S007:
  name: Set execution mode globally
  description: As a user, I want parallel to be set to TRUE if threads are specified to be greater than 1.
  ProductRisk: Low
  requirements:
  - UTL-R014