Flux Workflow Examples
Launch a flux instance and schedule/launch compute and io-forwarding jobs on separate nodes using the CLI
Schedule/launch compute and io-forwarding jobs on separate nodes using the Python bindings
Submit jobs and wait for them to complete using the Flux Python bindings
4. Python Asynchronous Bulk Job Submission
Asynchronously submit jobspec files from a directory and wait for them to complete in any order
5. Using Flux Job Status and Control API
Submit job bundles and wait until all jobs complete
Cancel a running job
7. Use Events
Use events to synchronize compute and io-forwarding jobs running on separate nodes
8. Simple KVS Python Binding Example
Use KVS Python interfaces to store user data into KVS
9. Job Ensemble Submitted with a New Flux Instance
Submit job bundles, print live job events, and exit when all jobs are complete
Launch a large number of sleep 0 jobs
Use a Flux Comms Module to communicate with job elements
Attach to a job that receives OS time data from compute jobs