An open API service indexing awesome lists of open source software.

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

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