qmmd.qmcalc.jobSubmit
Attributes
Functions
|
Recursively find and submit jobs to the scheduler. |
Module Contents
- qmmd.qmcalc.jobSubmit.submit_jobs(target_dir: str, filename_pattern: str = '*.sh', verbose: bool = False) None[source]
Recursively find and submit jobs to the scheduler. Equivalent to the legacy gsub.sh script.
- Parameters:
target_dir (str) – Directory to start searching for job scripts.
filename_pattern (str) – Glob pattern for job scripts.
verbose (bool) – Whether to print detailed output.
- qmmd.qmcalc.jobSubmit.parser