Use the job catalog
The job catalog is a library of pre-built job scripts ready to run on Vantage clusters. Browse the catalog to find scripts for common workloads, then import them into your own script library where you can customize and submit them.
Browse the catalog
Open the catalog
Click Jobs in the left sidebar, then select Catalog.
Explore available scripts
The catalog displays a grid of scripts with an icon, name, and short description for each entry. Use the search bar to filter by name or keyword.
View script details
Click an entry to view its detail page with a full description.
Import a script
Click Import Script
From the catalog entry detail page, click Import Script.
Review your new script
Vantage creates a new job script in your library with the entrypoint file and any support files pre-populated. You are redirected to the new script's detail page.
Success looks like this: the catalog script is found and can be submitted directly, or customized before submission.
The imported script is a full copy. You can edit, clone, archive, submit, or delete it like any script you created yourself.
Customize and submit
Open the editor
Click the edit icon next to the entrypoint file to open the editor.
Modify the script
Modify the script to fit your cluster and workload. Common changes include adjusting #SBATCH directives (partition name, time limit, memory) and updating file paths.
Save and submit
Click Save, then submit the script to your cluster.
/nfs folder on all cluster nodes. If your cluster does not have this mount, update the script's file paths before submitting.Related
- Create job scripts to write scripts from scratch
- Create job templates for reusable parameterized scripts