gwcelery.tools.condor module¶
Shortcuts for HTCondor commands to manage deployment of GWCelery on LIGO Data Grid clusters.
These commands apply to the GWCelery instance that is running in the current working directory.
- gwcelery.tools.condor.generate_dag_and_submit_files(config)[source]¶
Generate DAG and submit files dynamically based on configuration.
- Parameters:
config (dict) – Configuration dictionary containing condor settings
- Returns:
Path to the generated DAG file
- Return type:
Path