https://github.com/juliaparallel/htcondorclustermanager.jl
Julia package for running code on HTCondor clusters
https://github.com/juliaparallel/htcondorclustermanager.jl
Last synced: 5 months ago
JSON representation
Julia package for running code on HTCondor clusters
- Host: GitHub
- URL: https://github.com/juliaparallel/htcondorclustermanager.jl
- Owner: JuliaParallel
- License: other
- Created: 2025-02-16T12:24:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-02T13:09:13.000Z (9 months ago)
- Last Synced: 2025-11-30T00:10:52.966Z (6 months ago)
- Language: Julia
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# HTCondorClusterManager.jl
The `HTCondorClusterManager.jl` package implements code for HTCondor clusters.
Implemented in this package:
| Job queue system | Command to add processors |
| ---------------- | ------------------------- |
| HTCondor | `addprocs_htc(np::Integer)` or `addprocs(HTCManager(np))` |
The functionality in this package originally used to live in [ClusterManagers.jl](https://github.com/JuliaParallel/ClusterManagers.jl).