Skip to content

Submit

The submit subcommand submits all the runs to the job queuing system.

To run the command:

duqtools submit

Check out the command-line interface for more info on how to use this command.

The System specific submit config

Options that can be set for each different system to change the way of submitting it to systems.

These options can be set under the system key

submit_script_name
Script for each run that needs to be submitted
submit_command
Submission command for slurm.

Note

In addition, submit uses system.status_file to prevent re-submitting a running job.

Example

duqtools.yaml
system:
  name: jetto
  submit_command: sbatch
  submit_script_name: .llcmd