Skip to content

Commit 7b0054c

Browse files
Refactor _toc.yml to include the parallel computing course
1 parent 91e357a commit 7b0054c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

_toc.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,13 @@ parts:
251251
- file: individual_modules/introduction_to_hpc/exploiting_slurm
252252
- file: individual_modules/section_landing_pages/parallel_computing
253253
sections:
254-
- file: individual_modules/parallel_computing/hello_world
255-
- file: individual_modules/parallel_computing/simple_communication
256-
- file: individual_modules/parallel_computing/collective_comms
257-
- file: individual_modules/parallel_computing/parallel_fractal
254+
- file: individual_modules/parallel_computing/architecture_and_concurrency
255+
- file: individual_modules/parallel_computing/multithreading_io
256+
- file: individual_modules/parallel_computing/multiprocessing_fractal
257+
- file: individual_modules/parallel_computing/mpi_hello_world
258+
- file: individual_modules/parallel_computing/mpi_simple_communication
259+
- file: individual_modules/parallel_computing/mpi_collective_comms
260+
- file: individual_modules/parallel_computing/mpi_parallel_fractal
258261
- file: course_homepages/software_development
259262
sections:
260263
- file: individual_modules/section_landing_pages/software_development_best_practice

0 commit comments

Comments
 (0)