-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
384 lines (342 loc) · 14.4 KB
/
index.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
---
layout: workshop # DON'T CHANGE THIS.
root: . # DON'T CHANGE THIS EITHER. (THANK YOU.)
carpentry: "swc" # what kind of Carpentry (must be either "dc" or "swc")
venue: "ACENET Summer School" # brief name of host site without address (e.g., "Euphoric State University")
address: "Online" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria")
country: "Canada" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1)
language: "English" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/ISO_639-1)
latlng: "na/na" # decimal latitude and longitude of workshop venue (e.g., "41.7901128,-87.6007318" - use http://www.latlong.net/)
humandate: "2021 May 17, 19, 31, June 2, 7, 9, 14, 16, 21, 23, 28, 30" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
humantime: "1:00PM - 3:00PM ADT (UTC-3)" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm")
startdate: 2021-05-17 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
enddate: 2021-06-30 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
instructor: ["Ross Dickson, Chris Geroux, Mat Larade, Serguei Vassiliev"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["(instructors)"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
contact: ["ross.dickson@ace-net.ca"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["marlyn.wescoff@example.org", "fran.bilas@example.org", "ruth.lichterman@example.org"]
etherpad: # optional: URL for the workshop Etherpad if there is one
eventbrite: 148808988691 # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
---
<!-- See instructions in the comments below for how to edit specific sections of this workshop template. -->
<!--
HEADER
Edit the values in the block above to be appropriate for your workshop.
If the value is not 'true', 'false', 'null', or a number, please use
double quotation marks around the value, unless specified otherwise.
And run 'tools/check' *before* committing to make sure that changes are good.
-->
<!--
EVENTBRITE
This block includes the Eventbrite registration widget if
'eventbrite' has been set in the header. You can delete it if you
are not using Eventbrite, or leave it in, since it will not be
displayed if the 'eventbrite' field in the header is not set.
-->
{% if page.eventbrite %}
<iframe
src="https://www.eventbrite.ca/tickets-external?eid={{page.eventbrite}}&ref=etckt"
frameborder="0"
width="100%"
height="375px"
scrolling="auto">
</iframe>
{% endif %}
<h4>This site contains the general information for the 2021 Summer School in Advanced Research Computing, put on by ACENET.</h4>
<h2 id="general">General Information</h2>
<!--
INTRODUCTION
Edit the general explanatory paragraph below if you want to change
the pitch.
-->
<p>
The ACENET Summer School in Advanced Research Computing seeks to educate
researchers in those tools and techniques used in high-performance computing
and scientific computation. Topics will include general parallel computing,
OpenMP, GPGPU, and MPI programming, and machine learning.
</p>
<!--
AUDIENCE
Explain who your audience is. (In particular, tell readers if the
workshop is only open to people from a particular institution.
-->
<p id="who">
<strong>Who:</strong>
The course is aimed at researchers, both academic and industrial.
The background expected is typically that of a graduate student,
although both advanced undergraduates and those who have finished (or never been to) graduate school may expect to benefit.
Participants attending the school must have familiarity with the Unix command line, and some level of programming experience.
Participating in the ACENET Basics Series would be a great foundation for the school.
</p>
<!--
LOCATION
This block displays the address and links to maps showing directions
if the latitude and longitude of the workshop have been set. You
can use http://itouchmap.com/latlong.html to find the lat/long of an
address.
{% if page.latlng %}
<p id="where">
<strong>Where:</strong>
{{page.address}}.
Get directions with
<a href="//www.openstreetmap.org/?mlat={{page.latlng | replace:',','&mlon='}}&zoom=16">OpenStreetMap</a>
or
<a href="//maps.google.com/maps?q={{page.latlng}}">Google Maps</a>.
</p>
{% endif %}
-->
<!--
SPECIAL REQUIREMENTS
Modify the block below if there are any special requirements.
-->
<p id="requirements">
<strong>Requirements:</strong>
This course will be delivered on-line.
<ul>
<li>You must have a computer and internet service of sufficient quality to
participate in a Zoom videoconference. We recommend a headset.</li>
<li>You may also find a second monitor useful if you can obtain one.</li>
<li>For software requirements, see "Setup" below.</li>
<li>You will be expected to abide by Software Carpentry's
<a href="{{site.swc_site}}/conduct.html">Code of Conduct</a>.</li>
</ul>
</p>
<h2 id="setup">Setup</h2>
<h3>Zoom</h3>
<p>
This online training will be conducted using Zoom video conferencing.
Please download and install <a href="https://zoom.us/download">Zoom Client for Meetings</a>.
</p>
<h3>SSH client</h3>
<p>
You must have an <a href="https://docs.computecanada.ca/wiki/SSH">SSH client</a> installed on your computer,
and be able to connect to a Compute Canada cluster with it.
</p>
<!--
ACCESSIBILITY
Modify the block below if there are any barriers to accessibility or
special instructions.
-->
<!--
//<p id="accessibility">
// <strong>Accessibility:</strong> We are committed to making this workshop
// accessible to everybody.
// The workshop organisers have checked that:
//</p>
//<ul>
// <li>The room is wheelchair / scooter accessible.</li>
// <li>Accessible restrooms are available.</li>
//</ul>
//<p>
// Materials will be provided in advance of the workshop and
// large-print handouts are available if needed by notifying the
// organizers in advance. If we can help making learning easier for
// you (e.g. sign-language interpreters, lactation facilities) please
// <a href="mailto:{{page.contact}}">get in touch</a> and we will
// attempt to provide them.
//</p>
-->
<!--
CONTACT EMAIL ADDRESS
Display the contact email address set in the configuration file.
-->
<p id="contact">
<strong>Contact</strong>:
Please email
{% if page.contact %}
{% for contact in page.contact %}
{% if forloop.last and page.contact.size > 1 %}
or
{% else %}
{% unless forloop.first %}
,
{% endunless %}
{% endif %}
<a href='mailto:{{contact}}'>{{contact}}</a>
{% endfor %}
{% else %}
to-be-announced
{% endif %}
for more information.
</p>
<hr/>
<!--
SCHEDULE
Show the workshop's schedule. Edit the items and times in the table
to match your plans. You may also want to change 'Day 1' and 'Day
2' to be actual dates or days of the week.
-->
<h2 id="schedule">Schedule</h2>
<div class="row">
<div class="col-md-6">
<h3> Monday, May 17</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td> <a href="https://acenet-arc.github.io/ACENET_Summer_School_General/">General Overview</a> </td></tr>
<tr> <td> </td> <td> R. Dickson</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Wednesday, May 19</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td> <a href="https://acenet-arc.github.io/ACENET_Summer_School_General/">General Overview</a> </td></tr>
<tr> <td> </td> <td> R. Dickson</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Monday, May 31</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td> <a href="https://acenet-arc.github.io/ACENET_Summer_School_Dask/">Dask</a> </td></tr>
<tr> <td> </td> <td> M. Larade</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Wednesday, June 2</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td> <a href="https://acenet-arc.github.io/ACENET_Summer_School_Dask/">Dask</a> </td></tr>
<tr> <td> </td> <td> M. Larade</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Monday, June 7</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td> Open MP Shared Memory </td></tr>
<tr> <td> </td> <td> S. Vassiliev</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Wednesday, June 9</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td> Open MP Shared Threads </td></tr>
<tr> <td> </td> <td> S. Vassiliev</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Monday, June 14</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td> Machine Learning: Intro, Classification </td></tr>
<tr> <td> </td> <td> M. Larade</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Wednesday, June 16</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td> Machine Learning: Regression, Neural Networks </td></tr>
<tr> <td> </td> <td> M. Larade</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Monday, June 21</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td> <a href="https://acenet-arc.github.io/ACENET_Summer_School_GPGPU/">GPU Programming with CUDA</a> </td></tr>
<tr> <td> </td> <td> R. Dickson</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Wednesday, June 23</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td> <a href="https://docs.computecanada.ca/wiki/OpenACC_Tutorial">GPU Programming with OpenACC</a> </td></tr>
<tr> <td> </td> <td> R. Dickson</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Monday, June 28</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td><a href="https://acenet-arc.github.io/ACENET_Summer_School_MPI/">MPI Programming 1</a></td></tr>
<tr> <td> </td> <td> C. Geroux</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3> Wednesday, June 30</h3>
<table class="table table-striped">
<tr> <td> 13:00-15:00 Atlantic</td> <td><a href="https://acenet-arc.github.io/ACENET_Summer_School_MPI/">MPI Programming 2</a></td></tr>
<tr> <td> </td> <td> C. Geroux</td> </tr>
</table>
</div>
<h3 id="OfficeHours">Office hours</h3>
<p>Instructional staff will be available in the Zoom room
between the hours of 11:00 AM and noon (Atlantic time) each Friday
to answer questions or provide help with exercises or technical issues related to the School.
</p>
<p>You may also contact the instructors and request to schedule a meeting at any other time,
subject to the instructor's availability.
</p>
<!--
ETHERPAD
At `_misc/etherpad.txt` you will find a template for the etherpad.
Display the Etherpad for the workshop. You can set this up in
advance or on the first day; either way, make sure you push changes
to GitHub after you have its URL. To create an Etherpad, go to
http://pad.software-carpentry.org/YYYY-MM-DD-site
where 'YYYY-MM-DD-site' is the identifier for your workshop,
e.g., '2015-06-10-esu'.
-->
{% if page.etherpad %}
<p id="etherpad">
<strong>Etherpad:</strong> <a href="{{page.etherpad}}">{{page.etherpad}}</a>.
<br/>
We will use this Etherpad for chatting, taking notes, and sharing URLs and bits of code.
</p>
{% endif %}
<hr/>
<!--
SYLLABUS
Show what topics will be covered.
1. If your workshop is R rather than Python, remove the comment
around that section and put a comment around the Python section.
2. Some workshops will delete SQL.
3. Please make sure the list of topics is synchronized with what you
intend to teach.
4. You may need to move the div's with class="col-md-6" around inside
the div's with class="row" to balance the multi-column layout.
This is one of the places where people frequently make mistakes, so
please preview your site before committing, and make sure to run
'tools/check' as well.
-->
<h2 id="syllabus">Syllabus</h2>
<div class="row">
<div class="col-md-6">
<h3 id="syllabus-parallel"><a href="https://ssvassiliev.github.io/Summer_School_General/">General parallel computing and working at scale</a></h3>
<ul>
<li>performance measurement, and factors affecting performance</li>
<li>I/O and data movement</li>
<li>schedulers and “embarrassingly parallel” jobs</li>
<li>analyzing performance using a profiler</li>
<!-- <li>MapReduce, Spark, Hadoop, and all that</li> -->
<li><a href="{{site.repo_pages}}/ACENET_Summer_School_General/reference/">Reference...</a></li>
</ul>
</div>
<div class="col-md-6">
<h3 id="syllabus-openmp"><a href="https://ssvassiliev.github.io/Summer_School_OpenMP/">OpenMP, shared memory, and threads</a></h3>
<ul>
<li>OpenMP</li>
<li>Shared memory</li>
<li>Threads</li>
<li><a href="{{site.repo_pages}}/ACENET_Summer_School_OpenMP/reference/">Reference...</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3 id="syllabus-mpi"><a href="https://acenet-arc.github.io/ACENET_Summer_School_MPI/">Message Passing Interface (MPI)</a></h3>
<ul>
<li>MPI</li>
<li><a href="{{site.repo_pages}}/ACENET_Summer_School_MPI/reference/">Reference...</a></li>
</ul>
</div>
<div class="col-md-6">
<h3 id="syllabus-gpgpu"><a href="https://acenet-arc.github.io/ACENET_Summer_School_GPGPU/">GPGPU</a></h3>
<ul>
<li>CUDA</li>
<li><a href="{{site.repo_pages}}/ACENET_Summer_School_GPGPU/reference/">Reference...</a></li>
</ul>
</div>
</div>
<hr/>
<!--
SETUP
Delete irrelevant sections from the setup instructions. Each
section is inside a 'div' without any classes to make the beginning
and end easier to find.
This is the other place where people frequently make mistakes, so
please preview your site before committing, and make sure to run
'tools/check' as well.
-->