pylhc-submitter

Utility HTCondor submitter for parametrized studies

https://github.com/pylhc/submitter

Science Score: 59.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.7%) to scientific vocabulary

Keywords

htcondor job python scheduler sixdesk sixtrack

Keywords from Contributors

accelerator-physics cern frequency-analysis mad-x omc optics optics-measurements particle-accelerators plots
Last synced: 6 months ago · JSON representation

Repository

Utility HTCondor submitter for parametrized studies

Basic Info
Statistics
  • Stars: 3
  • Watchers: 7
  • Forks: 3
  • Open Issues: 6
  • Releases: 10
Topics
htcondor job python scheduler sixdesk sixtrack
Created almost 5 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License Zenodo

README.md

PyLHC Submitter

Cron Testing Code Climate coverage Code Climate maintainability (percentage) <!-- GitHub last commit --> PyPI Version GitHub release Conda-forge Version DOI

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.

Installing

Note: This package is available - through PyPI on Linux, Windows and macOS - through conda-forge on Linux and macOS

Installation is easily done via pip: bash python -m pip install pylhc-submitter

One can also install in a conda environment via the conda-forge channel with: bash conda install -c conda-forge pylhc_submitter

After 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.

Functionality

  • 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)

License

This project is licensed under the MIT License - see the LICENSE file for details.

Owner

  • Name: PyLHC
  • Login: pylhc
  • Kind: organization
  • Location: CERN

Organisation for the OMC Team at CERN, in BE-ABP-LNO.

GitHub Events

Total
  • Issues event: 3
  • Issue comment event: 1
  • Push event: 3
  • Pull request event: 1
  • Pull request review event: 4
  • Pull request review comment event: 4
  • Fork event: 1
  • Create event: 1
Last Year
  • Issues event: 3
  • Issue comment event: 1
  • Push event: 3
  • Pull request event: 1
  • Pull request review event: 4
  • Pull request review comment event: 4
  • Fork event: 1
  • Create event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 18
  • Total Committers: 3
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.611
Past Year
  • Commits: 2
  • Committers: 2
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Felix Soubelet 1****t 7
JoschD j****y@g****m 6
mihofer m****r@c****h 5
Committer Domains (Top 20 + Academic)
cern.ch: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 15
  • Total pull requests: 26
  • Average time to close issues: 8 days
  • Average time to close pull requests: 10 days
  • Total issue authors: 4
  • Total pull request authors: 4
  • Average comments per issue: 0.67
  • Average comments per pull request: 1.42
  • Merged pull requests: 24
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 13 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mihofer (9)
  • JoschD (3)
  • Mael-Le-Garrec (2)
  • fsoubelet (1)
Pull Request Authors
  • JoschD (11)
  • fsoubelet (9)
  • mihofer (5)
  • anabramo (1)
Top Labels
Issue Labels
enhancement (9) bug (4) good first issue (2) question (1) Type: Feature (1) Estimate: Easy (1) Type: Release (1) Priority: Medium (1)
Pull Request Labels
enhancement (14) bug (6) CI/CD (3) documentation (2) Type: Feature (1) Type: CI/CD (1)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 37 last-month
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 13
  • Total maintainers: 1
pypi.org: pylhc-submitter

pylhc-submitter contains scripts to simplify the creation and submission of jobs to HTCondor at CERN

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 37 Last month
Rankings
Dependent packages count: 10.1%
Downloads: 11.1%
Average: 18.7%
Dependent repos count: 21.6%
Forks count: 22.7%
Stargazers count: 27.9%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: pylhc_submitter

A Python package to help parametrize and submit simulations to an HTCondor cluster.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Average: 51.2%
Dependent packages count: 51.2%
Stargazers count: 58.4%
Forks count: 61.1%
Last synced: 6 months ago

Dependencies

.github/workflows/coverage.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/cron.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/documentation.yml actions
  • JamesIves/github-pages-deploy-action 3.6.2 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
setup.py pypi