Dartmouth Research Computing & Data (RCD) logo
  • Home 
  • HPC 
  • AI 
  • Services 
  • About Us 

  •   Search this site
  •  
Hpc
  • Intro to HPC
    • What is HPC
    • What is DartFS
    • Logging into the Cluster
    • Linux - Helpful Commands
    • Environment Modules
    • Conda Tutorial
    • Submitting an Interactive Job
    • Estimating Job Resources
    • Submitting a Batch Job
    • Getting Help
  • Open OnDemand
    • Getting Started
    • Discovery Desktop
    • Job Composer
    • Jupyter
    • MATLAB
    • RStudio
  • Intro to HPC
    • What is HPC
    • What is DartFS
    • Logging into the Cluster
    • Linux - Helpful Commands
    • Environment Modules
    • Conda Tutorial
    • Submitting an Interactive Job
    • Estimating Job Resources
    • Submitting a Batch Job
    • Getting Help
  • Open OnDemand
    • Getting Started
    • Discovery Desktop
    • Job Composer
    • Jupyter
    • MATLAB
    • RStudio
  1.   Open OnDemand
  1. Home
  2. HPC
  3. Open OnDemand
  4. Job Composer

Job Composer

2 min read • 322 words

To create jobs through Open OnDemand, navigate to Jobs > Jobs Composer from the dashboard.

job

You will see the below output opened in a new tab. The list of options available to create new jobs are point_right From Default Template, From Template, From Specified Path, and From Selected Job.

job_temp

Create Job  

From Default Template  

default

A new job will be created

simple

You can modify the options of the created job like name, Cluster, Job Script using the Job Options button.

options

After you click the button, you can change the job options:

expand

In the above example, the Name has been changed from default (Simple Sequential Job) to Example After the name has been modified, hit the Save button and the modified job name will be replicated in the Job Composer page:

example

Now, modify the submit script main_job.sh.

On the Job Composer page, hit the Open Editor button under Submit Script section.

submit

In the text editor opening in a new tab, modify the Job Script with the below content.

submit

After the job submission script main_job.sh has been updated with the above code, hit the Save button. Now, go back to the previous tab and you will see the submission script updated.

details

The above Job Details pane also shows important information related to the job.

Now, hit the submit button to submit your Example Job. The status will be changed from Not Submitted to Queued or Running and also you will get a success message alert at the top of your page saying that Job was successfully submitted. You will see the status Completed after the job execution has completed.

To view the output after the job finishes, click the generated output file slurm-.out under Folder contents in Job Details section.

For the From Template section we have some prebuilt templates for you to choose from.

These templates are:

  • GPU Job
  • Job Array Example
  • Multi Core Job
  • Single Core Job

Document Still in progress

 Discovery Desktop
Jupyter 

     
Copyright © 2025 Dartmouth Research Computing & Data | Powered by Hinode.
Dartmouth Research Computing & Data (RCD)
Code copied to clipboard