Skip to content

Commit

Permalink
add cluster cancel to config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed May 28, 2022
1 parent 32e94ba commit 6301451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This document tracks changes to the `master` branch of the profile.
### Added

- Default project in cookiecutter
- Cluster cancel (`--cluster-cancel`) command (`bkill`)

### Removed

Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.profile_name}}/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ restart-times: "{{cookiecutter.restart_times}}"
jobs: "{{cookiecutter.jobs}}"
cluster: "lsf_submit.py"
cluster-status: "lsf_status.py"
cluster-cancel: "bkill"
max-jobs-per-second: "{{cookiecutter.max_jobs_per_second}}"
max-status-checks-per-second: "{{cookiecutter.max_status_checks_per_second}}"

0 comments on commit 6301451

Please sign in to comment.