Skip to content

HPC Job Submission

Create and Submit HPC Job via Web Interface

Section titled “Create and Submit HPC Job via Web Interface”

HPC Job can be created while the template is available on the platform, follow the below steps to create:

  1. Upload or create Linux bash script file (.sh)
  2. Go to “Jobs” -> “Job Composer” JOB_SUBMISSION_1
  3. Go to “Jobs” JOB_SUBMISSION_2
  4. Click “New Job”  “From Template” JOB_SUBMISSION_3
  5. Select the template created before, change parameters in form and click “Create New Job” JOB_SUBMISSION_4
  6. Job created and available on the platform JOB_SUBMISSION_5

After created job, there are few steps required to success submit the job to HPC server to process:

  1. Go to “Jobs” -> “Job Composer” JOB_SUBMISSION_1
  2. Go to “Jobs” JOB_SUBMISSION_2
  3. Click “Job Options” JOB_SUBMISSION_6
  4. Change Job Name (optional), select cluster to run the job, specify the job script and check the “Copy environment” checkbox (compulsory, it will lead to job fail if not checked), then click “Save” JOB_SUBMISSION_7
  5. Scroll down the browser and preview the submit script, the script can be edited by clicking “Open Editor” (optional), remember to save the edited script in the editor. JOB_SUBMISSION_8
  6. Submit the script JOB_SUBMISSION_9
  7. The Job will be scheduled in queue and started while hardware resource available
  8. Wait for Job process complete JOB_SUBMISSION_10
  9. Collect the output file and error file from the specified path in Job script

HPC job can be submitted by using below command in CLI, a Job ID will be assigned and displayed on the terminal for successful submission.

$ sbatch <path to the job script>/<job script>.sh