Skip to content

HPC Job Submission

  1. Upload or create Linux bash script file (.sh)
  2. Go to JobsJob Composer CREATE_TEMPLATE_1
  3. Go to “Templates” CREATE_TEMPLATE_2
  4. Click “New Template” CREATE_TEMPLATE_3
  5. Fill-in the form, “Copy Path” function in “Files” can be used while user located the template file directory CREATE_TEMPLATE_4
  6. Save the template, and which is available on the platform CREATE_TEMPLATE_5

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 steps below to create:

  1. Upload or create Linux bash script file (.sh)
  2. Go to JobsJob 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 JobsJob 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