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

Set the cluster account

Use the default action to conveniently set the account (or accounts) once in your workflow.toml. It will apply to all actions that do not override the account

[default.action.submit_options.cluster1]
account = "cluster1-account"
[default.action.submit_options.cluster2]
account = "cluster2-account"

[[action]]
# Will use the defaults above.

[[action]]
# Will use the defaults above.

[[action]]
submit_options.cluster1.account = "alternate-account"
# Will use the "alternate-account" on cluster1 and "cluster2-account" on cluster2.

important

NCSA Delta assigns <prefix>-cpu and <prefix>-gpu accounts. Set submit_options.delta.account = "<prefix>". Row will automatically append the -cpu or -gpu when submitting to the CPU or GPU partitions respectively.


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

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