@@ -21,27 +21,31 @@ Asynchronously submit jobspec files from a directory and wait for them to comple
21
21
22
22
Submit job bundles and wait until all jobs complete
23
23
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 ) _ **
25
29
26
30
Use events to synchronize compute and io-forwarding jobs running on separate
27
31
nodes
28
32
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 ) _ **
30
34
31
35
Use KVS Python interfaces to store user data into KVS
32
36
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 ) _ **
34
38
35
39
Submit job bundles, print live job events, and exit when all jobs are complete
36
40
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 ) _ **
38
42
39
43
Launch a large number of sleep 0 jobs
40
44
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 ) _ **
42
46
43
47
Use a Flux Comms Module to communicate with job elements
44
48
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 ) _ **
46
50
47
51
Attach to a job that receives OS time data from compute jobs
0 commit comments