This package contains scripts to simplify the creation, parametrization and submission of simulation jobs to HTCondor clusters at CERN.
See the API documentation for details.
Note: This package is available
- through
PyPIonLinux,WindowsandmacOS - through
conda-forgeonLinuxandmacOS
Installation is easily done via pip:
python -m pip install pylhc-submitterOne can also install in a conda environment via the conda-forge channel with:
conda install -c conda-forge pylhc_submitterAfter installing, scripts can be run with either python -m pylhc_submitter.SCRIPT --FLAG ARGUMENT or by calling the Python files directly.
See the API documentation for details.
HTCondor Job Submitter- Allows to generate jobs based on a templates and submit them to HTCondor. (job_submitter.py)AutoSix- Allows to generate and submit parametric SixDesk studies easily. (autosix.py)
This project is licensed under the MIT License - see the LICENSE file for details.