|
3 | 3 | [Welcome](home.md) |
4 | 4 |
|
5 | 5 | - [Installation & Set-up](./chapter1/getting-started.md) |
| 6 | + |
6 | 7 | - [GitHub](./chapter1/github.md) |
7 | 8 | - [Windows](./chapter1/windows.md) |
8 | 9 | - [Mac](./chapter1/mac.md) |
|
13 | 14 | - [Challenges](./chapter1/challenges.md) |
14 | 15 |
|
15 | 16 | - [Intro to C](./chapter2/intro-to-c.md) |
| 17 | + |
16 | 18 | - [Hello World](./chapter2/helloworld.md) |
17 | 19 | - [Compilation](./chapter2/compilation.md) |
18 | 20 | - [Types & Variables](./chapter2/vars.md) |
|
25 | 27 | - [Challenges](./chapter2/challenges.md) |
26 | 28 |
|
27 | 29 | - [Operating Systems](./chapter3/chapter3.md) |
| 30 | + |
28 | 31 | - [Computer Architecture](./chapter3/computer-architecture.md) |
29 | | - - [Pointers & Memory](./chapter3/memory-pointers.md) |
| 32 | + - [Pointers](./chapter3/memory-pointers.md) |
| 33 | + - [Dynamic Memory](./chapter3/dynamic-memory.md) |
| 34 | + - [Structures & Macros](./chapter3/structs-macros.md) |
30 | 35 | - [Intro to Linux](./chapter3/linux-intro.md) |
31 | | - - [Threading & Concurrency](./chapter3/threads-concurrency.md) |
32 | | - - [Processes](./chapter3/processes.md) |
33 | | - - [Scheduling Algorithms](./chapter3/scheduling.md) |
| 36 | + - [VMs & Containers](./chapter3/vms-containers.md) |
34 | 37 | - [Challenges](./chapter3/challenges.md) |
35 | 38 |
|
36 | | -- [More C](./chapter4/chapter4.md) |
37 | | - - [Dynamic Memory](./chapter4/memory.md) |
38 | | - - [Structures](./chapter4/structs.md) |
39 | | - - [Macros & The Preprocessor](./chapter4/macros.md) |
40 | | - - [System Calls](./chapter4/syscalls.md) |
41 | | - - [Spawning Processes & Threads](./chapter4/spawn-procs.md) |
| 39 | +- [M3 & SLURM](./chapter4/chapter4.md) |
| 40 | + |
| 41 | + - [Batch Processing vs. Cloud Computing](./chapter4/batch-cloud.md) |
| 42 | + - [Parallel & Distributed Computing](./chapter4/parallel-distributed.md) |
| 43 | + - [M3 Login - SSH & Strudel](./chapter4/login.md) |
| 44 | + - [Intro to SLURM](./chapter4/slurm_intro.md) |
| 45 | + - [M3 Interface & Usage](./chapter4/m3-interface.md) |
| 46 | + - [Software & Tooling](./chapter4/software-tooling.md) |
42 | 47 | - [Challenges](./chapter4/challenges.md) |
43 | 48 |
|
44 | | -- [M3 & SLURM](./chapter5/chapter5.md) |
| 49 | +- [Introduction to Parallel Computing](./chapter5/chapter5.md) |
45 | 50 |
|
46 | | - - [Batch Processing vs. Cloud Computing](./chapter5/batch-cloud.md) |
47 | | - - [Parallel & Distributed Computing](./chapter5/parallel-distributed.md) |
48 | | - - [M3 Login - SSH & Strudel](./chapter5/login.md) |
49 | | - - [Intro to SLURM](./chapter5/slurm_intro.md) |
50 | | - - [M3 Interface & Usage](./chapter5/m3-interface.md) |
51 | | - - [Software & Tooling](./chapter5/software-tooling.md) |
| 51 | + - [Multithreading](./chapter5/multithreading.md) |
| 52 | + - [Synchronisation](./chapter5/synchronisation.md) |
| 53 | + - [Locks](./chapter5/locks.md) |
| 54 | + - [Message Passing](./chapter5/message-passing.md) |
52 | 55 | - [Challenges](./chapter5/challenges.md) |
53 | 56 |
|
54 | | -- [Introduction to Parallel Computing](./chapter6/chapter6.md) |
55 | | - - [Multithreading](./chapter6/multithreading.md) |
56 | | - - [Synchronisation](./chapter6/synchronisation.md) |
57 | | - - [Locks](./chapter6/locks.md) |
58 | | - - [Message Passing](./chapter6/message-passing.md) |
| 57 | +- [Parallellisation of Algorithms](./chapter6/chapter6.md) |
| 58 | + |
| 59 | + - [Parallel Search](./chapter6/parallel-search.md) |
| 60 | + - [Parallel Sort](./chapter6/parallel-sort.md) |
| 61 | + - [Other Parallel Algorithms](./chapter6/other-parallel-algos.md) |
| 62 | + - [Machine Learning & HPC](./chapter6/machine-learning-and-hpc.md) |
| 63 | + - [Optimisation Algorithms](./chapter6/optim-algos.md) |
59 | 64 | - [Challenges](./chapter6/challenges.md) |
60 | 65 |
|
61 | | -- [Parallellisation of Algorithms](./chapter7/chapter7.md) |
62 | | - - [Parallel Search](./chapter7/parallel-search.md) |
63 | | - - [Parallel Sort](./chapter7/parallel-sort.md) |
64 | | - - [Other Parallel Algorithms](./chapter7/other-parallel-algos.md) |
65 | | - - [Machine Learning & HPC](./chapter7/machine-learning-and-hpc.md) |
66 | | - - [Optimisation Algorithms](./chapter7/optim-algos.md) |
| 66 | +- [Apache Spark](./chapter7/chapter7.md) |
| 67 | + - [Installation & Cluster Set-up](./chapter7/set-up.md) |
| 68 | + - [Internal Architecture](./chapter7/internals.md) |
| 69 | + - [Data Processing](./chapter7/data-processing.md) |
| 70 | + - [Job Batching](./chapter7/job-batching.md) |
67 | 71 | - [Challenges](./chapter7/challenges.md) |
68 | 72 |
|
69 | | -- [Apache Spark](./chapter8/chapter8.md) |
70 | | - - [Installation & Cluster Set-up](./chapter8/set-up.md) |
71 | | - - [Internal Architecture](./chapter8/internals.md) |
72 | | - - [Data Processing](./chapter8/data-processing.md) |
73 | | - - [Job Batching](./chapter8/job-batching.md) |
74 | | - - [Challenges](./chapter8/challenges.md) |
75 | | - |
76 | 73 | [Acknowledgements](./acknowledgements.md) |
0 commit comments