blob: 2b9b760360c6f3bf26b4ef55a0389f43b0f4dcb3 (
plain)
1
2
3
4
5
6
7
8
|
# GolemFlavor HTCondor
[HTCondor](https://research.cs.wisc.edu/htcondor/) is an open-source workload
management system for high-throughput computing tasks. It can be used to
manage workload on a dedicated cluster of computers.
The python scripts in this directory provide a way to automate the creation of
dagman files, which specify the number of and the parameters for each job.
|