Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit 8f159b1

Browse files
committed
index/README: add missing job-cancel example to top-level files
1 parent ea56f0c commit 8f159b1

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,31 @@ Asynchronously submit jobspec files from a directory and wait for them to comple
2121

2222
Submit job bundles and wait until all jobs complete
2323

24-
**_6. [Use Events](https://github.com/flux-framework/flux-workflow-examples/tree/master/synchronize-events)_**
24+
**_6. [Job Cancellation](https://github.com/flux-framework/flux-workflow-examples/tree/master/job-cancel)_**
25+
26+
Cancel a running job
27+
28+
**_7. [Use Events](https://github.com/flux-framework/flux-workflow-examples/tree/master/synchronize-events)_**
2529

2630
Use events to synchronize compute and io-forwarding jobs running on separate
2731
nodes
2832

29-
**_7. [Simple KVS Python Binding Example](https://github.com/flux-framework/flux-workflow-examples/tree/master/kvs-python-bindings)_**
33+
**_8. [Simple KVS Python Binding Example](https://github.com/flux-framework/flux-workflow-examples/tree/master/kvs-python-bindings)_**
3034

3135
Use KVS Python interfaces to store user data into KVS
3236

33-
**_8. [Job Ensemble Submitted with a New Flux Instance](https://github.com/flux-framework/flux-workflow-examples/tree/master/job-ensemble)_**
37+
**_9. [Job Ensemble Submitted with a New Flux Instance](https://github.com/flux-framework/flux-workflow-examples/tree/master/job-ensemble)_**
3438

3539
Submit job bundles, print live job events, and exit when all jobs are complete
3640

37-
**_9. [Hierarchical Launching](https://github.com/flux-framework/flux-workflow-examples/tree/master/hierarchical-launching)_**
41+
**_10. [Hierarchical Launching](https://github.com/flux-framework/flux-workflow-examples/tree/master/hierarchical-launching)_**
3842

3943
Launch a large number of sleep 0 jobs
4044

41-
**_10. [Use a Flux Comms Module](https://github.com/flux-framework/flux-workflow-examples/tree/master/comms-module)_**
45+
**_11. [Use a Flux Comms Module](https://github.com/flux-framework/flux-workflow-examples/tree/master/comms-module)_**
4246

4347
Use a Flux Comms Module to communicate with job elements
4448

45-
**_11. [A Data Conduit Strategy](https://github.com/flux-framework/flux-workflow-examples/tree/master/data-conduit)_**
49+
**_12. [A Data Conduit Strategy](https://github.com/flux-framework/flux-workflow-examples/tree/master/data-conduit)_**
4650

4751
Attach to a job that receives OS time data from compute jobs

index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ to complete in any order
2929

3030
Submit job bundles and wait until all jobs complete
3131

32+
:doc:`Job Cancellation <job-cancel/README>`
33+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34+
35+
Cancel a running job
36+
3237
:doc:`Use Events <synchronize-events/README>`
3338
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3439

@@ -69,6 +74,7 @@ Attach to a job that receives OS time data from compute jobs
6974
job-submit-wait/README
7075
async-bulk-job-submit/README
7176
job-status-control/README
77+
job-cancel/README
7278
synchronize-events/README
7379
kvs-python-bindings/README
7480
job-ensemble/README

0 commit comments

Comments
 (0)