Job Submission Generator

Automatic parameter selection

  • You can manually specify parameters at job submission using the command below. If needed, all parameters can also be automatically configured at queue level.
  • Job will use the default parameters configured for its queue unless the parameters are explicitly specified during submission (job parameters override queue parameters).
  • Refer to this page for additional examples.

Your Command

user@host: qsub {{qsub_instance_ami}} {{qsub_instance_type}} {{qsub_subnet_id}} {{qsub_spot_price}} {{qsub_efa_support}} {{qsub_placement_group}} {{qsub_root_size}} {{qsub_scratch_size}} {{qsub_scratch_iops}} {{qsub_fsx_lustre}} {{qsub_fsx_lustre_size}} {{qsub_ht_support}} {{qsub_spot_allocation_count}} {{qsub_spot_allocation_strategy}} {{qsub_nodes}} {{qsub_base_os}} {{qsub_keep_ebs}} {{qsub_force_ri}} myscript.sh

Job Parameters

Compute parameters:

Documentation
Must be a number greater than 0
Documentation Documentation
Image name must start with "ami-"
Documentation
Must be centos7, rhel7 or amazonlinux2
{{base_os_error}}
Documentation
Subnet name must start with "sub-"
Documentation
Spot Price must be a float (eg 1.2) or auto (match OD price)
Documentation
Must be a number
{{spot_allocation_error}}
{{spot_allocation_error_price}}
Documentation
Must be either lowest-price or capacity-optimized (default)
{{spot_allocation_strategy_price}}

Storage parameters:

Documentation
Root Size must be a number
Documentation
Scratch Size must be a number
Documentation
Provisioned IO/s must be a number
Documentation Documentation
Size must be a number

Flags:

I want to use EFA Documentation
I do not want to use Placement Group (enabled by default) Documentation
I want to enable HyperThreading (disabled by default) Documentation
I want to retain my EBS disks (disabled by default) Documentation
I want my job to only run on Reserved instances Documentation