Skip to content

Submit Dashboard

The Submit Dashboard is the entry point for all job submissions. It displays available applications as a grid of cards grouped by category.

Keyboard shortcut: g0

Submit Dashboard
  • Built-in apps — cards for enabled applications (General, MATLAB, StarCCM+, etc.).
  • Plugin apps — cards for admin and user plugins. User plugins show a Personal badge.
  • Categories — cards are grouped by category (Built-in, Development, Simulation, etc.) with dividers.
  • Shortcuts — each card shows its keyboard shortcut (e.g., g1, g2, …).

Click a card to navigate to that application’s submission form.

Every job submission page includes a Job Scheduler Options section. The fields are split into a basic section (always visible) and an Advanced Options collapsible section. Which fields are basic vs. advanced depends on the specific application.

Basic Fields (default set — apps may promote additional fields):

FieldDescription
PartitionSLURM partition to submit to (required)
Job NameName for the job (required). Spaces are replaced with underscores. Determines the working directory.
Working DirectoryAuto-derived as <jobRoot>/<appType>/<jobName>. Read-only. A folder icon links to the File Manager if the directory exists.
CPUs per TaskCPUs per task, typically for OpenMP threads (≥ 1)

Additional Fields (basic or advanced depending on the app):

FieldDescription
Exclusive Node AccessIf enabled, the job cannot share nodes with other jobs
Number of NodesMinimum number of nodes to allocate (≥ 1)
Number of Tasks per NodeTasks per node, typically for MPI ranks (≥ 1)
Number of TasksTotal number of tasks (≥ 1)
MemoryMemory per node (e.g., 32G, 4096M)
GPU ModelSelect from available GPU models on the cluster (only shown if cluster has GPUs)
GPUs per NodeNumber of GPUs per node (only shown if cluster has GPUs)
Wall TimeTime limit in HH:MM:SS format
AccountSLURM account to charge (only shown if SLURM accounting is enabled)
QoSQuality of Service level (only shown if SLURM accounting is enabled)
Mail-UserEmail address for job notifications
Mail-TypeWhen to send email: BEGIN, END, FAIL, or ALL

Note: If your user account is not registered in the SLURM accounting database, an alert is shown and the submit button is disabled. Contact your admin to resolve this.

Every submission page is organized into tabs:

  1. New Job — configure and submit the job using the parameter forms.
  2. Batch Script — view and edit the generated SLURM batch script before submitting. You can modify the script directly and submit it as-is.
  3. Setting (admin only) — per-app configuration panel, visible only to the root user.

The Template system lets you save and reuse job submission parameters. Available on General, OpenFOAM, and Conda submission pages.

  1. Fill in your desired command on a submission page.
  2. Click the template button next to the Command field.
  3. In the Template dialog, click New to save the current command as a named template.
  4. Later, select a saved template to pre-fill the command field.
  5. Templates can be renamed and deleted from the dialog.

Templates are stored per-user and persist across sessions.