-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathHTC-guides.shtml
52 lines (44 loc) · 2.05 KB
/
HTC-guides.shtml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: default
title: HTC System Use Guides
---
<p>This page lists all of our online resources for running work on the
CHTC's high throughput system. </p>
<!--If you are a newcomer to high throughput
and would like an overview of what high throughput computing is, how to
get the most from high throughput computing, and how to get started on our
system, see our <a href="#roadmap">Roadmap to HTC</a>. Our individual guides are listed
by topics <a href="#topics">here</a>. Finally, if you have a specific question, see
our <a href="#faq">FAQs</a>. </p>
<a name="roadmap"></a>
<h2>Roadmap for Running HTC Jobs</h2>
<ul><li>In progress</li></ul>
<a name="topics"></a>
<h2>List of Guides by Topic</h2>
-->
<ul>
<li>Getting Started<ul>
<li><a href="{{'/helloworld' | relative_url }}">Running your first CHTC jobs</a></li>
<li><a href="{{'/submit_variations' | relative_url }}">Submit file variations</a></li>
<li><a href="{{'/inter-submit' | relative_url }}">Compiling all other code (interactive jobs)</a></li>
</ul></li>
<li>How to handle your files and data<ul>
<li><a href="{{'/file-availability' | relative_url }}">File Availability options</a></li>
<li><a href="{{'/file-avail-squid' | relative_url }}">File availability with Squid proxy</a></li>
<li><a href="{{'/file-avail-gluster' | relative_url }}">File availability with Gluster</a><ul>
<li><a href="{{'/gluster-large-files' | relative_url }}">Using Gluster to
stage large files</a></li>
</ul></li>
</ul></li>
<li>How to handle your software<ul>
<li><a href="{{'/howto_overview' | relative_url }}">Submitting Matlab, Python and R jobs using the ChtcRun environment</a></li>
<li><a href="{{'/matlab-jobs' | relative_url }}">Submitting Matlab jobs</a></li>
<li><a href="{{'/gluster-software' | relative_url }}">Software in Gluster</a></li>
</ul></li>
<li><a href="{{'/high-memory-jobs' | relative_url }}">Running high memory jobs</li>
</ul>
<!--
<a name="faq"></a>
<h2>FAQ</h2>
<ul><li>Coming soon!</li></ul>
-->