Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

submit

Usage:

row submit [OPTIONS] [DIRECTORIES]

row submit submits jobs to the scheduler. First it determines the status of all the given directories for the selected actions. Then it forms groups and submits one job for each group. Pass --dry-run to see the script(s) that will be submitted. Execute

row show directories --action action --eligible

to see the specific directory groups that will be submitted.

[DIRECTORIES]

Submit eligible jobs for these specific directories. By default, row submits the entire workspace.

[OPTIONS]

--action

(also: -a)

Set --action <pattern> to choose which actions to submit by name. By default, row submits the eligible jobs of all actions. <pattern> is a wildcard pattern.

--dry-run

Print the scripts that would be submitted instead of submitting them.

-n

Set -n <N> to limit the number of submitted jobs. Row will submit up to the first N jobs.

--yes

Skip the interactive confirmation.

Examples

  • Print the job script(s) that will be submitted:
    row submit --dry-run
    
  • Submit jobs for all eligible directories:
    row submit
    
  • Submit the first eligible job:
    row submit -n 1
    
  • Submit jobs for a specific action:
    row submit --action=action
    
  • Submit jobs for all actions that match a wildcard pattern:
    row submit --action='project*'
    
  • Submit jobs on specific directories:
    row submit directory1 directory2
    

Development of row is led by the Glotzer Group at the University of Michigan.

Copyright © 2024-2025 The Regents of the University of Michigan.