Crates.io | row |
lib.rs | row |
version | 0.3.1 |
source | src |
created_at | 2024-05-22 16:10:21.769225 |
updated_at | 2024-10-04 13:01:15.241551 |
description | Row is a command line tool that helps you manage workflows on HPC resources. |
homepage | https://glotzerlab.engin.umich.edu |
repository | https://github.com/glotzerlab/row |
max_upload_size | |
id | 1248094 |
size | 1,506,157 |
Row is a command line tool that helps you manage workflows on HPC resources. Define actions in a workflow configuration file that apply to groups of directories in your workspace. Submit actions to your cluster's scheduler. Row tracks which actions have been submitted on which directories so that you don't submit the same work twice. Once a job completes, subsequent actions become eligible allowing you to process your entire workflow to completion over many submissions.
The name is row as in "row, row, row your boat".
Notable features:
$ row submit --action=step1 -n 1
[1/1] Submitting action 'step1' on directory dir12 and 3 more (0ms).
Row submitted job 5095791.
$ row show status
Action Completed Submitted Eligible Waiting Remaining cost
initialize 50 0 50 0 8 CPU-hours
step1 4 4 42 50 2K CPU-hours
step2 0 0 4 96 800 GPU-hours
$ row show directories --action step1 -n 3 --value="/value"
Directory Status Job ID /value
dir1 completed 116
dir10 completed 952
dir100 completed 139
dir11 completed 998
dir12 submitted anvil/5095791 950
dir13 submitted anvil/5095791 107
dir14 submitted anvil/5095791 127
dir15 submitted anvil/5095791 122
dir16 eligible 682
dir17 eligible 816
dir18 eligible 803
dir19 eligible 691
Row is a spiritual successor to signac-flow.