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
- Click Jobs in the left sidebar, then select Catalog.
- 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.
- Click an entry to view its detail page with a full description.
Import a script
- From the catalog entry detail page, click Import 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.
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
After importing:
- Click the edit icon next to the entrypoint file to open the editor.
- Modify the script to fit your cluster and workload. Common changes include adjusting
#SBATCHdirectives (partition name, time limit, memory) and updating file paths. - Click Save, then submit the script to your cluster.
note
Catalog scripts assume a shared /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