Open OnDemand allows you to submit SLURM jobs to the cluster without using shell commands.
The job composer simplifies the process of:
- Creating a script
- Submitting a job
- Downloading results
Submitting Jobs
We will describe creating a job from a template provided by the system.
-
Open the
Job Composer
tab from the Open OnDemand Dashboard. -
Go to the
New Job
tab and from the dropdown, selectFrom Template
. You can choose the default template or you can select from the list. -
Click on
Create New Job
. You will need to edit the file that pops up, so click the light blueOpen Editor
button at the bottom. Replace your allocation with your group name and clickSave
. -
Open OnDemand creates a unique directory for each job. In most cases, you will need to upload or move files into the job directory, so when you have finished editing the script, return to the Job Composer tab and click the darker blue
Open Dir
button at the bottom of the page. -
You may now use the File Explorer to upload or move the files you will need to run the job.
-
When you have finished preparing your job, click the
Submit
button. Your job will be submitted. Any errors will appear at the top of the page.
The Job Composer main panel allows you to monitor your job status. When your job has completed, select the job from the list so that it is highlighted. Click the Open Dir
button again to enter the directory. There you may view or download your result files.