Compute Cluster Server - Jobs

Sample scripts for managing compute cluster jobs


Cancel Job

Cancels a job.

Create Job from XML

Creates a job on a cluster from an XML template.

List All Cluster Jobs

Lists all jobs active on a compute cluster.

List Job Properties

Lists properties of a specific job.

List Job Resource Usage

Gets the resource usage of a currently running job.

List Job Tasks

Lists tasks of a specific job.

List One User's Jobs

Lists all jobs of a specific user with a specific status on a cluster.

List User Jobs by Status

Lists all jobs of a specific user on a cluster, organized by status.

Run Job on Ready Nodes

Runs a job on each ready node.

Run Job on Selected Nodes

Runs a job on asked nodes that meet certain criteria.

Submit a Job

Submits an existing job to the cluster scheduler.

Create and Submit Job with One Task

Creates and adds a job, creates and adds a task to the job, and submits the job.

Create and Submit Job with Multiple Tasks

Creates and adds a job, adds multiple tasks to the job, and submits job.

Create and Submit Job with Multiple Variable Tasks

Creates and adds a job, adds multiple, variable tasks to the job, and submits job.

Create and Submit Jobs with One Task

Creates and adds multiple jobs, adds one task to each job, and submits the jobs.

Create and Submit Multiple Jobs with Multiple Tasks

Creates and adds multiple jobs, adds multiple tasks to each job, and submits the jobs.

Create and Submit Multiple Jobs with Multiple Variable Tasks

Creates and adds multiple jobs, adds multiple, variable tasks to each job, and submits the jobs.

Create Task, Set Properties and Add to Job

Creates a task, sets its properties, and adds it to an existing job.

Top of pageTop of page