Skip to content

Commit 384af50

Browse files
Update for accessibility
1 parent e801096 commit 384af50

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,9 @@ execute:
119119
- 'short_courses/python_language_features.ipynb'
120120
- 'short_courses/python_testing.ipynb'
121121
- 'individual_modules/markdown_with_python/liveOutput.ipynb'
122+
- 'individual_modules/intro_to_GPUs/theory'
123+
- 'individual_modules/intro_to_GPUs/spack'
124+
- 'individual_modules/intro_to_GPUs/slurm'
125+
- 'individual_modules/intro_to_GPUs/conways_game_of_life'
126+
- 'individual_modules/intro_to_GPUs/profiling'
127+
- 'individual_modules/intro_to_GPUs/temperature_diffusion'

individual_modules/intro_to_GPUs/profiling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
"name": "python",
579579
"nbconvert_exporter": "python",
580580
"pygments_lexer": "ipython3",
581-
"version": "3.13.2"
581+
"version": "3.9.19"
582582
}
583583
},
584584
"nbformat": 4,

individual_modules/intro_to_GPUs/temperature_diffusion.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
" width=\"800\"\n",
9999
" height=\"600\"\n",
100100
" frameborder=\"0\"\n",
101+
" title=\"Interactive Plot of a Slice of the Temperature Model\"\n",
101102
" allowfullscreen\n",
102103
"></iframe>\n",
103104
"\n",
@@ -117,6 +118,7 @@
117118
" width=\"800\"\n",
118119
" height=\"600\"\n",
119120
" frameborder=\"0\"\n",
121+
" title=\"Interactive Plot of a Cube of the Temperature Model\"\n",
120122
" allowfullscreen\n",
121123
"></iframe>\n",
122124
"When run within your own space the file produced will be `output/original_temperature_3d_interactive.html`.\n",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Introduction to GPUs
2+
3+
## Overview
4+
5+
## Course Objectives
6+
7+
## Pre-requisite Knowledge
8+
9+
- An account on ISCA
10+
- Attended Introduction to HPC
11+
- Some experience with the command line (e.g. attended an Introduction to Unix Course).
12+

0 commit comments

Comments
 (0)