-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathnotes.html
More file actions
84 lines (71 loc) · 2.15 KB
/
Copy pathnotes.html
File metadata and controls
84 lines (71 loc) · 2.15 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Massive Computational Experiments, Painlessly (STATS 285) by </title>
<meta name="description" content=""/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<!-- CJ styles
<link rel="stylesheet" type="text/css" href="assets/css/github.css">
<link rel="stylesheet" type="text/css" href="assets/css/github2.css">
-->
<link rel="stylesheet" type="text/css" href="assets/css/cj.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/css/style.css?v=">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Massive Computational Experiments, Painlessly (STATS 285)</h1>
<h2 class="project-tagline">Stanford University, Fall 2018</h2>
<!--
-->
</section>
<section class="main-content">
<h1 id="notes"><a href="#notes"></a>Notes</h1>
<ol>
<li>Basics
<ul>
<li><a href="bash-tutorial/bash-tutorial">Bash Tutorial</a></li>
<li><a href="perl-tutorial/perl-tutorial">Perl Tutorial</a></li>
<li>Git</li>
</ul>
</li>
<li><a href="readings">Course Readings</a></li>
<li>Cluster Computing Resources
<ul>
<li>Stanford</li>
<li>XSEDE</li>
</ul>
</li>
<li>Cloud Computing
<ul>
<li>Building a cluster</li>
</ul>
</li>
<li>Containers
<ul>
<li><a href="docker-tutorial/docker-tutorial">Docker Tutorial</a></li>
<li>Singularity</li>
</ul>
</li>
<li>CodaLab</li>
<li><a href="http://clusterjob.org">ClusterJob (CJ)</a>
<ul>
<li>MATLAB jobs</li>
<li>Python jobs</li>
<li>R jobs</li>
</ul>
</li>
<li>CJ for Deep Learning
<ul>
<li>PyTorch</li>
</ul>
</li>
</ol>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</section>
</body>
</html>