Skip to main content

SLURM Jobs

Overview

Bridge lets you submit and run Slurm jobs from the UI, so you can manage and monitor jobs without logging in to the slurm node.

Prerequisites

  • Tenant Admin access
  • A SLURM cluster in Running state

Step 1: Submit a Job

  1. From the Slurm cluster view, click Jobs, then click Submit Job.

    Slurm Jobs

  2. Optionally provide SBATCH directives or Slurm job options in the fields or inside the job script.

    Slurm Job Sbatch

  3. Enter your job script in the Script section, then click Submit Job.

    Slurm Job Script

note

Bridge currently displays the status of the currently executing Slurm job only. A full list of executed jobs is not yet available; this feature is under development.

Step 2: Monitor Job Status

  1. After submission, track the job status in the UI (e.g., Pending, Running).

    Slurm Pending Job

  2. When the job completes, the status shows COMPLETED and you can view job details in the UI.

    Slurm Completed Job

    Slurm Completed Job

Next Steps