forked from CHTC/chtc-website-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechnologies.html
40 lines (37 loc) · 1.61 KB
/
technologies.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: default
title: Technologies
---
{% include page-title.html title=page.title %}
<div class="uw-full-row">
<div class="uw-row">
<div class="uw-col">
<div class="row">
<div class="col-12 col-md-6">
<h2>Job Management System APIs</h2>
<ul>
<li><a href="https://research.cs.wisc.edu/htcondor/birdbath/">BirdBath</a></li>
<li><a href="https://research.cs.wisc.edu/htcondor/chirp/">Chirp</a></li>
<li><a href="https://research.cs.wisc.edu/htcondor/gahp/">GAHP</a></li>
</ul>
<h2>Matchmaking</h2>
<ul>
<li><a href="https://research.cs.wisc.edu/htcondor/classad/classad.html">ClassAds</a></li>
</ul>
</div>
<div class="col-12 col-md-6">
<h2>Remote Execution and Interposition Agents</h2>
<ul>
<li><a href="https://research.cs.wisc.edu/htcondor/checkpointing.html">Checkpointing</a></li>
</ul>
<h2>Workload Management</h2>
<ul>
<li><a href="https://research.cs.wisc.edu/htcondor/dagman/dagman.html">DAGMan</a></li>
<li><a href="https://osg-bosco.github.io/docs/">BOSCO</a></li>
<li><a href="https://research.cs.wisc.edu/htcondor/mw/">Master-Worker</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>