seisflows.system.runscripts.submit_workflow

Only required when system==cluster (or any subclass of cluster) This script is used to execute a MASTER job on system. It is essentially the same as system.workstation.Workstation.submit(), except it can be called as a script using subprocess, allowing it to be submitted to e.g., a job scheduler

Note

Not to be called by the user. This is called when the user runs seisflows submit or seisflows resume. Internally this script is meant to be called by system.submit().

>> python submit -w ./ -p parameters.yaml OR >> sbatch submit -w ./ -p parameters.yaml

Module Contents

Functions

parse_args()

Get command line arguments required for the submit script

Attributes

args

seisflows.system.runscripts.submit_workflow.parse_args()

Get command line arguments required for the submit script

seisflows.system.runscripts.submit_workflow.args