Skip to main content

Create a Job Script

Job Scripts can be submitted to your new cluster, shared with your team, customized, cloned, templated, and more

Follow along with the steps below to create a Job Script in the Vantage web ui!

1. Job Script Dashboard

Navigate to the Job Script Dashboard using the left side navbar.

create-job-script-intro-00

2. Create a Job Script

Select the "Create Job Script" button in the upper right hand corner of the UI to open the Job Script creation modal.

create-job-script-intro-01

2.1 Select Entrypoint File

Give your Job Script a name and select an entrypoint, then click "Create".

create-job-script-intro-02

2.2 Edit Entrypoint File

Select the entrypoint file to edit it. Add the following text and save.

#!/bin/bash
#SBATCH -J sleep-job-%j

sleep 60

create-job-script-intro-03

At this point you have successfully created a Job Script and are ready to submit it to a cluster!

Next Steps