Skip to content

Commit 00b47f1

Browse files
committed
fix broken links
1 parent 82717af commit 00b47f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cyclecloud/htcondor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: adjohnso
88

99
# HTCondor
1010

11-
[HTCondor](http://research.cs.wisc.edu/htcondor/manual/latest) can easily be enabled on a CycleCloud cluster by modifying the "run_list" in the configuration section of your cluster definition. There are three basic components of an HTCondor cluster. The first is the "central manager" which provides the scheduling and management daemons. The second component of an HTCondor cluster is one or more schedulers from which jobs are submitted into the system. The final component is one or more execute nodes which are the hosts perform the computation. A simple HTCondor template may look like:
11+
[HTCondor](https://htcondor.org/manual/) can easily be enabled on a CycleCloud cluster by modifying the "run_list" in the configuration section of your cluster definition. There are three basic components of an HTCondor cluster. The first is the "central manager" which provides the scheduling and management daemons. The second component of an HTCondor cluster is one or more schedulers from which jobs are submitted into the system. The final component is one or more execute nodes which are the hosts perform the computation. A simple HTCondor template may look like:
1212

1313
``` ini
1414
[cluster htcondor]

0 commit comments

Comments
 (0)