Sample scripts for managing compute cluster jobs
Cancels a job.
Creates a job on a cluster from an XML template.
Lists all jobs active on a compute cluster.
Lists properties of a specific job.
Gets the resource usage of a currently running job.
Lists tasks of a specific job.
Lists all jobs of a specific user with a specific status on a cluster.
Lists all jobs of a specific user on a cluster, organized by status.
Runs a job on each ready node.
Runs a job on asked nodes that meet certain criteria.
Submits an existing job to the cluster scheduler.
Creates and adds a job, creates and adds a task to the job, and submits the job.
Creates and adds a job, adds multiple tasks to the job, and submits job.
Creates and adds a job, adds multiple, variable tasks to the job, and submits job.
Creates and adds multiple jobs, adds one task to each job, and submits the jobs.
Creates and adds multiple jobs, adds multiple tasks to each job, and submits the jobs.
Creates and adds multiple jobs, adds multiple, variable tasks to each job, and submits the jobs.
Creates a task, sets its properties, and adds it to an existing job.