seisflows.system.runscripts.submit_workflow =========================================== .. py:module:: seisflows.system.runscripts.submit_workflow .. autoapi-nested-parse:: 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(). .. rubric:: >> python submit -w ./ -p parameters.yaml OR >> sbatch submit -w ./ -p parameters.yaml Attributes ---------- .. autoapisummary:: seisflows.system.runscripts.submit_workflow.args Functions --------- .. autoapisummary:: seisflows.system.runscripts.submit_workflow.parse_args Module Contents --------------- .. py:function:: parse_args() Get command line arguments required for the submit script .. py:data:: args